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

19 lines
919 B
Markdown

### [CVE-2014-1516](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1516)
![](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 saltProfileName function in base/GeckoProfileDirectories.java in Mozilla Firefox through 28.0.1 on Android relies on Android's weak approach to seeding the Math.random function, which makes it easier for attackers to bypass a profile-randomization protection mechanism via a crafted application.
### POC
#### Reference
- http://securityintelligence.com/vulnerabilities-firefox-android-overtaking-firefox-profiles/
- http://www.slideshare.net/ibmsecurity/overtaking-firefox-profiles-vulnerabilities-in-firefox-for-android
#### Github
No PoCs found on GitHub currently.