LiveActive security incident?Get immediate response
CVE Record

CVE-2019-15998: Cisco IOS XR Software NETCONF Over Secure Shell ACL Bypass Vulnerability

A vulnerability in the access-control logic of the NETCONF over Secure Shell (SSH) of Cisco IOS XR Software may allow connections despite an access control list (ACL) that is configured to deny access to the NETCONF over SSH of an affected device. The vulnerability is due to a missing check in the NETCONF over SSH access control list (ACL). An attacker could exploit this vulnerability by connecting to an affected device using NETCONF over SSH. A successful exploit could allow the attacker to connect to the device on the NETCONF port. Valid credentials are required to access the device. This vulnerability does not affect connections to the default SSH process on the device.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Cisco IOS XR issue can let someone reach the NETCONF management service over SSH even when an ACL was meant to block it. It does not affect the device’s default SSH process. The attacker still needs valid credentials, so the main business risk is weakened management-plane access control on routers running affected IOS XR Software.

Executive priority

Treat this as a management-plane control weakness, not a broad unauthenticated takeover. Prioritize review where IOS XR routers expose NETCONF over SSH or rely on ACLs for management isolation, especially on critical network infrastructure.

Technical view

The vulnerability is an ACL bypass in NETCONF over SSH access-control logic in Cisco IOS XR Software, caused by a missing ACL check. A successful connection can reach the NETCONF port despite a deny rule. The source lists CWE-284 and CVSS 3.0 score 5.3. Valid credentials are required for device access.

Likely exposure

Exposure is most likely on Cisco IOS XR devices where NETCONF over SSH is enabled and ACLs are used to restrict that management service. The provided sources do not identify exact affected versions, CPEs, or deployment prevalence.

Exploitation context

The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. Exploitation requires network reachability to NETCONF over SSH and valid credentials, but the ACL meant to deny that path may not be enforced.

Researcher notes

Key evidence is limited to the CVE record and Cisco advisory reference. The source bundle says credentials are required, although the CVSS vector lists PR:N. Do not assume affected versions, exploit availability, or fixed releases beyond Cisco’s advisory.

Mitigation direction

  • Review Cisco’s advisory for affected IOS XR releases and official fixed-software guidance.
  • Inventory IOS XR devices with NETCONF over SSH enabled.
  • Do not rely on the affected NETCONF over SSH ACL as the only control.
  • Limit valid management credentials to authorized administrators only.
  • Monitor Cisco guidance for version-specific remediation details.

Validation and detection

  • Identify IOS XR devices using NETCONF over SSH.
  • Review ACLs intended to deny NETCONF over SSH access.
  • Confirm whether valid credentials exist for exposed management users.
  • Check management access logs for unexpected NETCONF over SSH connections.
  • Compare device versions against Cisco’s 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 · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-15998 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
5.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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
5.3CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

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

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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
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-284 · source CWE mapping

Improper Access Control

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