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

Drupal SQLi exploited in the wild, plus a perfect-10 DNS poisoning bug in Unbound

CVE-2026-9082 is an unauth SQLi in Drupal Core already being exploited. CVE-2026-42960 scores CVSS 10.0 for DNS cache poisoning in Unbound on Azure Linux. Also: rsync memory leak (8.1), Memcached SASL timing side channel (8.1), and a Windows DWM privesc (7.8).

Patch now
1
Within 24h
1
This week
3
Exploited
1
Drupal CoreLinuxWindowsUnboundAzure LinuxCloudRsyncMemcachedWindows 10Windows DWM

Drop what you're doing if you run Drupal. CVE-2026-9082 is a SQL injection in Drupal Core's database abstraction layer, no auth required, and attackers are already exploiting it in the wild. Behind that, a CVSS 10.0 DNS cache poisoning bug in Unbound on Azure Linux and an rsync memory leak round out a busy Memorial Day queue.


Today's CVEs

Sorted by urgency

02

CVE-2026-42960

MSRC
10.0
CVSS EPSS 0.03%
Patch within 24h CRITICAL
UnboundAzure LinuxLinuxCloud

Unbound on Azure Linux 3.0 is vulnerable to DNS cache poisoning through promiscuous authority-section records. An attacker can inject forged DNS answers into the resolver cache, redirecting traffic for arbitrary domains. CVSS 10.0, though EPSS is very low (0.0003) and there's no known exploitation yet.

Affected estate
Azure Linux 3.0 operators running Unbound 1.19.1-5 as a DNS resolver.
How to check
Run `rpm -q unbound` or `tdnf list installed unbound` and confirm the version is 1.19.1-5 or earlier.
Included because
CVSS 10.0; network-facing service; cache poisoning can affect entire environments downstream
Action
Update Unbound via `tdnf update unbound`, then restart the service with `systemctl restart unbound`.
Why it matters
Cache poisoning on a DNS resolver lets an attacker redirect all downstream clients to malicious servers without touching the clients themselves.
Source
NVD

Evidence trail

03

CVE-2026-43618

MSRC
8.1
CVSS EPSS 0.06%
Patch this week HIGH
RsyncAzure LinuxLinuxCloud

An integer overflow in rsync before 3.4.3 can leak sensitive data during file transfers. An attacker who controls or compromises an rsync endpoint could trigger the overflow to read memory contents they shouldn't have access to. CVSS 8.1, no known exploitation yet.

Affected estate
Azure Linux 3.0 operators running rsync 3.4.1-2, and anyone using rsync below 3.4.3 for backup or file sync jobs.
How to check
Run `rsync --version` or `rpm -q rsync` to confirm the installed version.
Included because
CVSS 8.1; common utility on Linux systems; information disclosure risk
Action
Update rsync to 3.4.3+ and verify with `rsync --version`.
Why it matters
Information disclosure through a tool commonly used for backups and replication could expose file contents or credentials in transit.
Source
NVD

Evidence trail

04

CVE-2026-47783

MSRC
8.1
CVSS EPSS 0.08%
Patch this week HIGH
MemcachedAzure LinuxLinuxCloud

Memcached before 1.6.42 has a timing side channel in SASL authentication. The server exits its username-check loop early when it finds a valid user, which lets an attacker figure out valid usernames by measuring response times. This is a prerequisite for credential-stuffing or brute-force attacks, not direct code execution.

Affected estate
Azure Linux 3.0 operators running memcached 1.6.27-4 with SASL authentication enabled.
How to check
Run `memcached -h 2>&1 | head -1` or `rpm -q memcached` to check the version. Confirm SASL is enabled by looking for `-S` in the service arguments.
Included because
CVSS 8.1; timing side channel enables credential attacks; common caching service
Action
Update memcached to 1.6.42+ and restart the service. If SASL isn't needed, consider disabling it and relying on network-level access controls instead.
Why it matters
Username enumeration via timing makes brute-force attacks much more efficient, especially if memcached is reachable from untrusted networks.
Source
NVD

Evidence trail

05

CVE-2026-34336

MSRC
7.8
CVSS EPSS 0.05%
Patch this week HIGH
Windows 10Windows DWMWindows

A buffer over-read in the Windows DWM (Desktop Window Manager) Core Library lets a logged-in attacker escalate privileges locally. This requires an attacker to already have code execution on the box, so it's a post-compromise escalation path, not a remote entry point. CVSS 7.8, no exploitation reported yet.

Affected estate
Windows sysadmins running Windows 10 versions 1607, 1809, or 21H2 on 32-bit or x64 systems.
How to check
Run `winver` or query `(Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVersion` to confirm the OS build. Check installed KBs with `Get-HotFix`.
Included because
CVSS 7.8; local privilege escalation; widespread Windows desktop deployment
Action
Deploy the latest cumulative update for the affected Windows 10 versions via WSUS, Intune, or Windows Update.
Why it matters
Local privilege escalation lets an attacker who already has a foothold go from standard user to SYSTEM, which is the typical next step in a compromise chain.
Source
Microsoft Security Response Center

Evidence trail


One email, every Wednesday morning.

Subscribe