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