LiveActive security incident?Get immediate response
CVE Record

CVE-2020-7377: Rapid7 Metasploit Framework Relative Path Traversal in telpho10_credential_dump module

The Metasploit Framework module "auxiliary/admin/http/telpho10_credential_dump" module is affected by a relative path traversal vulnerability in the untar method which can be exploited to write arbitrary files to arbitrary locations on the host file system when the module is run on a malicious HTTP server.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
description · low confidence lookup

File 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2020-7377Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Rapid7Metasploit Framework4.12.40, 6.0.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-23 · source CWE mapping

Relative Path Traversal

Relative Path Traversal represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.