LiveActive security incident?Get immediate response
CVE Record

CVE-2020-7350: Metasploit Framework Plugin Libnotify Command Injection

Rapid7 Metasploit Framework versions before 5.0.85 suffers from an instance of CWE-78: OS Command Injection, wherein the libnotify plugin accepts untrusted user-supplied data via a remote computer's hostname or service name. An attacker can create a specially-crafted hostname or service name to be imported by Metasploit from a variety of sources and trigger a command injection on the operator's terminal. Note, only the Metasploit Framework and products that expose the plugin system is susceptible to this issue -- notably, this does not include Rapid7 Metasploit Pro. Also note, this vulnerability cannot be triggered through a normal scan operation -- the attacker would have to supply a file that is processed with the db_import command.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects Metasploit Framework operators, not target systems. A malicious hostname or service name inside imported data could cause command execution in the operator's terminal when the vulnerable libnotify plugin processes it. It is rated medium and requires user interaction with attacker-supplied import data.

Executive priority

Treat this as a targeted tooling-risk issue rather than an internet-wide emergency. Prioritize remediation for red-team, security operations, and research workstations that import external data into Metasploit Framework.

Technical view

CVE-2020-7350 is CWE-78 OS command injection in the Metasploit Framework libnotify plugin before version 5.0.85. The untrusted data source is a remote computer hostname or service name imported into Metasploit. The CVE states normal scan operations do not trigger it, and Metasploit Pro is not affected.

Likely exposure

Exposure is likely limited to teams running Metasploit Framework versions before 5.0.85 with plugin functionality, especially where operators import files or data received from untrusted sources. Rapid7 Metasploit Pro is explicitly excluded by the CVE description.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The described path requires a crafted hostname or service name to reach Metasploit through imported data, plus operator interaction. It cannot be triggered by a normal scan operation according to the CVE description.

Researcher notes

The important boundary is operator-side command injection through imported metadata, not exploitation of scanned hosts. Evidence provided names Metasploit Framework before 5.0.85 and excludes Metasploit Pro. No source in the bundle supports active exploitation or broader affected products.

Mitigation direction

  • Upgrade Metasploit Framework to 5.0.85 or later.
  • Avoid importing Metasploit data files from untrusted sources.
  • Restrict plugin use to trusted operator workstations.
  • Review vendor guidance and Rapid7 issue context before operational changes.

Validation and detection

  • Inventory Metasploit Framework installations and record exact versions.
  • Confirm whether vulnerable versions before 5.0.85 remain in use.
  • Check whether the libnotify plugin is enabled or used operationally.
  • Review recent imports for files from untrusted or external sources.
  • Confirm Metasploit Pro-only deployments are not treated as affected.
Prepared
Confidence
high
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-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-7350 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
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

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

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
6.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N1.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2020-7350Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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 Framework5.0.85Listed
Weakness

CWE details

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

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.