CVE-2024-33065
📋 TL;DR
This vulnerability allows memory corruption in Qualcomm camera drivers when taking snapshots with specific offset variables. Attackers could potentially execute arbitrary code or cause denial of service. Affects devices using vulnerable Qualcomm camera drivers.
💻 Affected Systems
- Qualcomm camera driver components
📦 What is this software?
Snapdragon 7c Compute Platform \(sc7180 Ac\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 7c Compute Platform \(sc7180 Ac\) Firmware →
Snapdragon 7c\+ Gen 3 Compute Firmware by Qualcomm
View all CVEs affecting Snapdragon 7c\+ Gen 3 Compute Firmware →
Snapdragon 8c Compute Platform \(sc8180x Ad\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8c Compute Platform \(sc8180x Ad\) Firmware →
Snapdragon 8c Compute Platform \(sc8180xp Ad\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8c Compute Platform \(sc8180xp Ad\) Firmware →
Snapdragon 8cx Compute Platform \(sc8180x Aa\, Ab\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Compute Platform \(sc8180x Aa\, Ab\) Firmware →
Snapdragon 8cx Compute Platform \(sc8180xp Ac\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Compute Platform \(sc8180xp Ac\) Firmware →
Snapdragon 8cx Compute Platform \(sc8180xp Af\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Compute Platform \(sc8180xp Af\) Firmware →
Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180x Ac\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180x Ac\) Firmware →
Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180x Af\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180x Af\) Firmware →
Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180xp Aa\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180xp Aa\) Firmware →
Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180xp Ab\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Gen 2 5g Compute Platform \(sc8180xp Ab\) Firmware →
Snapdragon 8cx Gen 3 Compute Platform \(sc8280xp Ab\, Bb\) Firmware by Qualcomm
View all CVEs affecting Snapdragon 8cx Gen 3 Compute Platform \(sc8280xp Ab\, Bb\) Firmware →
⚠️ Risk & Real-World Impact
Worst Case
Remote code execution leading to complete device compromise, data theft, or persistent backdoor installation.
Likely Case
Local privilege escalation allowing attackers to gain elevated permissions on affected devices.
If Mitigated
Denial of service causing camera functionality disruption without code execution.
🎯 Exploit Status
Requires local access or ability to trigger camera snapshot functionality; memory corruption vulnerabilities often lead to reliable exploitation
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Check Qualcomm October 2024 security bulletin for specific chipset updates
Vendor Advisory: https://docs.qualcomm.com/product/publicresources/securitybulletin/october-2024-bulletin.html
Restart Required: Yes
Instructions:
1. Check Qualcomm advisory for affected chipset list. 2. Obtain firmware updates from device manufacturer. 3. Apply security patches through device update mechanism. 4. Reboot device to activate fixes.
🔧 Temporary Workarounds
Disable camera functionality
androidTemporarily disable camera services to prevent exploitation
adb shell pm disable com.android.camera2
adb shell pm disable-user --user 0 com.android.camera
Restrict camera permissions
androidRemove camera permissions from untrusted applications
adb shell pm revoke <package_name> android.permission.CAMERA
🧯 If You Can't Patch
- Isolate affected devices from critical networks
- Implement application allowlisting to prevent unauthorized camera access
🔍 How to Verify
Check if Vulnerable:
Check device chipset against Qualcomm's October 2024 security bulletin affected components list
Check Version:
adb shell getprop ro.build.version.security_patch
Verify Fix Applied:
Verify security patch level includes October 2024 or later Qualcomm updates
📡 Detection & Monitoring
Log Indicators:
- Camera service crashes
- Kernel panic logs related to camera driver
- Memory corruption warnings in dmesg
Network Indicators:
- Unusual camera activation patterns
- Suspicious processes accessing camera hardware
SIEM Query:
source="android_logs" AND ("camera crash" OR "kernel panic" OR "segmentation fault") AND component="camera"