CVE-2023-43522

7.5 HIGH

📋 TL;DR

This vulnerability in Qualcomm chipsets allows a denial-of-service attack when processing empty or NULL encrypted keys during key unwrapping. It affects devices using vulnerable Qualcomm components, potentially causing system crashes or instability.

💻 Affected Systems

Products:
  • Qualcomm chipsets and associated software components
Versions: Specific versions not detailed in reference; check Qualcomm advisory for exact affected versions.
Operating Systems: Android, Linux-based systems using Qualcomm components
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems using Qualcomm's cryptographic key unwrapping functionality. Exact product list requires checking Qualcomm's detailed advisory.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

System crash leading to complete denial of service, requiring reboot and potential data loss in affected processes.

🟠

Likely Case

Application or service crash causing temporary disruption until system recovers or restarts.

🟢

If Mitigated

Minimal impact with proper input validation and error handling in place.

🌐 Internet-Facing: MEDIUM - Could be exploited remotely if vulnerable service is exposed, but requires specific conditions.
🏢 Internal Only: MEDIUM - Internal attackers could trigger the condition if they have access to vulnerable systems.

🎯 Exploit Status

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

Exploitation requires ability to trigger key unwrapping with empty/NULL encrypted key, which may require specific access or conditions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check Qualcomm February 2024 security bulletin for specific patched versions

Vendor Advisory: https://www.qualcomm.com/company/product-security/bulletins/february-2024-bulletin

Restart Required: Yes

Instructions:

1. Check Qualcomm advisory for affected components. 2. Obtain updated firmware/software from device manufacturer. 3. Apply patches following manufacturer instructions. 4. Reboot affected systems.

🔧 Temporary Workarounds

Input validation enhancement

all

Add validation to reject empty or NULL encrypted keys before unwrapping process

Implementation specific to application code; no universal command

🧯 If You Can't Patch

  • Implement application-level validation to reject empty/NULL keys before cryptographic processing
  • Restrict access to vulnerable services to trusted users/systems only

🔍 How to Verify

Check if Vulnerable:

Check device firmware/software version against Qualcomm's affected versions list in advisory

Check Version:

Device/system specific; typically 'cat /proc/version' or manufacturer-specific commands

Verify Fix Applied:

Verify updated version matches patched versions from Qualcomm advisory

📡 Detection & Monitoring

Log Indicators:

  • Unexpected process crashes during cryptographic operations
  • Error logs related to key unwrapping failures

Network Indicators:

  • Unusual patterns of failed cryptographic operations if network-exposed

SIEM Query:

Search for process crashes or errors containing 'key unwrap', 'crypto', or related terms in system logs

🔗 References

📤 Share & Export