#VU60406 Sandbox restrictions bypass in Mozilla Firefox and Firefox ESR - CVE-2022-22759
Published: February 8, 2022
Mozilla Firefox
Firefox ESR
Mozilla
Description
The vulnerability allows a remote attacker to bypass implemented security restrictions.
The vulnerability exists due to the way iframes are handled by the browser. 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.