LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3398: Cisco NX-OS Software Border Gateway Protocol Multicast VPN Session 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 a BGP session to repeatedly reset, causing a partial denial of service (DoS) condition due to the BGP session being down. The vulnerability is due to incorrect parsing of a specific type of BGP MVPN update message. An attacker could exploit this vulnerability by sending this BGP MVPN update message to a targeted device. A successful exploit could allow the attacker to cause the BGP peer connections to reset, which could lead to BGP route instability and impact traffic. The incoming BGP MVPN update message is valid but is parsed incorrectly by the NX-OS device, which could send a corrupted BGP update to the configured BGP peer. 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

Cisco NX-OS devices using BGP Multicast VPN can mishandle a valid BGP update and repeatedly reset BGP sessions. That can destabilize routes and disrupt traffic. The attacker must appear as a trusted BGP peer, so exposure is concentrated in routed network cores and provider-style environments.

Executive priority

Treat as high priority for networks where NX-OS participates in BGP MVPN routing. The business risk is traffic disruption from unstable routing, not data theft. Urgency depends on whether affected routing features are deployed in production.

Technical view

CVE-2020-3398 is an NX-OS BGP MVPN parsing flaw, classified as CWE-20. A crafted but valid MVPN update over an established peer connection can cause corrupted BGP updates and repeated peer resets, creating partial denial of service through routing instability.

Likely exposure

Exposure is likely limited to Cisco NX-OS deployments with BGP MVPN enabled and explicitly configured BGP peers. The bundle does not provide affected version ranges, so teams must confirm platforms and releases against Cisco guidance.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no source here states active exploitation. Exploitation requires network reachability as an established trusted BGP peer and knowledge of peer details.

Researcher notes

The supplied evidence identifies incorrect parsing of a specific BGP MVPN update. It does not provide exploit code, affected version ranges, or named fixes. Validation should focus on feature exposure, trusted peer boundaries, and observed BGP session resets.

Mitigation direction

  • Check Cisco advisory for affected platforms, fixed releases, and workarounds.
  • Prioritize NX-OS systems running BGP MVPN in critical routing paths.
  • Apply Cisco-provided software updates or mitigations where applicable.
  • Restrict BGP peering to expected neighbors and trusted transport paths.
  • Monitor for repeated BGP resets and route instability.

Validation and detection

  • Inventory Cisco NX-OS devices with BGP MVPN configured.
  • Compare device releases and platforms with Cisco advisory details.
  • Review BGP peer reset history for repeated unexplained flaps.
  • Confirm peers are explicitly configured and expected.
  • Assess business impact of route instability on critical services.
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-3398 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-3398Attack 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
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.