CVE-2023-36047

7.8 HIGH

📋 TL;DR

This Windows authentication vulnerability allows attackers to elevate privileges on affected systems. An authenticated attacker could exploit this to gain SYSTEM-level access. It affects Windows systems with specific configurations.

💻 Affected Systems

Products:
  • Windows
Versions: Windows 10, Windows 11, Windows Server 2016, Windows Server 2019, Windows Server 2022
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems with default Windows authentication configurations. Specific patch levels determine vulnerability status.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attacker gains full SYSTEM privileges, enabling complete system compromise, data theft, persistence establishment, and lateral movement across the network.

🟠

Likely Case

Privilege escalation from standard user to administrator/SYSTEM level, allowing installation of malware, credential harvesting, and bypassing security controls.

🟢

If Mitigated

Limited impact due to proper patch management, least privilege principles, and network segmentation preventing lateral movement.

🌐 Internet-Facing: LOW - Requires authenticated access, making direct internet exploitation unlikely without prior compromise.
🏢 Internal Only: HIGH - Once an attacker gains initial access to a network, this provides powerful privilege escalation capabilities for lateral movement.

🎯 Exploit Status

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

Requires authenticated access and specific conditions to trigger the vulnerability. No public exploit code available as of knowledge cutoff.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: November 2023 security updates (KB5032190 for Windows 10, KB5032197 for Windows 11, etc.)

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

Restart Required: Yes

Instructions:

1. Apply November 2023 Windows security updates via Windows Update. 2. For enterprise environments, deploy through WSUS or SCCM. 3. Restart systems after patch installation.

🔧 Temporary Workarounds

Restrict authentication protocols

windows

Limit authentication methods to reduce attack surface

Configure Group Policy: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > Network security: LAN Manager authentication level = Send NTLMv2 response only\refuse LM & NTLM

🧯 If You Can't Patch

  • Implement strict least privilege principles - ensure users only have necessary permissions
  • Segment networks to limit lateral movement potential after privilege escalation

🔍 How to Verify

Check if Vulnerable:

Check Windows Update history for November 2023 security updates or run: wmic qfe list | findstr "KB5032190 KB5032197 KB5032198"

Check Version:

winver

Verify Fix Applied:

Verify November 2023 security updates are installed via Windows Update or command: systeminfo | findstr "Hotfix"

📡 Detection & Monitoring

Log Indicators:

  • Windows Security Event ID 4672 (Special privileges assigned to new logon)
  • Event ID 4624 with elevated privileges from unexpected accounts
  • Authentication protocol anomalies in Event ID 4776

Network Indicators:

  • Unusual authentication traffic patterns
  • Multiple privilege escalation attempts from single source

SIEM Query:

source="WinEventLog:Security" (EventID=4672 OR (EventID=4624 AND NewElevatedToken="%%1842")) | stats count by host, user

🔗 References

📤 Share & Export