#VU24060 Cross-site scripting in Mozilla Firefox and Firefox ESR - CVE-2019-17022
Published: January 7, 2020 / Updated: January 8, 2020
Mozilla Firefox
Firefox ESR
Mozilla
Description
The disclosed vulnerability allows a remote attacker to perform cross-site scripting (XSS) attacks.
The vulnerability exists due to insufficient sanitization of user-supplied data within the CSS sanitizer. When pasting a tag from the clipboard into a rich text editor, the CSS sanitizer does not escape < and > characters. If a webpage subsequently copies the node's innerHTML, assigning it to another innerHTML, this would result in an XSS vulnerability.