CVE-2025-26438
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-04

Last updated on: 2025-09-05

Assigner: Android (associated with Google Inc. or Open Handset Alliance)

Description
In smp_process_secure_connection_oob_data of smp_act.cc, there is a possible way to bypass SMP authentication due to Incorrect implementation of a protocol. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-04
Last Modified
2025-09-05
Generated
2026-05-07
AI Q&A
2025-09-04
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
google android 13.0
google android 14.0
google android 15.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an authentication bypass in the Bluetooth Security Manager Protocol (SMP) within the Android Bluetooth stack (Fluoride). It occurs when a malicious Bluetooth device claims to have Out-Of-Band (OOB) data during pairing, but the local device does not have any stored OOB data. Because the Android stack sets the OOB randomizer to zero in this case, an attacker can exploit this to bypass SMP authentication and pair without proper verification. [1]


How can this vulnerability impact me? :

This vulnerability can allow a remote attacker to escalate privileges by bypassing Bluetooth SMP authentication without needing any additional execution privileges or user interaction. This means an attacker could pair with your device without proper authentication, potentially gaining unauthorized access or control over Bluetooth communications. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring Bluetooth pairing attempts where a peer claims to have Out-Of-Band (OOB) data but the local device has no stored OOB data. Detection involves analyzing Bluetooth pairing logs or traffic for suspicious SMP authentication bypass attempts. Since the issue is in the Android Bluetooth stack (Fluoride), one approach is to build and run the updated Fluoride Bluetooth stack with the patch applied to test and observe behavior. Specific commands include building the Fluoride stack using the provided build instructions (e.g., using build.py with --run-bootstrap), running the Bluetooth stack targeting the default interface (hci0), and monitoring pairing logs for OOB claims without local OOB data. However, no direct detection commands are provided in the resources. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation involves updating the Android Bluetooth stack (Fluoride) to the patched version that drops connections immediately if a peer claims to have OOB data while no local OOB data is available. This prevents the authentication bypass. If updating is not immediately possible, disabling Bluetooth pairing or restricting Bluetooth usage until the patch can be applied may reduce risk. Applying the patch committed on January 15, 2025, and merged on March 12, 2025, is the definitive fix. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart