cve/2018/CVE-2018-5112.md

18 lines
961 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-5112](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5112)
![](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=Extension%20development%20tools%20panel%20can%20open%20a%20non-relative%20URL%20in%20the%20panel&color=brighgreen)
### Description
Development Tools panels of an extension are required to load URLs for the panels as relative URLs from the extension manifest file but this requirement was not enforced in all instances. This could allow the development tools panel for the extension to load a URL that it should not be able to access, including potentially privileged pages. This vulnerability affects Firefox < 58.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1425224
#### Github
No PoCs found on GitHub currently.