CVE-2021-36957
📋 TL;DR
CVE-2021-36957 is an elevation of privilege vulnerability in Windows Desktop Bridge that allows authenticated attackers to execute arbitrary code with SYSTEM privileges. This affects Windows 10 and Windows 11 systems where Desktop Bridge applications are installed. Attackers need local access to exploit this vulnerability.
💻 Affected Systems
- Windows Desktop Bridge
📦 What is this software?
Windows 10 by Microsoft
Windows 10 by Microsoft
Windows 10 by Microsoft
Windows 10 by Microsoft
Windows 10 by Microsoft
⚠️ Risk & Real-World Impact
Worst Case
Complete system compromise with SYSTEM privileges, enabling installation of persistent malware, credential theft, and lateral movement across the network.
Likely Case
Local privilege escalation allowing attackers to bypass security controls, install additional malware, or access sensitive system resources.
If Mitigated
Limited impact if proper access controls and least privilege principles are enforced, though local attackers could still gain elevated privileges.
🎯 Exploit Status
Exploitation requires authenticated user access. Proof-of-concept code has been publicly released.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Security updates from August 2021 or later
Vendor Advisory: https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-36957
Restart Required: Yes
Instructions:
1. Apply Windows security updates from August 2021 or later. 2. Use Windows Update or download from Microsoft Update Catalog. 3. Restart system after installation.
🔧 Temporary Workarounds
Disable Desktop Bridge
windowsRemove or disable Desktop Bridge applications if not required
Remove Desktop Bridge apps via Settings > Apps > Apps & features
🧯 If You Can't Patch
- Implement strict access controls and least privilege principles
- Monitor for suspicious privilege escalation attempts and unauthorized SYSTEM privilege usage
🔍 How to Verify
Check if Vulnerable:
Check Windows version and update status. Systems without August 2021 security updates are vulnerable.
Check Version:
winver
Verify Fix Applied:
Verify Windows Update history shows August 2021 security updates installed
📡 Detection & Monitoring
Log Indicators:
- Windows Event Logs showing unexpected privilege escalation
- Security logs with SYSTEM privilege abuse
Network Indicators:
- Unusual outbound connections from systems after local privilege escalation
SIEM Query:
EventID=4688 AND NewProcessName LIKE '%SYSTEM%' AND SubjectUserName NOT IN (expected_admin_users)