CVE-2024-33012

7.5 HIGH

📋 TL;DR

This vulnerability allows attackers to cause a denial-of-service (DoS) condition in Wi-Fi systems by sending specially crafted beacon frames with malformed MBSSID information elements. It affects devices using Qualcomm Wi-Fi chipsets when processing wireless network traffic. The vulnerability can disrupt wireless connectivity without requiring authentication.

💻 Affected Systems

Products:
  • Qualcomm Wi-Fi chipsets and devices using them
Versions: Specific affected versions not publicly detailed in bulletin
Operating Systems: Android, Linux-based systems, and other platforms using Qualcomm Wi-Fi hardware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices when processing wireless beacon frames with MBSSID information elements. Requires wireless interface to be active and scanning/connected to networks.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete wireless network disruption affecting all connected devices, requiring hardware reboot to restore functionality.

🟠

Likely Case

Temporary wireless connectivity loss for affected devices until the malformed beacon processing is cleared.

🟢

If Mitigated

Minimal impact with proper network segmentation and updated firmware preventing beacon parsing issues.

🌐 Internet-Facing: MEDIUM - Attackers could target wireless access points from nearby locations, but requires proximity to wireless network.
🏢 Internal Only: LOW - Internal attackers would need physical proximity to wireless networks and specialized tools to craft malicious beacon frames.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploitation requires crafting specialized wireless beacon frames and proximity to target wireless networks. No authentication needed as beacons are broadcast frames.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Refer to August 2024 Qualcomm security bulletin for specific patched versions

Vendor Advisory: https://docs.qualcomm.com/product/publicresources/securitybulletin/august-2024-bulletin.html

Restart Required: Yes

Instructions:

1. Check device manufacturer for firmware updates. 2. Apply Qualcomm-provided patches through OEM updates. 3. Reboot device after firmware update. 4. Verify wireless functionality post-update.

🔧 Temporary Workarounds

Disable MBSSID features

all

If supported, disable Multiple BSSID functionality on wireless access points

Network segmentation

all

Isolate critical wireless networks from general access networks

🧯 If You Can't Patch

  • Implement wireless intrusion detection/prevention systems to detect malformed beacon frames
  • Reduce wireless attack surface by disabling unnecessary wireless interfaces when not in use

🔍 How to Verify

Check if Vulnerable:

Check device firmware version against Qualcomm security bulletin. Use wireless monitoring tools to detect beacon parsing issues.

Check Version:

Device-specific commands vary by manufacturer. Typically: 'cat /proc/version' or device settings > about > software information

Verify Fix Applied:

Verify firmware version has been updated to patched version. Test wireless connectivity stability with various network conditions.

📡 Detection & Monitoring

Log Indicators:

  • Wireless driver crashes
  • Unexpected wireless interface resets
  • Beacon parsing errors in system logs

Network Indicators:

  • Unusual beacon frame patterns
  • Multiple connection drops in short timeframes
  • Abnormal MBSSID IE structures in packet captures

SIEM Query:

source="wireless_logs" AND ("driver crash" OR "beacon error" OR "MBSSID")

🔗 References

📤 Share & Export