LiveActive security incident?Get immediate response
CVE Record

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

A vulnerability in the implementation of Border Gateway Protocol (BGP) functionality in Cisco IOS XR Software could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected system. The vulnerability is due to incorrect processing of certain BGP update messages. An attacker could exploit this vulnerability by sending BGP update messages that include a specific set of attributes 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 from explicitly defined peers only. 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.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-1909 can make affected Cisco IOS XR routers restart their BGP process, disrupting routing. The attacker generally needs access through a valid BGP peer relationship or an existing valid BGP connection, so exposure is narrower than an open internet service but still important for routing infrastructure.

Executive priority

Treat this as a moderate operational resilience issue. It is not broad unauthenticated internet exposure, but a successful attack could disrupt routing on important Cisco IOS XR systems. Prioritize validation and vendor-guided remediation for critical network paths.

Technical view

Cisco describes incorrect processing of certain BGP update messages in IOS XR Software. A crafted update with a specific attribute set can unexpectedly restart the BGP process, causing denial of service. CVSS 3.0 is 6.8 with network attack vector, high attack complexity, changed scope, and high availability impact.

Likely exposure

Organizations using Cisco IOS XR Software with BGP enabled may be exposed. Risk is highest on edge, transit, service-provider, and large enterprise routers with many BGP peers. The source bundle does not identify exact affected IOS XR versions.

Exploitation context

The CVE is not listed as KEV, and the supplied sources do not claim active exploitation. Cisco states exploitation requires a configured valid BGP peer or injection into an existing valid TCP connection to a BGP peer.

Researcher notes

The key constraint is peer trust: Cisco says BGP traffic is accepted only from explicitly defined peers. The bundle does not include affected release ranges, fixed versions, workarounds, or exploitation-in-the-wild evidence, so avoid overclaiming until the Cisco advisory is reviewed.

Mitigation direction

  • Review Cisco’s advisory for affected releases and fixed software.
  • Inventory Cisco IOS XR devices running BGP.
  • Map configured BGP peers and remove unexpected or obsolete peers.
  • Prioritize vendor-guided upgrades for critical routing infrastructure.
  • Monitor for BGP process restarts, adjacency resets, and route instability.

Validation and detection

  • Identify IOS XR routers with BGP enabled.
  • Compare running software versions against Cisco’s advisory.
  • Review BGP neighbor configuration for trusted, expected peers only.
  • Check logs for unexpected BGP process restarts.
  • Confirm monitoring alerts cover BGP restarts and routing churn.
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-2019-1909 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.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/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
6.8CVSS 3.0MediumCVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H2.24Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.8Medium
CVSS 3.0 vector shape for CVE-2019-1909Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:H/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-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.