Cisco SD-WAN scores a perfect 10.0, plus dnsmasq and Go HTTP/2 DoS bugs
CVE-2026-20182 lets unauthenticated attackers hijack your entire SD-WAN fabric through vSmart/vManage. Also on the list: a CVSS 8.4 dnsmasq bug with sparse details, a Go net/http2 infinite loop, a GnuTLS auth bypass, and a Twisted DNS crash.
This one jumps off the page. CVE-2026-20182 is a CVSS 10.0 authentication bypass in Cisco Catalyst SD-WAN (vSmart and vManage) that lets an unauthenticated remote attacker take over your entire fabric. No credentials, no user interaction. Four more bugs trail behind it in dnsmasq, Go, GnuTLS, and Twisted, but that Cisco flaw is the one to deal with first.
Today's CVEs
Sorted by urgencyCVE-2026-33814
MSRCA malformed HTTP/2 SETTINGS_MAX_FRAME_SIZE value can send Go's net/http2 library into an infinite loop, effectively hanging any service built on it. An attacker just needs to send a bad HTTP/2 frame to tie up the process. No authentication required, no user interaction needed.
- Affected estate
- Anyone running Go-based services on Azure Linux 3.0 that use the affected packages: application-gateway-kubernetes-ingress, azcopy, azurelinux-image-tools, cert-manager, or cf-cli.
- How to check
- Run `tdnf list installed | grep -E 'application-gateway-kubernetes-ingress|azcopy|azurelinux-image-tools|cert-manager|cf-cli'` and compare versions against the fixed releases.
- Included because
- unauthenticated; network-reachable; denial of service; common Go HTTP/2 library
- Action
- Update all affected packages via `tdnf update`.
- Why it matters
- Any unauthenticated client can hang your HTTP/2-facing services with a single malformed frame, causing a denial of service.
- Source
- NVD
Evidence trail
- NVD: View source
CVE-2026-42010
MSRCGnuTLS mishandles a NUL character in usernames during authentication, allowing an attacker to bypass authentication entirely. If your services rely on GnuTLS for TLS client certificate or SRP authentication, someone could slip past identity checks with a crafted username. CVSS 7.1, not yet exploited in the wild.
- Affected estate
- Anyone running GnuTLS 3.8.3-8 on Azure Linux 3.0, especially if you use TLS client certificate authentication or SRP-based auth that passes through GnuTLS.
- How to check
- Run `tdnf list installed gnutls` or `rpm -q gnutls` and check for version 3.8.3-8.
- Included because
- authentication bypass; common TLS library; no user interaction required
- Action
- Update gnutls via `tdnf update gnutls` and restart any services that link against it.
- Why it matters
- An authentication bypass in a core TLS library can let attackers impersonate legitimate users or gain unauthorized access to protected services.
- Source
- NVD
Evidence trail
- NVD: View source
CVE-2026-4892
MSRCA vulnerability in dnsmasq scores CVSS 8.4, though the vendor description is sparse. Dnsmasq handles DNS and DHCP for a huge number of networks, containers, and embedded devices, so any high-severity bug here deserves fast attention. Details are limited, but the score suggests local or adjacent network exploitation with significant impact.
- Affected estate
- Anyone running dnsmasq 2.90-1 on Azure Linux 3.0, including container hosts and edge devices that use dnsmasq for local DNS/DHCP.
- How to check
- Run `dnsmasq --version` or `rpm -q dnsmasq` and confirm the installed version.
- Included because
- high CVSS; common infrastructure service; DNS/DHCP exposure
- Action
- Update dnsmasq via `tdnf update dnsmasq` and restart the dnsmasq service.
- Why it matters
- Dnsmasq is everywhere: containers, VMs, network appliances. A CVSS 8.4 bug in a DNS/DHCP service can affect availability and integrity of name resolution across your environment.
- Source
- NVD
Evidence trail
- NVD: View source
CVE-2026-20182
NVDThis is as bad as it gets: CVSS 10.0. An unauthenticated remote attacker can bypass peering authentication on Cisco Catalyst SD-WAN Controller (vSmart) and SD-WAN Manager (vManage), then log in as a high-privileged internal account. From there, the attacker gets NETCONF access and can manipulate your entire SD-WAN fabric configuration. No credentials needed, no user interaction.
- Affected estate
- Anyone running Cisco Catalyst SD-WAN Manager (vManage) or SD-WAN Controller (vSmart) in any version. If you have SD-WAN infrastructure, stop reading and start patching.
- How to check
- Run `show version` on your SD-WAN controllers and managers. Also run `show control connections` as noted in the Cisco advisory to check for anomalous peering sessions.
- Included because
- unauthenticated; remote; CVSS 10.0; internet-facing control plane; full admin access; common enterprise SD-WAN product
- Action
- Upgrade SD-WAN Manager and Controller to the fixed release listed in Cisco's May 2026 security advisory. Review control connections for signs of unauthorized peering.
- Why it matters
- An unauthenticated attacker can take administrative control of your SD-WAN fabric and rewrite network configuration across every site. This is full infrastructure compromise with zero credentials required.
- Source
- Cisco Security Advisory
Evidence trail
- NVD: View source
CVE-2026-42304
MSRCTwisted's DNS resolver (twisted.names) can be crashed with crafted DNS responses that use recursive compression pointer chains. An attacker who can send or spoof DNS replies to a Twisted-based application can cause a denial of service. No authentication required, but the attacker does need to be in a position to deliver DNS responses to the target.
- Affected estate
- Anyone running python-twisted 22.10.0-4 on Azure Linux 3.0, particularly if your applications use twisted.names for DNS resolution.
- How to check
- Run `rpm -q python-twisted` or `pip show twisted` to confirm the installed version.
- Included because
- unauthenticated; denial of service; DNS protocol exposure; common Python framework
- Action
- Update python-twisted via `tdnf update python-twisted` and restart any services that depend on it.
- Why it matters
- A crafted DNS response can crash or hang any Twisted-based service using its built-in DNS resolver, causing a denial of service.
- Source
- NVD
Evidence trail
- NVD: View source
One email, every Wednesday morning.
SubscribeFrom the field notes
From this beat
Read the rest of the field notes โ