Files
CVEs-PoC/2014/CVE-2014-8609.md
T
2024-06-18 02:51:15 +02:00

23 lines
1.1 KiB
Markdown

### [CVE-2014-8609](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8609)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The addAccount method in src/com/android/settings/accounts/AddAccountSettings.java in the Settings application in Android before 5.0.0 does not properly create a PendingIntent, which allows attackers to use the SYSTEM uid for broadcasting an intent with arbitrary component, action, or category information via a third-party authenticator in a crafted application, aka Bug 17356824.
### POC
#### Reference
- http://packetstormsecurity.com/files/129281/Android-Settings-Pendingintent-Leak.html
- http://seclists.org/fulldisclosure/2014/Nov/81
#### Github
- https://github.com/MazX0p/CVE-2014-8609-POC
- https://github.com/VERFLY/SecurityScanner
- https://github.com/locisvv/Vulnerable-CVE-2014-8609
- https://github.com/ratiros01/CVE-2014-8609-exploit
- https://github.com/retme7/broadAnyWhere_poc_by_retme_bug_17356824