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

21 lines
1.1 KiB
Markdown

### [CVE-2017-5466](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5466)
![](https://img.shields.io/static/v1?label=Product&message=Firefox%20ESR&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Thunderbird&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2052.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2053%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Origin%20confusion%20when%20reloading%20isolated%20data%3Atext%2Fhtml%20URL&color=brighgreen)
### Description
If a page is loaded from an original site through a hyperlink and contains a redirect to a "data:text/html" URL, triggering a reload will run the reloaded "data:text/html" page with its origin set incorrectly. This allows for a cross-site scripting (XSS) attack. This vulnerability affects Thunderbird < 52.1, Firefox ESR < 52.1, and Firefox < 53.
### POC
#### Reference
- https://www.mozilla.org/security/advisories/mfsa2017-12/
#### Github
No PoCs found on GitHub currently.