cve/2019/CVE-2019-17001.md

18 lines
888 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-17001](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17001)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CSP%20bypass%20using%20object%20tag%20when%20script-src%20'none'%20is%20specified&color=brighgreen)
### Description
A Content-Security-Policy that blocks in-line scripts could be bypassed using an object tag to execute JavaScript in the protected document (cross-site scripting). This is a separate bypass from CVE-2019-17000.*Note: This flaw only affected Firefox 69 and was not present in earlier versions.*. This vulnerability affects Firefox < 70.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1587976
#### Github
No PoCs found on GitHub currently.