mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
896 B
896 B
CVE-2017-7788
Description
When an "iframe" has a "sandbox" attribute and its content is specified using "srcdoc", that content does not inherit the containing page's Content Security Policy (CSP) as it should unless the sandbox attribute included "allow-same-origin". This vulnerability affects Firefox < 55.
POC
Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1073952
- https://bugzilla.mozilla.org/show_bug.cgi?id=1073952
Github
No PoCs found on GitHub currently.