CVE-2024-33020

7.5 HIGH

📋 TL;DR

This vulnerability in Qualcomm chipsets allows attackers to cause a denial-of-service condition by sending specially crafted TID-to-link mapping IE elements. It affects devices using vulnerable Qualcomm wireless chipsets, potentially disrupting Wi-Fi connectivity.

💻 Affected Systems

Products:
  • Qualcomm wireless chipsets and devices using them
Versions: Specific versions not detailed in reference; check Qualcomm advisory for exact affected versions.
Operating Systems: Android, Linux-based systems using Qualcomm chipsets
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with vulnerable Qualcomm wireless firmware; exact product list in Qualcomm bulletin.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete disruption of Wi-Fi connectivity on affected devices, requiring reboot to restore functionality.

🟠

Likely Case

Temporary Wi-Fi disconnection or performance degradation on vulnerable devices.

🟢

If Mitigated

Minimal impact with proper network segmentation and updated firmware.

🌐 Internet-Facing: MEDIUM - Attackers could target exposed wireless interfaces, but requires proximity or network access.
🏢 Internal Only: MEDIUM - Internal attackers could disrupt wireless connectivity within network segments.

🎯 Exploit Status

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

Requires sending crafted wireless frames; no authentication needed but requires network access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check Qualcomm August 2024 security bulletin for specific firmware 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 firmware patches. 3. Reboot device after update.

🔧 Temporary Workarounds

Network segmentation

all

Isolate vulnerable wireless devices from untrusted networks.

Disable vulnerable features

linux

If possible, disable TID-to-link mapping features in wireless configuration.

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can send wireless frames to vulnerable devices.
  • Monitor for unusual wireless disconnection patterns and implement redundancy for critical systems.

🔍 How to Verify

Check if Vulnerable:

Check device firmware version against Qualcomm's advisory; use 'dmesg | grep -i qualcomm' or manufacturer-specific commands.

Check Version:

Manufacturer-specific; typically in device settings or using 'cat /proc/version' on Linux systems.

Verify Fix Applied:

Verify firmware version has been updated to patched version from Qualcomm bulletin.

📡 Detection & Monitoring

Log Indicators:

  • Multiple Wi-Fi disconnection events
  • Kernel panic or crash logs related to wireless drivers

Network Indicators:

  • Unusual wireless frame patterns
  • Spike in management frame traffic

SIEM Query:

source="wireless_logs" AND (event="disconnect" OR event="crash") AND count > threshold

🔗 References

📤 Share & Export