CVE-2024-49051

7.8 HIGH

📋 TL;DR

This vulnerability in Microsoft PC Manager allows attackers to gain elevated privileges on affected systems. Attackers could execute arbitrary code with SYSTEM-level permissions. All users running vulnerable versions of Microsoft PC Manager are affected.

💻 Affected Systems

Products:
  • Microsoft PC Manager
Versions: Versions prior to the security update
Operating Systems: Windows 10, Windows 11
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Microsoft PC Manager to be installed. The vulnerability is in the improper handling of symbolic links (CWE-59).

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with attacker gaining 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 unauthorized software, or access protected system resources.

🟢

If Mitigated

Limited impact with proper user account controls, application whitelisting, and network segmentation in place.

🌐 Internet-Facing: LOW - This is a local privilege escalation vulnerability requiring local access to the system.
🏢 Internal Only: HIGH - Attackers with initial access to a standard user account could escalate to SYSTEM privileges, enabling lateral movement and persistence.

🎯 Exploit Status

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

Requires local access and user interaction. Exploitation involves manipulating symbolic links to gain elevated privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Latest version from Microsoft Update

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

Restart Required: Yes

Instructions:

1. Open Windows Update settings
2. Click 'Check for updates'
3. Install all available updates
4. Restart your computer when prompted

🔧 Temporary Workarounds

Disable Microsoft PC Manager

windows

Uninstall or disable Microsoft PC Manager to remove the vulnerable component

Control Panel > Programs > Uninstall a program > Select Microsoft PC Manager > Uninstall

Restrict Symbolic Link Creation

windows

Configure Windows to restrict symbolic link creation to administrators only

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v "ProtectionMode" /t REG_DWORD /d 1 /f

🧯 If You Can't Patch

  • Implement strict user account controls and limit administrative privileges
  • Deploy application control policies to restrict execution of unauthorized software

🔍 How to Verify

Check if Vulnerable:

Check Microsoft PC Manager version in Control Panel > Programs > Programs and Features

Check Version:

wmic product where name="Microsoft PC Manager" get version

Verify Fix Applied:

Verify Windows Update history shows the latest security updates installed and Microsoft PC Manager is updated

📡 Detection & Monitoring

Log Indicators:

  • Event ID 4688 with process creation from Microsoft PC Manager with elevated privileges
  • Unexpected symbolic link creation events

Network Indicators:

  • Unusual outbound connections from SYSTEM-level processes

SIEM Query:

source="windows" event_id=4688 process_name="*PCManager*" integrity_level="System"

🔗 References

📤 Share & Export