cve/2024/CVE-2024-43087.md
2025-09-29 16:08:36 +00:00

18 lines
914 B
Markdown

### [CVE-2024-43087](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43087)
![](https://img.shields.io/static/v1?label=Product&message=Android&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%2015%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Elevation%20of%20privilege&color=brighgreen)
### Description
In getInstalledAccessibilityPreferences of AccessibilitySettings.java, there is a possible way to hide an enabled accessibility service in the accessibility service settings due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.
### POC
#### Reference
- https://android.googlesource.com/platform/packages/apps/Settings/+/6253b87704bb097ad9963941bdddf3b86906a73e
#### Github
No PoCs found on GitHub currently.