CybersecurityMay 16, 20267 min read

Cisco SD-WAN Auth Bypass CVE-2026-20182: CVSS 10 Actively Exploited

SI

Secured Intel Team

Editor at Secured Intel

Cisco SD-WAN Auth Bypass CVE-2026-20182: CVSS 10 Actively Exploited

Cisco SD-WAN Auth Bypass CVE-2026-20182: CVSS 10 Actively Exploited

A maximum-severity authentication bypass vulnerability with a CVSS score of 10.0 is being actively exploited in the wild — and if your organization runs Cisco Catalyst SD-WAN Controller or Manager, you are in the direct line of fire right now. A vulnerability in the peering authentication in Cisco Catalyst SD-WAN Controller, formerly SD-WAN vSmart, and Cisco Catalyst SD-WAN Manager, formerly SD-WAN vManage, could allow an unauthenticated, remote attacker to bypass authentication and obtain administrative privileges on an affected system.

Tracked as CVE-2026-20182, this flaw requires no credentials, no user interaction, and no prior foothold — and it affects on-premises, cloud-managed, and FedRAMP SD-WAN deployments simultaneously. Here is everything your security team needs to know and act on immediately.


Understanding CVE-2026-20182: What Broke and How

The Peering Authentication Flaw

The flaw stems from a malfunction of the peering authentication mechanism, which an attacker could exploit by sending crafted requests to the affected system. A successful exploit could permit the attacker to log in to the Cisco Catalyst SD-WAN Controller as an internal, high-privileged, non-root user account, and then weaponize it to access NETCONF and manipulate network configuration for the SD-WAN fabric.

NETCONF access is not a minor privilege — it provides full programmatic control over the SD-WAN fabric's network configuration. An attacker who achieves NETCONF access can reroute traffic, insert malicious configurations, and pivot into every connected network segment.

Connection to CVE-2026-20127 — The Same Attack Surface

According to Rapid7, which discovered CVE-2026-20182, the shortcoming has its echoes in CVE-2026-20127, another critical authentication bypass impacting the same component that had a CVSS score of 10.0 and was exploited by a threat actor called UAT-8616 since at least 2023. The new vulnerability affects the 'vdaemon' service over DTLS on UDP port 12346 — the same service that was vulnerable to CVE-2026-20127. The new vulnerability is not a patch bypass of CVE-2026-20127. It is a different issue located in a similar part of the 'vdaemon' networking stack.

This is not a re-exploitation of a previously patched flaw — it is a structurally independent vulnerability in the same service, discovered by the same researchers. Organizations that patched CVE-2026-20127 remain fully vulnerable to CVE-2026-20182.

Table: CVE-2026-20182 vs CVE-2026-20127 — Comparison

AttributeCVE-2026-20182CVE-2026-20127
CVSS Score10.0 (Critical)10.0 (Critical)
Service Affectedvdaemon over DTLSvdaemon over DTLS
PortUDP 12346UDP 12346
Auth RequiredNoneNone
Active ExploitationYes (May 2026)Yes (Since 2023 — UAT-8616)
Patch RelationshipIndependent flawNot a patch bypass

Affected Deployments and Attack Impact

Who Is Vulnerable Right Now

The vulnerability impacts the following deployments: On-Prem Deployment, Cisco SD-WAN Cloud-Pro, Cisco SD-WAN Cloud (Cisco Managed), and Cisco SD-WAN for Government (FedRAMP). Cisco noted that it became aware of limited exploitation of the flaw in May 2026, urging customers to apply the latest updates as soon as possible. Catalyst SD-WAN Controller systems that are accessible over the internet and that have ports exposed are at increased risk of compromise.

The FedRAMP deployment inclusion makes this a direct concern for US government and defense contractor environments — elevating the national security stakes of this vulnerability significantly beyond typical enterprise patch cycles.

What Attackers Can Do Post-Exploitation

Once CVE-2026-20182 is successfully exploited, the attacker effectively becomes a trusted peer within the SD-WAN fabric. Lateral movement, traffic interception, configuration manipulation, and persistent backdoor installation become immediately accessible without any additional privilege escalation steps.

Important: If your Cisco SD-WAN Controller has UDP port 12346 exposed to the internet, treat this as an active incident — not a pending patch. Audit your exposure immediately and implement emergency network-level controls while patch deployment proceeds.

Table: CVE-2026-20182 Impact Scope by Deployment

Deployment TypeInternet Exposure RiskPatch Priority
On-Premises (internet-facing)CriticalImmediate
SD-WAN Cloud-ProCriticalImmediate
SD-WAN Cloud (Cisco Managed)HighImmediate
FedRAMP GovernmentCriticalEmergency
On-Premises (internal only)MediumUrgent

Detection and Immediate Response

Indicators of Compromise to Hunt Right Now

Cisco is recommending customers audit the "/var/log/auth.log" file for entries related to "Accepted publickey for vmanage-admin" from unknown or unauthorized IP addresses. Another indicator is the presence of suspicious peering events in the logs, including unauthorized peer connections that occur at unexpected times and originate from unrecognized IP addresses, or involve device types that are inconsistent with the environment's architecture.

Your immediate detection checklist:

  1. Review /var/log/auth.log — filter for Accepted publickey for vmanage-admin from any IP not in your authorized peer list
  2. Audit NETCONF session logs — any configuration changes executed via NETCONF since May 2026 require forensic review
  3. Review SD-WAN peer connection logs — flag any connections from unexpected source IPs or device types
  4. Check fabric configuration integrity — compare current routing configurations against last known-good baseline
  5. Apply Cisco's emergency patch — deploy the fixed release across all affected components immediately

Pro Tip: Cross-reference your SD-WAN auth logs against threat intelligence feeds for UAT-8616 indicators — the same threat actor that exploited CVE-2026-20127 may also be actively targeting CVE-2026-20182 given the structural similarity of the vulnerable service.


Key Takeaways

  • Apply Cisco's patch immediately — CVE-2026-20182 carries a CVSS 10.0 and is confirmed actively exploited as of May 2026
  • Audit /var/log/auth.log for unauthorized vmanage-admin publickey authentications from unrecognized IPs right now
  • Treat port 12346 exposure as critical — any internet-facing Cisco SD-WAN Controller with UDP 12346 accessible is a confirmed high-priority target
  • Review all NETCONF session activity since May 2026 — unauthorized configuration changes may already be in place
  • Patching CVE-2026-20127 does NOT protect you — this is a structurally independent vulnerability requiring its own dedicated patch
  • Escalate FedRAMP deployments immediately — government and defense contractor environments face heightened risk and mandatory notification requirements

Conclusion

CVE-2026-20182 represents exactly the category of vulnerability that demands immediate, emergency-level response — maximum CVSS severity, active exploitation confirmed, no authentication required, and critical infrastructure impact. The SD-WAN fabric is not a peripheral system. It controls traffic routing across your entire network, making a compromised controller equivalent to handing an attacker the keys to your network architecture. Patch now, hunt for indicators of compromise in your auth logs, restrict UDP port 12346 access, and review all NETCONF activity since May 2026. Every hour of delayed action is an hour of confirmed attacker opportunity.


Frequently Asked Questions

Q: What is CVE-2026-20182 and why is it rated CVSS 10.0? A: CVE-2026-20182 is a critical authentication bypass vulnerability in Cisco Catalyst SD-WAN Controller and Manager. It receives a CVSS 10.0 because it allows an unauthenticated remote attacker to gain administrative privileges with no user interaction required — the maximum possible impact across all three CVSS dimensions of confidentiality, integrity, and availability.

Q: Is patching CVE-2026-20127 enough to protect against CVE-2026-20182? A: No. CVE-2026-20182 is a structurally independent vulnerability located in a similar part of the vdaemon networking stack as CVE-2026-20127, but it is a distinct flaw requiring its own dedicated patch. Organizations that applied the earlier fix remain fully vulnerable to this new CVE.

Q: Which Cisco SD-WAN deployments are affected? A: All major deployment types are affected — on-premises, Cisco SD-WAN Cloud-Pro, Cisco SD-WAN Cloud (Cisco Managed), and Cisco SD-WAN for Government (FedRAMP). Internet-facing controllers with UDP port 12346 exposed are at the highest risk of immediate exploitation.

Q: What is the primary indicator of compromise for CVE-2026-20182? A: Cisco recommends auditing the /var/log/auth.log file for entries showing "Accepted publickey for vmanage-admin" from unknown or unauthorized IP addresses. Suspicious peering events at unexpected times from unrecognized source IPs or inconsistent device types are additional key indicators.

Q: What compliance frameworks require immediate response to actively exploited CVSS 10.0 vulnerabilities? A: CISA's Known Exploited Vulnerabilities (KEV) catalog mandates remediation within defined windows for federal agencies. PCI DSS Requirement 6.3 mandates critical vulnerability patching within one month. NIST SP 800-40 Rev. 4 governs enterprise patch management timelines. FedRAMP continuous monitoring requirements impose emergency response obligations for critical vulnerabilities in cloud-hosted government systems.

Secured Intel

Enjoyed this article?

Subscribe for more cybersecurity insights.

Subscribe Free