mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-31 10:40:54 +00:00
1.2 KiB
1.2 KiB
CVE-2022-22759
Description
If a document created a sandboxed iframe without allow-scripts
, and subsequently appended an element to the iframe's document that e.g. had a JavaScript event handler - the event handler would have run despite the iframe's sandbox. This vulnerability affects Firefox < 97, Thunderbird < 91.6, and Firefox ESR < 91.6.
POC
Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1739957
- https://www.mozilla.org/security/advisories/mfsa2022-04/
Github
No PoCs found on GitHub currently.