cve/2016/CVE-2016-2817.md

19 lines
857 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-2817](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2817)
![](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 WebExtension sandbox feature in browser/components/extensions/ext-tabs.js in Mozilla Firefox before 46.0 does not properly restrict principal inheritance during chrome.tabs.create and chrome.tabs.update API calls, which allows remote attackers to conduct Universal XSS (UXSS) attacks via a crafted extension that accesses a (1) javascript: or (2) data: URL.
### POC
#### Reference
2024-05-28 08:49:17 +00:00
- http://www.ubuntu.com/usn/USN-2936-1
2024-05-26 14:27:05 +02:00
- http://www.ubuntu.com/usn/USN-2936-3
#### Github
No PoCs found on GitHub currently.