CVE-2017-18059
Description
In Android for MSM, Firefox OS for MSM, QRD Android, with all Android releases from CAF using the Linux kernel, improper input validation for vdev id in wma_scan_event_callback(), which is received from firmware, leads to potential out of bounds memory read.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Improper validation of a firmware-provided vdev ID in Qualcomm WLAN leads to an out-of-bounds memory read on Android devices from CAF.
Vulnerability
In Android for MSM, Firefox OS for MSM, QRD Android, and all Android releases from CAF using the Linux kernel, the WLAN driver function wma_scan_event_callback() fails to validate the vdev id received from firmware. This improper input validation can result in an out-of-bounds memory read when the id is used as an array index. Affected versions include all Android releases from CAF prior to the March 2018 security patch level [1].
Exploitation
An attacker must first compromise the firmware on the device to send a crafted scan event containing an invalid vdev id. No user interaction or special local privileges are required beyond the firmware-level access. Upon receiving the malformed event, the driver proceeds to read memory outside the intended bounds without validation [1].
Impact
Successful exploitation leads to an out-of-bounds memory read, which can disclose sensitive kernel or device memory contents. This could potentially leak cryptographic keys, passwords, or other confidential data to the attacker who controls the firmware. The vulnerability does not directly allow code execution or privilege escalation [1].
Mitigation
Google released a fix as part of the 2018-03-05 security patch level for Pixel and Nexus devices. The fix involves adding proper validation of the vdev id before it is used as an index. Affected devices should be updated to the March 2018 or later security patch level. No workaround is available without updating the driver or kernel [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- source.android.com/security/bulletin/pixel/2018-03-01mitrex_refsource_CONFIRM
- source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0/commit/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.