Files
CVEs-PoC/2017/CVE-2017-13286.md
T
2025-09-29 21:09:30 +02:00

20 lines
1.0 KiB
Markdown

### [CVE-2017-13286](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13286)
![](https://img.shields.io/static/v1?label=Product&message=Android&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=8.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=8.1%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Elevation%20of%20privilege&color=brightgreen)
### Description
In writeToParcel and readFromParcel of OutputConfiguration.java, there is a permission bypass due to mismatched serialization. This could lead to a local escalation of privilege where the user can start an activity with system privileges, with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android. Versions: 8.0, 8.1. Android ID: A-69683251.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/PalindromeLabs/Java-Deserialization-CVEs
- https://github.com/UmVfX1BvaW50/CVE-2017-13286