CVE-2023-36701

7.8 HIGH

📋 TL;DR

This vulnerability allows an authenticated attacker to gain SYSTEM-level privileges on Windows systems using Microsoft's Resilient File System (ReFS). Attackers must already have local access and user-level permissions to exploit this out-of-bounds read weakness.

💻 Affected Systems

Products:
  • Microsoft Windows Server
  • Microsoft Windows
Versions: Windows Server 2022, Windows 11 version 21H2, Windows 10 version 21H2
Operating Systems: Windows Server 2022, Windows 11, Windows 10
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects systems using ReFS (Resilient File System). Requires attacker to have local authenticated access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise where an authenticated attacker gains SYSTEM privileges, enabling installation of malware, data theft, or lateral movement across the network.

🟠

Likely Case

Privilege escalation from standard user to SYSTEM account on compromised workstations or servers, allowing persistence and further exploitation.

🟢

If Mitigated

Limited impact with proper access controls, patch management, and endpoint protection that can detect privilege escalation attempts.

🌐 Internet-Facing: LOW - Requires local authenticated access, not remotely exploitable over network.
🏢 Internal Only: HIGH - Significant risk in environments where users have local access to systems and patch management is poor.

🎯 Exploit Status

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

Requires local authenticated access and knowledge of exploitation techniques. No public exploit code available as of knowledge cutoff.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: September 2023 security updates (KB5030219 for Windows 11, KB5030217 for Windows 10, KB5030214 for Windows Server 2022)

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

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable ReFS if not needed

windows

Remove ReFS feature if not required for operations

dism /online /disable-feature /featurename:ReFS

🧯 If You Can't Patch

  • Implement strict access controls to limit local user privileges
  • Deploy endpoint detection and response (EDR) solutions to monitor for privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check Windows version and if September 2023 security updates are installed via 'winver' command and Windows Update history

Check Version:

winver

Verify Fix Applied:

Verify KB5030219 (Win11), KB5030217 (Win10), or KB5030214 (Server 2022) is installed in Windows Update history

📡 Detection & Monitoring

Log Indicators:

  • Event ID 4688 with SYSTEM privilege escalation
  • Security log entries showing unexpected SYSTEM account activity

Network Indicators:

  • Unusual outbound connections from previously low-privilege accounts

SIEM Query:

EventID=4688 AND NewProcessName LIKE '%cmd.exe%' AND SubjectUserName!=SYSTEM AND TokenElevationType=%%1938

🔗 References

📤 Share & Export