CVE-2023-35356

7.8 HIGH

📋 TL;DR

CVE-2023-35356 is a Windows kernel elevation of privilege vulnerability that allows authenticated attackers to execute arbitrary code with SYSTEM privileges. It affects Windows operating systems and can lead to complete system compromise. Attackers must have valid credentials and local access to exploit this vulnerability.

💻 Affected Systems

Products:
  • Microsoft Windows
Versions: Windows 10, Windows 11, Windows Server 2016, Windows Server 2019, Windows Server 2022
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. Requires authenticated user access to exploit.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

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

🟠

Likely Case

Privilege escalation from standard user to SYSTEM, allowing attackers to bypass security controls, install backdoors, and access sensitive system resources.

🟢

If Mitigated

Limited impact with proper patch management, least privilege principles, and endpoint protection that can detect kernel exploitation attempts.

🌐 Internet-Facing: LOW - Requires local access and authenticated user credentials, making direct internet exploitation unlikely.
🏢 Internal Only: HIGH - Significant risk for internal networks where attackers can gain initial access through phishing or compromised credentials, then escalate privileges.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Multiple proof-of-concept exploits are publicly available. Exploitation requires local access and valid user credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Security updates released in July 2023 and later

Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-35356

Restart Required: Yes

Instructions:

1. Apply Windows Update from Settings > Update & Security > Windows Update. 2. For enterprise environments, deploy through WSUS or Microsoft Endpoint Configuration Manager. 3. Restart systems after patch installation.

🔧 Temporary Workarounds

Restrict local access

windows

Limit local login capabilities to reduce attack surface

Implement least privilege

windows

Ensure users operate with minimal necessary privileges

🧯 If You Can't Patch

  • Implement strict access controls and monitor for privilege escalation attempts
  • Deploy endpoint detection and response (EDR) solutions with kernel protection capabilities

🔍 How to Verify

Check if Vulnerable:

Check Windows Update history for July 2023 security updates or use: wmic qfe list | findstr "KB5028166 KB5028168 KB5028171"

Check Version:

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

Verify Fix Applied:

Verify security update KB5028166 (Windows 10), KB5028168 (Windows 11), or KB5028171 (Server) is 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 previously compromised systems
  • Unusual authentication patterns

SIEM Query:

EventID=4688 AND (NewProcessName="*cmd.exe" OR NewProcessName="*powershell.exe") AND ParentProcessName="*explorer.exe" | where TokenElevationType="%%1938"

🔗 References

📤 Share & Export