CVE-2025-26634

7.5 HIGH

📋 TL;DR

This vulnerability is a heap-based buffer overflow in Windows Core Messaging that allows an authenticated attacker to execute arbitrary code with elevated privileges over a network connection. It affects Windows systems with Core Messaging components enabled. Attackers could gain SYSTEM-level access on compromised systems.

💻 Affected Systems

Products:
  • Windows Core Messaging
Versions: Windows 10 versions 1809 through 22H2, Windows 11 versions 21H2 through 23H2
Operating Systems: Windows 10, Windows 11
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Core Messaging service to be running (default on most Windows installations).

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise leading to domain takeover, data exfiltration, ransomware deployment, and persistent backdoor installation across the network.

🟠

Likely Case

Local privilege escalation on individual systems, enabling lateral movement and credential harvesting within the network.

🟢

If Mitigated

Limited to authenticated users only, with network segmentation preventing widespread impact.

🌐 Internet-Facing: LOW
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires authenticated access and network connectivity to target. No public exploit code available as of analysis.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Windows Security Update KB5034441 (January 2025)

Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-26634

Restart Required: Yes

Instructions:

1. Open Windows Update Settings. 2. Click 'Check for updates'. 3. Install KB5034441. 4. Restart system when prompted.

🔧 Temporary Workarounds

Disable Core Messaging Service

Windows

Temporarily disable the vulnerable service to prevent exploitation

sc stop CoreMessagingRegistrar
sc config CoreMessagingRegistrar start= disabled

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate vulnerable systems
  • Enforce principle of least privilege and monitor for privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check if KB5034441 is installed via: wmic qfe list | findstr KB5034441

Check Version:

systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

Verify Fix Applied:

Verify patch installation and check Core Messaging service version

📡 Detection & Monitoring

Log Indicators:

  • Event ID 4688 with CoreMessagingRegistrar process anomalies
  • Unexpected privilege escalation events in Security logs

Network Indicators:

  • Unusual RPC/DCOM traffic patterns to Core Messaging endpoints

SIEM Query:

source="windows" event_id=4688 process_name="*CoreMessaging*" AND parent_process_name!="services.exe"

🔗 References

📤 Share & Export