CVE-2024-43555
📋 TL;DR
This vulnerability in the Windows Mobile Broadband Driver allows attackers to cause a denial of service (system crash/BSOD) by sending specially crafted requests. It affects Windows systems with mobile broadband hardware or drivers installed. Attackers need local access to exploit this vulnerability.
💻 Affected Systems
- Windows Mobile Broadband Driver
📦 What is this software?
Windows 10 1809 by Microsoft
Windows 10 1809 by Microsoft
Windows 10 21h2 by Microsoft
Windows 10 22h2 by Microsoft
Windows 11 21h2 by Microsoft
Windows 11 22h2 by Microsoft
Windows 11 23h2 by Microsoft
Windows 11 24h2 by Microsoft
⚠️ Risk & Real-World Impact
Worst Case
Complete system crash resulting in Blue Screen of Death (BSOD), requiring physical reboot and potential data loss from unsaved work.
Likely Case
Temporary denial of service affecting mobile broadband connectivity and potentially causing system instability until reboot.
If Mitigated
Minimal impact with proper access controls preventing unauthorized local access to affected systems.
🎯 Exploit Status
Requires local system access and knowledge of driver interaction. CWE-125 indicates out-of-bounds read vulnerability.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Check Microsoft's monthly security updates for specific KB numbers
Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43555
Restart Required: Yes
Instructions:
1. Apply latest Windows security updates via Windows Update. 2. For enterprise: Deploy through WSUS or Microsoft Endpoint Configuration Manager. 3. Verify installation in Windows Update history.
🔧 Temporary Workarounds
Disable Mobile Broadband Interface
windowsTemporarily disable mobile broadband hardware if not needed
Device Manager > Network adapters > Right-click mobile broadband adapter > Disable device
🧯 If You Can't Patch
- Restrict local access to systems with mobile broadband hardware
- Implement application control policies to prevent unauthorized driver interactions
🔍 How to Verify
Check if Vulnerable:
Check if mobile broadband drivers are installed via Device Manager and verify Windows version against Microsoft advisory
Check Version:
winver
Verify Fix Applied:
Verify Windows Update history contains the relevant security update KB number
📡 Detection & Monitoring
Log Indicators:
- System event logs showing unexpected driver crashes
- BSOD crash dumps related to netwtwXX.sys or similar mobile broadband drivers
Network Indicators:
- Unusual local system calls to mobile broadband driver interfaces
SIEM Query:
EventID=1001 OR EventID=41 AND Source="Microsoft-Windows-Kernel-Power" AND Description contains "netwtw"