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).
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 urgencyCVE-2026-9082
CISA KEVSQL injection in Drupal Core's database abstraction API lets an attacker send crafted requests to escalate privileges and run arbitrary code on the server. No authentication is required, and attackers are already exploiting this in the wild. EPSS is 0.17 (95th percentile), which confirms real-world interest despite the lack of a published CVSS score.
- Included because
- unauthenticated; internet-facing; widely deployed CMS; exploited in the wild
- Affected estate
- All Drupal Core installations regardless of version until patched. Self-hosted and PaaS deployments alike.
- How to check
- Run `drush status` or check the Status Report page at /admin/reports/status to confirm the running Drupal Core version.
- Action
- Update Drupal Core to the latest patched release via Composer or the Drupal update manager. If you can't patch immediately, restrict public access to the site or enable a WAF rule blocking SQL injection patterns.
- Urgency
- Patch immediately
- Why it matters
- Unauthenticated SQL injection on an internet-facing CMS gives attackers full control of the database, user credentials, and potentially the underlying server.
- Source
- CISA KEV
Evidence trail
- NVD: View source
CVE-2026-42960
MSRCUnbound 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.
- Included because
- CVSS 10.0; network-facing service; cache poisoning can affect entire environments downstream
- Affected estate
- Azure Linux 3.0 systems running Unbound 1.19.1-5 as a caching or recursive 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.
- Action
- Update Unbound via `tdnf update unbound`, then restart the service with `systemctl restart unbound`.
- Urgency
- Patch within 24 hours
- 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
- NVD: View source
CVE-2026-43618
MSRCAn 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.
- Included because
- CVSS 8.1; common utility on Linux systems; information disclosure risk
- Affected estate
- Azure Linux 3.0 hosts running rsync 3.4.1-2. Also applies to any Linux system running rsync below 3.4.3.
- How to check
- Run `rsync --version` or `rpm -q rsync` to confirm the installed version.
- Action
- Update rsync to 3.4.3+ and verify with `rsync --version`.
- Urgency
- Patch this week
- 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
- NVD: View source
CVE-2026-47783
MSRCMemcached 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.
- Included because
- CVSS 8.1; timing side channel enables credential attacks; common caching service
- Affected estate
- Azure Linux 3.0 systems running memcached 1.6.27-4 or older with SASL password authentication configured.
- 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.
- 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.
- Urgency
- Patch this week
- 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
- NVD: View source
CVE-2026-34336
MSRCA 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.
- Included because
- CVSS 7.8; local privilege escalation; widespread Windows desktop deployment
- Affected estate
- Windows 10 Version 1607 (32-bit and x64), Version 1809 (32-bit and x64), and Version 21H2 (32-bit). Other builds may also be affected; check the Microsoft advisory.
- 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`.
- Action
- Deploy the latest cumulative update for the affected Windows 10 versions via WSUS, Intune, or Windows Update.
- Urgency
- Patch this week
- 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
- NVD: View source
One email, every weekday morning.
SubscribeFrom the field notes
From this beat
Read the rest of the field notes →