CVE-2026-47344: TYPO3 HTML Sanitizer allows Cross-site Scripting
When ALLOW_INSECURE_RAW_TEXT is enabled, whitespace-variant closing tags (e.g., </style\\t>) are not recognized by the sanitizer but accepted by browsers as valid end tags, allowing subsequent content to escape sanitization. This allows bypassing the cross-site scripting prevention mechanism of typo3/html-sanitizer before version 2.3.2.
Credits to IPC Labs for reporting this vulnerability.
References
- github.com/FriendsOfPHP/security-advisories/blob/master/typo3/html-sanitizer/CVE-2026-47344.yaml
- github.com/TYPO3/html-sanitizer/commit/bd1a88d9b5a5f67f1120ec41084e9c1a0675641c
- github.com/TYPO3/html-sanitizer/security/advisories/GHSA-jvf5-rxvv-3mcg
- github.com/advisories/GHSA-jvf5-rxvv-3mcg
- nvd.nist.gov/vuln/detail/CVE-2026-47344
- typo3.org/security/advisory/typo3-core-sa-2026-006
Code Behaviors & Features
Detect and mitigate CVE-2026-47344 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →