LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3397: Cisco NX-OS Software Border Gateway Protocol Multicast VPN Denial of Service Vulnerability

A vulnerability in the Border Gateway Protocol (BGP) Multicast VPN (MVPN) implementation of Cisco NX-OS Software could allow an unauthenticated, remote attacker to cause an affected device to unexpectedly reload, resulting in a denial of service (DoS) condition. The vulnerability is due to incomplete input validation of a specific type of BGP MVPN update message. An attacker could exploit this vulnerability by sending this specific, valid BGP MVPN update message to a targeted device. A successful exploit could allow the attacker to cause one of the BGP-related routing applications to restart multiple times, leading to a system-level restart. Note: The Cisco implementation of BGP accepts incoming BGP traffic from only explicitly configured peers. To exploit this vulnerability, an attacker must send a specific BGP MVPN update message over an established TCP connection that appears to come from a trusted BGP peer. To do so, the attacker must obtain information about the BGP peers in the trusted network of the affected system.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw can make Cisco NX-OS network devices reload, causing a denial-of-service outage. It is serious because affected routers or switches may lose availability, but exploitation requires traffic that appears to come from a trusted BGP peer, not just any internet host.

Executive priority

Treat this as a high-priority network availability risk for environments using Cisco NX-OS and BGP MVPN. Prioritize validation on routing infrastructure supporting critical connectivity, because successful exploitation can force device reloads and disrupt service.

Technical view

CVE-2020-3397 is incomplete input validation in Cisco NX-OS BGP Multicast VPN handling. A specific valid BGP MVPN update message can restart BGP-related routing applications repeatedly, leading to a system-level restart. CVSS is 8.6 high with availability impact only.

Likely exposure

Exposure is most likely in Cisco NX-OS environments using BGP MVPN with explicitly configured BGP peers. The bundle does not provide exact affected versions, so teams must map their NX-OS releases and BGP MVPN use against Cisco guidance.

Exploitation context

The source says BGP accepts incoming traffic only from explicitly configured peers. An attacker must use an established TCP connection that appears to come from a trusted BGP peer and know peer details. The bundle does not show KEV listing or active exploitation evidence.

Researcher notes

The core weakness is CWE-20 input validation in BGP MVPN update processing. The public bundle gives exploit preconditions and impact, but not exact affected release ranges. Avoid assuming broader Cisco product exposure beyond NX-OS Software.

Mitigation direction

  • Review Cisco’s advisory for affected and fixed NX-OS releases.
  • Upgrade or patch according to Cisco’s published guidance.
  • Restrict BGP peering to expected trusted network paths.
  • Review BGP peer configuration for unnecessary or stale peers.
  • Monitor routing process restarts and unexpected device reloads.

Validation and detection

  • Inventory Cisco NX-OS devices and running software releases.
  • Identify devices with BGP MVPN enabled or configured.
  • Confirm all BGP peers are explicitly authorized and expected.
  • Check logs for repeated BGP application restarts or reloads.
  • Compare device versions against Cisco advisory guidance.
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 · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2020-3397 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.6 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/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.6CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.6High
CVSS 3.0 vector shape for CVE-2020-3397Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/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
CiscoCisco NX-OS Softwaren/aListed
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.