CVE-2025-20159
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability in the management interface access control list (ACL) processing feature in Cisco IOS XR Software could allow an unauthenticated, remote attacker to bypass configured ACLs for the SSH, NetConf, and gRPC features. This vulnerability exists because management interface ACLs have not been supported on Cisco IOS XR Software Packet I/O infrastructure platforms for Linux-handled features such as SSH, NetConf, or gRPC. An attacker could exploit this vulnerability by attempting to send traffic to an affected device. A successful exploit could allow the attacker to bypass an ingress ACL that is applied on the management interface of the affected device.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn Cisco IOS XR Software on Packet I/O infrastructure platforms, management interface ACLs designed to filter SSH, NetConf, and gRPC traffic are not enforced because these services run on Linux and bypass the traditional ACL processing path. An attacker sending traffic to the management interface can bypass configured ACLs entirely, gaining unauthorized access to these management services despite ACLs being apparently applied.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify platform type and IOS XR versionRun 'show version' or 'cat /proc/version' to confirm the device runs Cisco IOS XR Software on Packet I/O infrastructure platforms. Note the full software version string.Affected if The device runs IOS XR on Packet I/O infrastructure and the version is within the affected range (if known) or unpatched.
-
Verify management interface ACL configurationRun 'show running-config interface mgmtEth 0/RP0/CPU0/0' (or relevant management interface) and look for 'access-group' or 'ipv4 access-list' / 'ipv6 access-list' applied to the interface.Affected if An ACL is applied to the management interface (e.g., 'ip access-group' or 'ipv6 access-group' is present in the config).
-
Confirm vulnerable services enabled on management interfaceRun 'show ssh' and check configuration for NetConf (show netconf-yang) and gRPC (show grpc) status. Verify these services are enabled and bound to the management interface.Affected if SSH, NetConf, or gRPC services are enabled and accessible via the management interface.
-
Check if CoPP mitigation is configuredRun 'show running-config | include copp' or 'show control-plane' to see if Control Plane Policing is configured to filter management traffic.Affected if CoPP is NOT configured - the device relies solely on management interface ACLs which are bypassed.
-
Test ACL enforcement effectivenessFrom an external host, attempt to reach the management interface IP on ports 22 (SSH), 830 (NetConf), or 57400 (gRPC) from an IP address that should be blocked by the configured management ACL.Affected if Traffic from a blocked source IP successfully connects to SSH, NetConf, or gRPC on the management interface despite ACL configuration.
A user is affected if the device runs Cisco IOS XR on Packet I/O infrastructure, has management interface ACLs configured, and has SSH/NetConf/gRPC services enabled - because such ACLs are bypassed for Linux-hosted management services.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataConfigure ACLs using the control plane policing (CoPP) feature or platform-specific ACL mechanisms supported by the device, or apply Cisco-provided fixes/upgrades that enable proper ACL enforcement for Linux-handled management services.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-20159 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-20159 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data