Microsoft has disclosed a critical security vulnerability (CVE-2024-49077) affecting the Windows Mobile Broadband Driver, which could allow attackers to execute arbitrary code with elevated privileges. This zero-day vulnerability has been actively exploited in the wild, making it a top priority for system administrators and security teams.
Understanding the Vulnerability
CVE-2024-49077 is a remote code execution (RCE) vulnerability in the Windows Mobile Broadband Driver (wwanmm.sys). The flaw exists due to improper memory handling when processing specially crafted network packets. Successful exploitation could enable an attacker to:
- Gain SYSTEM-level privileges
- Bypass security mechanisms
- Install malware or ransomware
- Create persistent backdoors
Affected Systems
The vulnerability impacts multiple Windows versions:
- Windows 10 (versions 1809 and later)
- Windows 11 (all versions)
- Windows Server 2019/2022
Systems using cellular data connections (LTE/5G modems) or mobile broadband adapters are particularly vulnerable.
Exploit Details
Security researchers have identified that:
- The vulnerability requires no user interaction
- Exploitation can occur over cellular networks
- Attack complexity is low (CVSS score: 9.8/10)
- No prior authentication is needed
Mitigation Strategies
Microsoft has released emergency patches through Windows Update. Recommended actions:
- Immediately apply KB5036893 (April 2024 security update)
- Disable mobile broadband interfaces if unused
- Implement network segmentation for cellular devices
- Monitor for suspicious wwanmm.sys activity
Detection Methods
Signs of exploitation include:
- Unexpected system crashes
- Unusual network traffic from wwanmm.sys
- New privileged processes
- Modified driver files
Long-Term Security Implications
This vulnerability highlights:
- Growing attacks on network drivers
- Risks in always-connected mobile devices
- Need for driver isolation mechanisms
- Importance of zero-day response plans
Microsoft recommends enabling Memory Integrity and Driver Blocklisting as additional protections.