CVE-2023-45773

7.8 HIGH

📋 TL;DR

This CVE describes an out-of-bounds write vulnerability in Android's Bluetooth stack (btm_ble_gap.cc) that allows local privilege escalation. Attackers with user execution privileges can exploit this without user interaction to gain elevated system access. Affects Android devices with vulnerable Bluetooth implementations.

💻 Affected Systems

Products:
  • Android
Versions: Android versions prior to December 2023 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Bluetooth functionality to be enabled. Devices with December 2023 or later security patches are protected.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full device compromise allowing attacker to execute arbitrary code with system privileges, potentially installing persistent malware or accessing sensitive data.

🟠

Likely Case

Local privilege escalation allowing attacker to bypass application sandboxing and access system resources or other user data.

🟢

If Mitigated

Limited impact if Bluetooth is disabled or device is patched, with standard Android security controls still providing some protection.

🌐 Internet-Facing: LOW - This is a local vulnerability requiring physical or network proximity via Bluetooth, not directly exploitable over internet.
🏢 Internal Only: MEDIUM - Requires attacker to have local access or be within Bluetooth range, but could be exploited in corporate environments with physical access.

🎯 Exploit Status

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

Requires user execution privileges initially, but no further user interaction. Exploitation requires understanding of Bluetooth stack internals.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: December 2023 Android Security Patch Level or later

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

Restart Required: Yes

Instructions:

1. Check for system updates in Settings > System > System update. 2. Install December 2023 or later security patch. 3. Reboot device after installation.

🔧 Temporary Workarounds

Disable Bluetooth

android

Turn off Bluetooth functionality to prevent exploitation

adb shell settings put global bluetooth_on 0
Settings > Connected devices > Connection preferences > Bluetooth > Toggle off

🧯 If You Can't Patch

  • Disable Bluetooth when not in use and restrict physical access to devices
  • Implement network segmentation and monitor for unusual Bluetooth activity

🔍 How to Verify

Check if Vulnerable:

Check Android security patch level in Settings > About phone > Android version > Security patch level

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level shows December 2023 or later date

📡 Detection & Monitoring

Log Indicators:

  • Unusual Bluetooth stack crashes in logcat
  • Suspicious privilege escalation attempts

Network Indicators:

  • Anomalous Bluetooth pairing attempts
  • Unexpected Bluetooth service restarts

SIEM Query:

source="android_logs" AND "btm_ble_gap" AND ("crash" OR "segfault" OR "out of bounds")

🔗 References

📤 Share & Export