In various functions of various files, there is a possible way to bypass the DISALLOW_DEBUGGING_FEATURES restriction for tracing due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-270050191
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Android | 11.0 (including) | 11.0 (including) | |
Android | 12.0 (including) | 12.0 (including) | |
Android | 12.1 (including) | 12.1 (including) | |
Android | 13.0 (including) | 13.0 (including) | |
Android-framework-23 | Ubuntu | bionic | * |
Android-framework-23 | Ubuntu | kinetic | * |
Android-framework-23 | Ubuntu | lunar | * |
Android-framework-23 | Ubuntu | mantic | * |
Android-framework-23 | Ubuntu | trusty | * |
Android-framework-23 | Ubuntu | xenial | * |
Android-platform-frameworks-base | Ubuntu | bionic | * |
Android-platform-frameworks-base | Ubuntu | kinetic | * |
Android-platform-frameworks-base | Ubuntu | lunar | * |
Android-platform-frameworks-base | Ubuntu | mantic | * |
Android-platform-frameworks-base | Ubuntu | trusty | * |
Android-platform-frameworks-base | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are not applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.