PatchDay Alert
Daily Digest · 2 min read · 5 CVEs · Issue 25 By PatchDay Alert

Go SSH host key bypass scores 9.1, NGINX rewrite bug close behind at 8.1

A Go knownhosts library flaw lets revoked SSH keys pass verification unchecked. Also: NGINX rewrite module exploit (8.1), Linux kernel privesc via skbuff corruption (7.8), dnsmasq DNS poisoning risk (7.5), and curl cookie leaks hitting Azure Linux packages.

Patch now
0
Within 24h
2
This week
3
Exploited
0
Go Crypto/SshLibcontainers CommonPackerTelegrafAzure LinuxLinuxDnsmasqCurlCmakeMySQLRustNGINX

Nothing's on fire yet, but don't sleep on this one. A CVSS 9.1 bug in Go's knownhosts library completely ignores revoked SSH host keys, which means your Go-based SSH clients will trust hosts they shouldn't. Pair that with an NGINX rewrite module bug at 8.1 and a kernel privesc, and you've got a five-patch day that deserves your attention before any of these start getting exploited.


Today's CVEs

Sorted by urgency

02

CVE-2026-4890

MSRC
7.5
CVSS EPSS 0.24%
Patch this week HIGH
DnsmasqAzure LinuxLinux

A vulnerability in dnsmasq with a CVSS of 7.5. The upstream description is sparse, but dnsmasq handles DNS and DHCP for a lot of local networks. A network-level bug here could let an attacker disrupt or poison DNS resolution without authentication. No exploitation in the wild yet.

Included because
CVSS 7.5; network-facing service; common infrastructure component
Affected estate
Azure Linux 3.0 systems running dnsmasq 2.90-1.
How to check
Run `tdnf list installed dnsmasq` and verify the installed version.
Action
Run `tdnf update dnsmasq` and restart the service.
Urgency
Patch this week
Why it matters
Dnsmasq is a core DNS/DHCP service on many internal networks; a bug here can affect name resolution for your entire segment.
Source
NVD

Evidence trail

03

CVE-2026-6276

MSRC
7.5
CVSS EPSS 0.01%
Patch this week HIGH
CurlCmakeMySQLRustAzure LinuxLinux

A stale custom cookie host in curl causes cookies to leak to the wrong server. If your tools or services use curl with custom cookie handling, an attacker who controls or redirects traffic could steal session cookies. CVSS 7.5, no wild exploitation reported. This affects several Azure Linux 3.0 packages that bundle or depend on curl, including cmake, mysql, and rust toolchains.

Included because
CVSS 7.5; cookie leak; curl is ubiquitous in build and runtime tooling
Affected estate
Azure Linux 3.0 systems running curl 8.11.1-6, cmake 3.30.3-13, mysql 8.0.46-1, rust 1.75.0-28, or rust 1.90.0-7.
How to check
Run `tdnf list installed | grep -E 'curl|cmake|mysql|rust'` and compare versions to patched releases.
Action
Run `tdnf update curl cmake mysql rust` to pull fixed packages.
Urgency
Patch this week
Why it matters
Cookie leakage can hand session tokens to an attacker, especially when curl is used for authenticated API calls or package downloads.
Source
NVD

Evidence trail

04

CVE-2026-9256

MSRC
8.1
CVSS EPSS 0.13%
Patch within 24h HIGH
NGINXAzure LinuxLinux

A vulnerability in NGINX's ngx_http_rewrite_module lets an attacker exploit rewrite rules to cause unintended behavior. CVSS 8.1, no known exploitation in the wild. If you use rewrite directives in your NGINX configs (and most of you do), this one deserves prompt attention, especially on internet-facing instances.

Included because
CVSS 8.1; internet-facing; extremely common web server/reverse proxy
Affected estate
Azure Linux 3.0 systems running nginx 1.28.3-1.
How to check
Run `nginx -v` or `tdnf list installed nginx` to confirm the installed version.
Action
Run `tdnf update nginx`, then `systemctl restart nginx`.
Urgency
Patch within 24 hours
Why it matters
NGINX is typically your front door. A bug in the rewrite module on an internet-facing proxy gives attackers a direct target.
Source
NVD

Evidence trail

05

CVE-2026-46300

MSRC
7.8
CVSS EPSS 0.05%
Patch this week HIGH
Linux KernelAzure LinuxLinux

A Linux kernel bug in skbuff coalescing drops the shared-frag marker, which can lead to local privilege escalation or a crash. CVSS 7.8. An attacker with local access could trigger this to escalate privileges on the host. Not exploited in the wild yet, but kernel memory corruption bugs tend to attract exploit development quickly.

Included because
CVSS 7.8; local privilege escalation; kernel-level bug in networking stack
Affected estate
Azure Linux 3.0 systems running kernel 6.6.139.1-1.
How to check
Run `uname -r` and confirm the running kernel version.
Action
Run `tdnf update kernel`, then reboot to activate the new kernel.
Urgency
Patch this week
Why it matters
Local privilege escalation in the kernel lets any user with shell access become root. On multi-tenant or container hosts, that's a full compromise.
Source
NVD

Evidence trail


One email, every weekday morning.

Subscribe