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

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).

Patch now
2
Within 24h
0
This week
3
Exploited
0
Azure HorizonDBMicrosoft AzureCloudMicrosoft CopilotGoogle ChromeChromiumWindowsMacOSLinuxWordPressHybrid ComposerSQLite

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 urgency

02

CVE-2026-45497

NVD
7.7
CVSS
Patch this week HIGH
Microsoft CopilotCloud

An 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.

Included because
authenticated; network-accessible; command injection; common product
Affected estate
Microsoft Copilot deployments, all versions until a fix is confirmed
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.
Action
Apply Microsoft's security update for Copilot. Audit user access and review logs for unusual activity.
Urgency
Patch this week
Why it matters
A compromised or malicious authenticated user could execute arbitrary code on the Copilot backend.
Source
Microsoft Security Advisory

Evidence trail

03

CVE-2026-11296

NVD
7.5
CVSS
Patch this week HIGH
Google ChromeChromiumWindowsMacOSLinux

A 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.

Included because
requires prior renderer compromise; privilege escalation; widely deployed browser
Affected estate
Google Chrome and Chromium-based browsers prior to version 149.0.7827.53
How to check
Open chrome://version or check your software management console for Chrome versions below 149.0.7827.53.
Action
Update Chrome to 149.0.7827.53 or later across managed endpoints.
Urgency
Patch this week
Why it matters
A pre-compromised renderer can escalate privileges, though the prerequisite limits real-world risk.
Source
Chromium Security Advisory

Evidence trail

04

CVE-2019-25738

NVD
9.8
CVSS
Patch now CRITICAL
WordPressHybrid ComposerLinuxWindows

The 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.

Included because
unauthenticated; internet-facing; full site takeover; CVSS 9.8
Affected estate
WordPress sites with the Hybrid Composer plugin version 1.4.6 or earlier installed
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.
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.'
Urgency
Patch immediately
Why it matters
Unauthenticated attackers can take over the entire WordPress site by creating admin accounts with a single POST request.
Source
NVD

Evidence trail

05

CVE-2025-71316

NVD
9.8
CVSS
Patch this week CRITICAL
SQLiteWindows

The 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.

Included because
DLL loading via argument injection; user interaction required; Windows-specific; CVSS 9.8
Affected estate
Windows systems with SQLite's sqldiff.exe installed, any version prior to the 2025-12-26 fix
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.
Action
Update SQLite to the fixed version. Remove sqldiff.exe from systems where it is not needed.
Urgency
Patch this week
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


One email, every weekday morning.

Subscribe