{ "schema_version": "1.4.0", "id": "GHSA-hvwx-qh2h-xcfj", "modified": "2022-12-13T16:59:12Z", "published": "2022-12-13T16:59:12Z", "aliases": [ "CVE-2022-23499" ], "summary": "TYPO3 HTML Sanitizer vulnerable to Cross-Site Scripting", "details": "### Problem\nDue to a parsing issue in the upstream package [`masterminds/html5`](https://packagist.org/packages/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 of [`typo3/html-sanitizer`](https://packagist.org/packages/typo3/html-sanitizer).\n\nBesides that, the upstream package `masterminds/html5` provides HTML raw text elements (`script`, `style`, `noframes`, `noembed` and `iframe`) 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.\n\n### Solution\nUpdate to `typo3/html-sanitizer` versions 1.5.0 or 2.1.1 that fix the problem described.\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "typo3/html-sanitizer" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "1.0.0" }, { "fixed": "1.5.0" } ] } ] }, { "package": { "ecosystem": "Packagist", "name": "typo3/html-sanitizer" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.0.0" }, { "fixed": "2.1.1" } ] } ] }, { "package": { "ecosystem": "Packagist", "name": "typo3/cms" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "10.0.0" }, { "fixed": "10.4.33" } ] } ] }, { "package": { "ecosystem": "Packagist", "name": "typo3/cms" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "11.0.0" }, { "fixed": "11.5.20" } ] } ] }, { "package": { "ecosystem": "Packagist", "name": "typo3/cms" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "12.0.0" }, { "fixed": "12.1.1" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-hvwx-qh2h-xcfj" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23499" }, { "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/pull/105" }, { "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/pull/106" }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/CVE-2022-23499.yaml" }, { "type": "PACKAGE", "url": "https://github.com/TYPO3/html-sanitizer" }, { "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/releases/tag/v1.5.0" }, { "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/releases/tag/v2.1.1" }, { "type": "WEB", "url": "https://typo3.org/security/advisory/typo3-core-sa-2022-017" } ], "database_specific": { "cwe_ids": [ "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-12-13T16:59:12Z", "nvd_published_at": "2022-12-13T21:15:00Z" } }