mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
19 lines
962 B
Markdown
19 lines
962 B
Markdown
### [CVE-2018-5164](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5164)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Content Security Policy (CSP) is not applied correctly to all parts of multipart content sent with the "multipart/x-mixed-replace" MIME type. This could allow for script to run where CSP should block it, allowing for cross-site scripting (XSS) and other attacks. This vulnerability affects Firefox < 60.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1416045
|
|
|
|
#### Github
|
|
- https://github.com/V1n1v131r4/Bypass-CSP-against-MIME-Confusion-Attack
|
|
- https://github.com/octane23/CASE-STUDY-1
|
|
|