CVE-2024-23357

6.2 MEDIUM

📋 TL;DR

This vulnerability allows an attacker to cause a denial of service (DoS) by providing a specially crafted PKCS#8-encoded RSA key with a zero-byte modulus during key import operations. Systems using affected Qualcomm components for cryptographic operations are vulnerable. The impact is limited to service disruption rather than data compromise.

💻 Affected Systems

Products:
  • Qualcomm components with cryptographic libraries
Versions: Specific versions listed in Qualcomm August 2024 security bulletin
Operating Systems: Android, Embedded systems using Qualcomm chipsets
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems that use Qualcomm's cryptographic implementations for RSA key processing.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete service disruption of affected cryptographic functions, potentially crashing applications or services that process untrusted RSA keys.

🟠

Likely Case

Temporary service interruption when processing malicious keys, requiring restart of affected services.

🟢

If Mitigated

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

🌐 Internet-Facing: MEDIUM - Only affects systems that accept untrusted RSA keys from external sources.
🏢 Internal Only: LOW - Requires specific conditions where internal systems process malicious keys.

🎯 Exploit Status

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

Exploitation requires ability to provide malicious RSA keys to vulnerable systems.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions specified in Qualcomm August 2024 security bulletin

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

Restart Required: Yes

Instructions:

1. Check Qualcomm security bulletin for affected components. 2. Apply vendor-provided firmware/software updates. 3. Restart affected devices/services.

🔧 Temporary Workarounds

Input validation for RSA keys

all

Implement validation to reject RSA keys with zero-byte modulus before processing

Isolate key processing

all

Run cryptographic operations in isolated containers/processes with restart capabilities

🧯 If You Can't Patch

  • Implement strict input validation for all RSA key imports
  • Monitor and restart services that handle cryptographic operations if they crash

🔍 How to Verify

Check if Vulnerable:

Check device firmware/software version against Qualcomm security bulletin

Check Version:

Device-specific commands to check Qualcomm component versions

Verify Fix Applied:

Verify updated version is installed and test RSA key import functionality

📡 Detection & Monitoring

Log Indicators:

  • Cryptographic service crashes
  • Failed RSA key import attempts
  • Unexpected process terminations

Network Indicators:

  • Multiple failed key import attempts from single source

SIEM Query:

Process termination events from cryptographic services OR failed authentication attempts with key import errors

🔗 References

📤 Share & Export