A perfect 10 in Azure HorizonDB and a Copilot RCE you shouldn't ignore
CVE-2026-48567 is a CVSS 10.0 unauthenticated auth bypass in Azure HorizonDB. Also today: authenticated RCE in Microsoft Copilot (7.7), a Chrome sandbox escape via ImageCapture (7.5), a WordPress site-takeover in Hybrid Composer (9.8), and a DLL-loading trick in SQLite's sqldiff on Windows (9.8).
A perfect CVSS 10.0 just dropped for Azure HorizonDB. CVE-2026-48567 lets an unauthenticated attacker spoof credentials and escalate to full control over the network, no prior access needed. Nobody's exploiting it in the wild yet, but a 10.0 doesn't stay quiet for long. Patch this one first, then circle back for the rest.
Today's CVEs
Sorted by urgencyCVE-2026-48567
NVDAn attacker can bypass authentication in Azure HorizonDB by spoofing credentials and escalate privileges, all over the network with no prior access required. CVSS 10.0 tells the whole story: unauthenticated, network-accessible, and full impact. No reports of wild exploitation yet, but a perfect 10 gets patched first, period.
- Affected estate
- Anyone running Azure HorizonDB instances
- How to check
- Check the Azure portal for your HorizonDB deployments and their current patch level. Review Microsoft's security advisory for specific affected versions.
- Included because
- unauthenticated; network-accessible; CVSS 10.0; privilege escalation
- Action
- Apply the vendor-provided security update immediately. Restrict network-level access to HorizonDB endpoints using NSGs or firewall rules until patched.
- Why it matters
- Unauthenticated attackers can gain full elevated privileges over the network with zero interaction required.
- Source
- Microsoft Security Advisory
Evidence trail
- NVD: View source
CVE-2026-45497
NVDAn authenticated user of Microsoft Copilot can inject commands and execute arbitrary code remotely. The attacker needs valid credentials first, which lowers the blast radius, but any compromised or malicious insider account could use this to run code on the backend. CVSS 7.7.
- Affected estate
- Teams using Microsoft Copilot services
- How to check
- Confirm whether your tenant has Copilot enabled in the Microsoft 365 admin center. Check Microsoft's advisory for affected versions or service tiers.
- Included because
- authenticated; network-accessible; command injection; common product
- Action
- Apply Microsoft's security update for Copilot. Audit user access and review logs for unusual activity.
- Why it matters
- A compromised or malicious authenticated user could execute arbitrary code on the Copilot backend.
- Source
- Microsoft Security Advisory
Evidence trail
- NVD: View source
CVE-2026-11296
NVDA bug in Chrome's ImageCapture API lets an attacker who has already compromised the renderer process escalate privileges via a crafted HTML page. This is a sandbox escape scenario, but it requires the renderer to be compromised first, which significantly raises the bar. Chromium rates this low severity. CVSS 7.5.
- Affected estate
- Anyone managing Chrome or Chromium-based browser deployments (Edge, Brave, etc.) on desktops
- How to check
- Open chrome://version or check your software management console for Chrome versions below 149.0.7827.53.
- Included because
- requires prior renderer compromise; privilege escalation; widely deployed browser
- Action
- Update Chrome to 149.0.7827.53 or later across managed endpoints.
- Why it matters
- A pre-compromised renderer can escalate privileges, though the prerequisite limits real-world risk.
- Source
- Chromium Security Advisory
Evidence trail
- NVD: View source
CVE-2019-25738
NVDThe Hybrid Composer plugin (version 1.4.6) for WordPress lets unauthenticated attackers change any WordPress option by hitting the admin-ajax.php endpoint. The practical attack is simple: enable user registration, set the default role to administrator, register an account, and take over the site. No login required. CVSS 9.8.
- Affected estate
- WordPress site owners and hosts running the Hybrid Composer plugin version 1.4.6 or earlier
- How to check
- Check wp-content/plugins/hybrid-composer/ for existence and version. Run: wp plugin list | grep hybrid-composer, or check the Plugins page in the WordPress admin.
- Included because
- unauthenticated; internet-facing; full site takeover; CVSS 9.8
- Action
- Update or remove the Hybrid Composer plugin. Audit user accounts for unauthorized administrators. Verify that 'anyone can register' is disabled and the default role is set to 'subscriber.'
- Why it matters
- Unauthenticated attackers can take over the entire WordPress site by creating admin accounts with a single POST request.
Evidence trail
- NVD: View source
CVE-2025-71316
NVDThe sqldiff.exe tool bundled with SQLite on Windows mishandles Unicode-to-ANSI conversion in command line arguments. An attacker can craft a command line string that tricks the -L option into loading an arbitrary DLL. Exploitation requires getting a user to run sqldiff with a malicious argument, so there's a user-interaction component here. CVSS 9.8.
- Affected estate
- Windows users and developers running SQLite's sqldiff.exe tool, especially in automated pipelines or scripts that process untrusted input
- How to check
- Search for sqldiff.exe on Windows systems. Check the SQLite version: sqlite3 --version. Compare against the fixed release date of 2025-12-26.
- Included because
- DLL loading via argument injection; user interaction required; Windows-specific; CVSS 9.8
- Action
- Update SQLite to the fixed version. Remove sqldiff.exe from systems where it is not needed.
- Why it matters
- An attacker who can influence sqldiff command line arguments can load an arbitrary DLL and execute code on the system.
- Source
- SQLite project advisory / 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 โ