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

18 lines
848 B
Markdown

### [CVE-2018-5113](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5113)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2058%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=WebExtensions%20can%20load%20non-HTTPS%20pages%20with%20browser.identity.launchWebAuthFlow&color=brighgreen)
### Description
The "browser.identity.launchWebAuthFlow" function of WebExtensions is only allowed to load content over "https:" but this requirement was not properly enforced. This can potentially allow privileged pages to be loaded by the extension. This vulnerability affects Firefox < 58.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1425267
#### Github
No PoCs found on GitHub currently.