CVE-2024-34722

8.8 HIGH

📋 TL;DR

This vulnerability allows attackers to bypass authentication during legacy Bluetooth Low Energy (BLE) pairing, potentially enabling unauthorized access to Bluetooth-enabled devices. It affects Android devices with vulnerable Bluetooth implementations, requiring no user interaction for exploitation.

💻 Affected Systems

Products:
  • Android devices with Bluetooth functionality
Versions: Android versions prior to security patches from July 2024 and January 2025
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects legacy BLE pairing, not secure connections pairing methods.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote attacker gains unauthorized access to device via Bluetooth, potentially intercepting sensitive data or executing privileged operations without authentication.

🟠

Likely Case

Unauthorized Bluetooth pairing leading to data interception or device control in proximity attacks.

🟢

If Mitigated

Limited impact if Bluetooth is disabled or devices use secure pairing methods.

🌐 Internet-Facing: LOW
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires proximity to target device and knowledge of Bluetooth protocol flaws.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Android security patches from July 2024 and January 2025

Vendor Advisory: https://source.android.com/security/bulletin/2025-01-01

Restart Required: Yes

Instructions:

1. Check for Android system updates in Settings > System > System update. 2. Install available security updates. 3. Restart device after installation.

🔧 Temporary Workarounds

Disable Bluetooth when not in use

android

Turn off Bluetooth functionality to prevent exploitation attempts

Settings > Connected devices > Connection preferences > Bluetooth > Toggle off

Use secure pairing methods

android

Configure devices to use secure connections pairing instead of legacy BLE pairing

Settings > Connected devices > Pair new device > Select device > Use secure pairing option

🧯 If You Can't Patch

  • Disable Bluetooth completely on vulnerable devices
  • Implement network segmentation to isolate Bluetooth-enabled devices

🔍 How to Verify

Check if Vulnerable:

Check Android security patch level in Settings > About phone > Android version > Security patch level. If before July 2024, device is vulnerable.

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level shows July 2024 or later in Settings > About phone > Android version > Security patch level.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected Bluetooth pairing attempts
  • Failed authentication attempts during BLE pairing

Network Indicators:

  • Unusual Bluetooth traffic patterns
  • Legacy BLE pairing attempts from unknown devices

SIEM Query:

source="bluetooth" AND (event="pairing_attempt" OR event="auth_failure") AND protocol="LEGACY_BLE"

🔗 References

📤 Share & Export