cve/2017/CVE-2017-7759.md

18 lines
897 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-7759](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7759)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2054%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Android%20intent%20URLs%20can%20cause%20navigation%20to%20local%20file%20system&color=brighgreen)
### Description
Android intent URLs given to Firefox for Android can be used to navigate from HTTP or HTTPS URLs to local "file:" URLs, allowing for the reading of local data through a violation of same-origin policy. Note: This attack only affects Firefox for Android. Other operating systems are not affected. This vulnerability affects Firefox < 54.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1356893
#### Github
No PoCs found on GitHub currently.