CVE-2024-33044

8.4 HIGH

📋 TL;DR

This vulnerability allows memory corruption when configuring SMR/S2CR registers in Bypass mode on Qualcomm chipsets. Attackers could potentially execute arbitrary code or cause denial of service. Affects devices using vulnerable Qualcomm hardware.

💻 Affected Systems

Products:
  • Qualcomm chipsets with affected SMMU/SMMUv3 implementations
Versions: Specific chipset versions listed in Qualcomm December 2024 bulletin
Operating Systems: Android, Linux, QNX, and other OSes using affected Qualcomm hardware
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Bypass mode configuration of SMR/S2CR registers; affects systems with IOMMU/SMMU enabled

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete device compromise, data theft, or persistent backdoor installation.

🟠

Likely Case

Kernel panic or system crash causing denial of service, potentially requiring physical device restart.

🟢

If Mitigated

Limited impact with proper memory protection mechanisms and isolation controls in place.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Requires kernel-level access or ability to manipulate SMMU configuration; no public exploits known

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Refer to Qualcomm December 2024 security bulletin for specific chipset firmware versions

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

Restart Required: Yes

Instructions:

1. Check Qualcomm advisory for affected chipset. 2. Obtain firmware update from device manufacturer. 3. Apply firmware update following manufacturer instructions. 4. Reboot device.

🔧 Temporary Workarounds

Disable Bypass Mode

all

Configure SMMU to avoid using Bypass mode for affected register configurations

Requires kernel configuration changes; consult chipset documentation

🧯 If You Can't Patch

  • Implement strict access controls to prevent unauthorized kernel access
  • Deploy runtime memory protection solutions and monitor for memory corruption attempts

🔍 How to Verify

Check if Vulnerable:

Check chipset version against Qualcomm advisory; examine kernel logs for SMMU configuration errors

Check Version:

cat /proc/cpuinfo | grep -i qualcomm

Verify Fix Applied:

Verify firmware version matches patched version in Qualcomm bulletin; test SMMU configuration functionality

📡 Detection & Monitoring

Log Indicators:

  • Kernel panic messages related to SMMU/S2CR
  • Memory corruption errors in system logs
  • Unexpected system reboots

Network Indicators:

  • None specific - this is a local hardware vulnerability

SIEM Query:

source="kernel" AND ("SMMU" OR "S2CR" OR "memory corruption")

🔗 References

📤 Share & Export