cve/2016/CVE-2016-9078.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-9078](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9078)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2050.0.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=data%3A%20URL%20can%20inherit%20wrong%20origin%20after%20an%20HTTP%20redirect%0A&color=brighgreen)
### Description
Redirection from an HTTP connection to a "data:" URL assigns the referring site's origin to the "data:" URL in some circumstances. This can result in same-origin violations against a domain if it loads resources from malicious sites. Cross-origin setting of cookies has been demonstrated without the ability to read them. Note: This issue only affects Firefox 49 and 50. This vulnerability affects Firefox < 50.0.1.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1317641
2024-06-09 00:33:16 +00:00
- https://bugzilla.mozilla.org/show_bug.cgi?id=1317641
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.