Learn about CVE-2018-9385, a vulnerability in the Android kernel driver_override_store function that allows local privilege escalation without user interaction. Find mitigation steps and patching advice here.
Android kernel driver_override_store function in bus.c allows for local privilege escalation.
Understanding CVE-2018-9385
This CVE involves a vulnerability in the Android kernel that could lead to an elevation of privilege.
What is CVE-2018-9385?
The driver_override_store function in the bus.c file of the Android kernel has an issue that could allow writing beyond allowable boundaries due to an inaccurate bounds check. This vulnerability may result in local privilege escalation, requiring System execution privileges without user interaction.
The Impact of CVE-2018-9385
The vulnerability could potentially lead to a local privilege escalation attack on affected Android systems.
Technical Details of CVE-2018-9385
This section provides more technical insights into the CVE.
Vulnerability Description
The driver_override_store function in bus.c may allow an out-of-bounds write due to an incorrect bounds check, potentially leading to local privilege escalation.
Affected Systems and Versions
Exploitation Mechanism
The vulnerability can be exploited to achieve local privilege escalation without the need for user interaction.
Mitigation and Prevention
Steps to address and prevent the CVE.
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates