LiveActive security incident?Get immediate response
CVE Record

CVE-2020-7376: Rapid7 Metasploit Framework Relative Path Traversal in enum_osx module

The Metasploit Framework module "post/osx/gather/enum_osx module" is affected by a relative path traversal vulnerability in the get_keychains method which can be exploited to write arbitrary files to arbitrary locations on the host filesystem when the module is run on a malicious host.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw affects a Metasploit post-exploitation module used by security teams. If an analyst runs the vulnerable OS X enumeration module against a malicious host, that host can influence the module into writing files outside the intended location on the analyst’s machine.

Executive priority

Treat as high priority for security operations teams using Metasploit. The business risk is compromise or disruption of analyst systems, not broad customer-facing exposure based on the provided sources.

Technical view

CVE-2020-7376 is a relative path traversal in Metasploit Framework’s post/osx/gather/enum_osx module, specifically get_keychains. The CVSS 3.1 score is 7.1, with local attack vector and required user interaction. The documented impact is arbitrary file writes to arbitrary filesystem locations on the host running the module.

Likely exposure

Exposure is most likely on security workstations, lab systems, or automation hosts running the affected Metasploit Framework module against untrusted or malicious OS X targets. It is not described as an internet-facing service issue.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires the vulnerable module to be run on a malicious host, so risk depends on analyst workflow and tool isolation.

Researcher notes

Affected versions listed in the bundle are Metasploit Framework 4.11.7 and 6.0.3. Evidence is limited to the CVE record and Rapid7 issue reference; do not assume broader affected ranges, active exploitation, or specific patches without vendor confirmation.

Mitigation direction

  • Check Rapid7 guidance and issue 14008 for remediation details.
  • Upgrade Metasploit Framework to a vendor-supported fixed release when confirmed.
  • Avoid running the affected enum_osx module against untrusted hosts until remediated.
  • Run security tooling from isolated, least-privileged analysis environments.

Validation and detection

  • Inventory Metasploit Framework installations and versions.
  • Identify usage of post/osx/gather/enum_osx in engagements or automation.
  • Review whether the module was run against untrusted OS X hosts.
  • Check affected analyst systems for unexpected filesystem writes after 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-7376 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
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/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
7.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/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.11.7, 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.