LiveActive security incident?Get immediate response
CVE Record

CVE-2019-15989: Cisco IOS XR Software Border Gateway Protocol Attribute Denial of Service Vulnerability

A vulnerability in the implementation of the Border Gateway Protocol (BGP) functionality in Cisco IOS XR Software could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition. The vulnerability is due to incorrect processing of a BGP update message that contains a specific BGP attribute. An attacker could exploit this vulnerability by sending BGP update messages that include a specific, malformed attribute to be processed by an affected system. A successful exploit could allow the attacker to cause the BGP process to restart unexpectedly, resulting in a DoS condition. The Cisco implementation of BGP accepts incoming BGP traffic only from explicitly defined peers. To exploit this vulnerability, the malicious BGP update message would need to come from a configured, valid BGP peer or would need to be injected by the attacker into the victim’s BGP network on an existing, valid TCP connection to a BGP peer.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2019-15989 can make Cisco IOS XR routers unexpectedly restart their BGP process, disrupting routing availability. The attack is remote but constrained: the malicious BGP update must come from a configured peer or be injected into an existing valid BGP session.

Executive priority

Treat as high priority for network edge and service-provider routing environments. The business risk is loss of routing availability, not data theft, but outages can affect customer connectivity and dependent services.

Technical view

Cisco IOS XR Software incorrectly processes a BGP update containing a malformed attribute. Successful exploitation causes the BGP process to restart, producing a denial-of-service condition. CVSS is 8.6 with network attack vector, low complexity, no privileges, no user interaction, and high availability impact.

Likely exposure

Organizations using Cisco IOS XR Software with BGP enabled are potentially exposed. Practical exposure depends on configured BGP peers and whether an attacker can send through a valid peer relationship or existing valid TCP BGP session.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. The exploit path is constrained by Cisco's note that IOS XR accepts incoming BGP traffic only from explicitly defined peers.

Researcher notes

This is CWE-754 improper check for exceptional conditions. The bundle lists affected versions as unspecified, so version-level exposure and remediation must be validated against Cisco's advisory. Avoid assuming exploit availability or patches beyond vendor guidance.

Mitigation direction

  • Check Cisco's advisory for affected releases, fixed software, and any listed workarounds.
  • Inventory Cisco IOS XR devices running BGP and prioritize externally peered routers.
  • Review BGP peer configuration and remove unauthorized or stale peers.
  • Monitor for unexpected BGP process restarts and adjacency drops.
  • Plan maintenance windows for vendor-recommended IOS XR updates.

Validation and detection

  • Identify all Cisco IOS XR routers with BGP enabled.
  • Compare each IOS XR version against Cisco's advisory guidance.
  • Review configured BGP peers for business justification and ownership.
  • Check logs for BGP process restarts around routing incidents.
  • Verify alerting for BGP session resets and route instability.
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-754: 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-2019-15989 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-2019-15989Attack 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 IOS XR SoftwareunspecifiedListed
Weakness

CWE details

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

CWE-754 · source CWE mapping

Improper Check for Unusual or Exceptional Conditions

Improper Check for Unusual or Exceptional Conditions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.