Files
CVEs-PoC/2020/CVE-2020-6828.md
T
2024-05-25 21:48:12 +02:00

18 lines
1.1 KiB
Markdown

### [CVE-2020-6828](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6828)
![](https://img.shields.io/static/v1?label=Product&message=Firefox%20ESR&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2068.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Preference%20overwrite%20via%20crafted%20Intent%20from%20malicious%20Android%20application&color=brighgreen)
### Description
A malicious Android application could craft an Intent that would have been processed by Firefox for Android and potentially result in a file overwrite in the user's profile directory. One exploitation vector for this would be to supply a user.js file providing arbitrary malicious preference values. Control of arbitrary preferences can lead to sufficient compromise such that it is generally equivalent to arbitrary code execution.<br> *Note: This issue only affects Firefox for Android. Other operating systems are unaffected.*. This vulnerability affects Firefox ESR < 68.7.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1617928
#### Github
No PoCs found on GitHub currently.