CVE-2026-20182 Critical Authentication Bypass in Cisco Catal...#2239
Open
carlospolop wants to merge 1 commit into
Open
CVE-2026-20182 Critical Authentication Bypass in Cisco Catal...#2239carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.rapid7.com/blog/post/ve-cve-2026-20182-critical-authentication-bypass-cisco-catalyst-sd-wan-controller-fixed Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting -> Cisco SD-WAN / vdaemon UDP/12346, or Pentesting Network -> Cisco SD-WAN Control Plane Attacks". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview and impact
CVE-2026-20182 is a critical authentication bypass in Cisco Catalyst SD-WAN Controller, formerly vSmart. The issue affects thevdaemonDTLS control-plane service exposed on UDP port12346. It was discovered while Rapid7 was researching CVE-2026-20127, another critical vulnerability in the same service, but CVE-2026-20182 is not a patch bypass; it is a distinct bug in a similar part of thevdaemonnetworking stack...🔧 Technical Details
Attacker-controlled role selection can bypass authentication when a state machine lacks a default-deny path. In this case, the protocol chooses verification logic based on a claimed
device_typevalue encoded in the high nibble of thedevice_infoheader byte. Types1,3, and5receive hardware-certificate or certificate-chain verification, but type2/ vHub has no verification branch. Because the function later unconditionally executes*(_BYTE *)(a2 + 70) = 1, equivalent topeer->authenticated = true, an attacker can select the unhandled type and fall through to authenticated state. The general lesson is that authentication logic driven by attacker-controlled roles, device classes, tenant types, or protocol modes must use explicit allow/deny behavior and must not grant success after unhandled cases.Pre-authentication allowlists are exploitable whe...
🤖 Agent Actions
Done.
Updated:
src/generic-methodologies-and-resources/pentesting-network/README.mdWhat I added:
device_inforole selectionvHub/ type2CHALLENGE_ACKreachabilityTCP/830nmap, Metasploit, and SSHValidation:
git diff --checksuccessfullymdbook buildcould not be run becausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.