PatchDayAlert
Daily Digest · 2 min read · 5 CVEs · Issue 18 By PatchDayAlert

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.

Patch now
1
Within 24h
2
This week
2
Exploited
0
Go Net/Http2Azure LinuxApplication Gateway Kubernetes IngressAzcopyCert ManagerCf CliLinuxCloudGnuTLSDnsmasqNetwork ApplianceCisco Catalyst SD WAN Manager

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 urgency

02

CVE-2026-42010

MSRC
7.1
CVSS EPSS 0.13%
Patch within 24h HIGH
GnuTLSAzure LinuxLinuxCloud

GnuTLS 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

03

CVE-2026-4892

MSRC
8.4
CVSS EPSS 0.01%
Patch within 24h HIGH
DnsmasqAzure LinuxLinuxCloudNetwork Appliance

A 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

04

CVE-2026-20182

NVD
10.0
CVSS
Patch now CRITICAL
Cisco Catalyst SD WAN ManagerCisco Catalyst SD WAN ControllerCisco VManageCisco VSmartNetwork ApplianceCloud

This 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

05

CVE-2026-42304

MSRC
7.5
CVSS EPSS 0.01%
Patch this week HIGH
Python TwistedAzure LinuxLinuxCloud

Twisted'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


One email, every Wednesday morning.

Subscribe