CVE-2024-21345

8.8 HIGH

📋 TL;DR

This Windows kernel vulnerability allows attackers to escalate privileges from a lower-privileged account to SYSTEM-level access. It affects Windows systems with specific configurations. Attackers must already have local access to exploit this vulnerability.

💻 Affected Systems

Products:
  • Windows
Versions: Windows 10, Windows 11, Windows Server 2019, Windows Server 2022
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Affects default installations of supported Windows versions. Requires attacker to have local access and ability to execute code.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with SYSTEM privileges, enabling installation of malware, data theft, and persistence mechanisms.

🟠

Likely Case

Local privilege escalation allowing attackers to bypass security controls, install additional tools, and move laterally within the network.

🟢

If Mitigated

Limited impact due to proper access controls, patch management, and network segmentation preventing initial access.

🌐 Internet-Facing: LOW - Requires local access to exploit, cannot be triggered remotely over the internet.
🏢 Internal Only: HIGH - Once an attacker gains initial access to a system, they can exploit this to escalate privileges and move laterally.

🎯 Exploit Status

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

Requires local access and ability to execute code. No public exploit code available at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: February 2024 security updates (KB5034765 for Windows 10, KB5034763 for Windows 11)

Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-21345

Restart Required: Yes

Instructions:

1. Open Windows Update settings. 2. Check for updates. 3. Install February 2024 security updates. 4. Restart the system when prompted.

🔧 Temporary Workarounds

Restrict local user privileges

windows

Limit local user accounts to standard user privileges to reduce attack surface

Enable Windows Defender Application Control

windows

Restrict execution of unauthorized applications

🧯 If You Can't Patch

  • Implement strict access controls to prevent unauthorized local access
  • Monitor for privilege escalation attempts using security tools

🔍 How to Verify

Check if Vulnerable:

Check Windows version and installed updates. Vulnerable if running affected versions without February 2024 security updates.

Check Version:

wmic os get caption, version, buildnumber, csdversion

Verify Fix Applied:

Verify February 2024 security updates (KB5034765 for Windows 10, KB5034763 for Windows 11) are installed.

📡 Detection & Monitoring

Log Indicators:

  • Event ID 4688 with suspicious parent processes
  • Unexpected privilege escalation events
  • Kernel mode driver loading

Network Indicators:

  • Lateral movement from compromised systems
  • Unusual authentication patterns

SIEM Query:

EventID=4688 AND (ProcessName LIKE "%powershell%" OR ProcessName LIKE "%cmd%") AND NewProcessName LIKE "%system%"

🔗 References

📤 Share & Export