TYPO3 HTML Sanitizer vulnerable to Cross-Site Scripting
Moderate severity
GitHub Reviewed
Published
Dec 13, 2022
in
TYPO3/html-sanitizer
•
Updated Jan 29, 2023
Description
Published to the GitHub Advisory Database
Dec 13, 2022
Reviewed
Dec 13, 2022
Published by the National Vulnerability Database
Dec 13, 2022
Last updated
Jan 29, 2023
Problem
Due to a parsing issue in the upstream package
masterminds/html5
, malicious markup used in a sequence with special HTML CDATA sections cannot be filtered and sanitized. This allows bypassing the cross-site scripting mechanism oftypo3/html-sanitizer
.Besides that, the upstream package
masterminds/html5
provides HTML raw text elements (script
,style
,noframes
,noembed
andiframe
) as DOMText nodes, which were not processed and sanitized further. None of the mentioned elements were defined in the default builder configuration, that's why only custom behaviors, using one of those tag names, were vulnerable to cross-site scripting.Solution
Update to
typo3/html-sanitizer
versions 1.5.0 or 2.1.1 that fix the problem described.References