Security readout for executives and security teams
Plain-English summary
This CVE affects Metasploit Framework users, not target networks in general. If an analyst runs the Telpho10 credential-dump module against a malicious HTTP server, that server can cause arbitrary file writes on the analyst's host. The business risk is compromise or disruption of security tooling and workstations, especially in research or assessment environments.
Executive priority
Treat this as a high-priority tooling hygiene issue for security teams, not a broad enterprise perimeter emergency. Prioritize inventory, user guidance, update verification, and isolation of assessment environments.
Technical view
The affected Metasploit module is auxiliary/admin/http/telpho10_credential_dump. Its untar handling is vulnerable to relative path traversal, allowing a malicious HTTP server to write files to arbitrary filesystem locations when the module is run. The CVSS 3.1 score is 8.1, with high integrity and availability impact and required user interaction.
Likely exposure
Exposure is likely limited to systems running Metasploit Framework versions named in the source bundle, 4.12.40 and 6.0.3, where users run the Telpho10 credential dump module against attacker-controlled or untrusted HTTP servers.
Exploitation context
The source bundle does not cite CISA KEV listing or active exploitation. Exploitation requires a user to run the vulnerable module against a malicious HTTP server, so the realistic threat is targeting security researchers, testers, or shared assessment infrastructure.
Researcher notes
Evidence supports path traversal during archive extraction in a specific Metasploit auxiliary module. The source bundle names arbitrary file write impact but does not provide official exploit-in-the-wild evidence or a specific patch version in the supplied data.
Mitigation direction
- Identify Metasploit Framework installations and versions in security workstations and assessment servers.
- Avoid running the Telpho10 credential-dump module against untrusted HTTP servers.
- Check Rapid7 guidance and the linked issue for fixed versions or official remediation.
- Run security tooling with least privilege and avoid elevated shells for routine module execution.
- Use isolated analysis environments for testing unfamiliar or potentially hostile services.
Validation and detection
- Confirm whether Metasploit Framework is installed on analyst workstations or shared testing hosts.
- Check installed versions against the CVE source bundle and Rapid7 issue.
- Verify whether auxiliary/admin/http/telpho10_credential_dump is present or used.
- Review logs, shell history, and assessment notes for use against untrusted HTTP endpoints.
- Inspect affected hosts for unexpected file writes after any relevant module execution.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-23: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupFile access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-7377 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H2.85.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.1HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/rapid7/metasploit-framework/issues/14015CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Relative Path Traversal
Relative Path Traversal represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
