First published: Mon Oct 02 2023(Updated: )
In android_view_InputDevice_create of android_view_InputDevice.cpp, there is a possible way to execute arbitrary code due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
Credit: security@android.com
Affected Software | Affected Version | How to fix |
---|---|---|
Google Android | ||
Google Android | =11.0 | |
Google Android | =12.0 | |
Google Android | =12.1 | |
Google Android | =13.0 |
https://android.googlesource.com/platform/frameworks/base/+/2d88a5c481df8986dbba2e02c5bf82f105b36243
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-40140 is a vulnerability in the android_view_InputDevice_create function of the Android operating system that allows for the execution of arbitrary code.
CVE-2023-40140 is considered to have a high severity level with a severity value of 7.
CVE-2023-40140 can lead to local privilege escalation as it allows for the execution of arbitrary code without requiring additional execution privileges or user interaction.
To fix CVE-2023-40140, it is recommended to install the latest security updates provided by Google for the Android operating system.
CWE-416 refers to a use after free vulnerability, which is the type of vulnerability present in CVE-2023-40140.