gsd-2022-36020
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-36020", "description": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.", "id": "GSD-2022-36020" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-36020" ], "details": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.", "id": "GSD-2022-36020", "modified": "2023-12-13T01:19:21.333334Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36020", "STATE": "PUBLIC", "TITLE": "Bypass of Cross-Site Scripting Protection in typo3/html-sanitizer" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "html-sanitizer", "version": { "version_data": [ { "version_value": "\u003e= 1.0.0, \u003c 1.0.7" }, { "version_value": "\u003e= 2.0.0, \u003c 2.0.16" } ] } } ] }, "vendor_name": "TYPO3" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235", "refsource": "CONFIRM", "url": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235" }, { "name": "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493", "refsource": "MISC", "url": "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493" }, { "name": "https://packagist.org/packages/masterminds/html5", "refsource": "MISC", "url": "https://packagist.org/packages/masterminds/html5" }, { "name": "https://packagist.org/packages/typo3/html-sanitizer", "refsource": "MISC", "url": "https://packagist.org/packages/typo3/html-sanitizer" } ] }, "source": { "advisory": "GHSA-47m6-46mj-p235", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=10.0.0,\u003c10.4.32||\u003e=11.0.0,\u003c11.5.16", "affected_versions": "All versions starting from 10.0.0 before 10.4.32, all versions starting from 11.0.0 before 11.5.16", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-937" ], "date": "2022-09-16", "description": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.", "fixed_versions": [ "10.4.32", "11.5.16" ], "identifier": "CVE-2022-36020", "identifiers": [ "GHSA-47m6-46mj-p235", "CVE-2022-36020" ], "not_impacted": "All versions before 10.0.0, all versions starting from 10.4.32 before 11.0.0, all versions starting from 11.5.16", "package_slug": "packagist/typo3/cms-core", "pubdate": "2022-09-16", "solution": "Upgrade to versions 10.4.32, 11.5.16 or above.", "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "urls": [ "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235", "https://nvd.nist.gov/vuln/detail/CVE-2022-36020", "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/CVE-2022-36020.yaml", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/CVE-2022-36020.yaml", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/html-sanitizer/CVE-2022-36020.yaml", "https://packagist.org/packages/masterminds/html5", "https://packagist.org/packages/typo3/html-sanitizer", "https://typo3.org/security/advisory/typo3-core-sa-2022-011", "https://github.com/advisories/GHSA-47m6-46mj-p235" ], "uuid": "a1aaa21f-840b-4bae-8f5b-ff54574ec043" }, { "affected_range": "\u003e=10.0.0,\u003c10.4.32||\u003e=11.0.0,\u003c11.5.16", "affected_versions": "All versions starting from 10.0.0 before 10.4.32, all versions starting from 11.0.0 before 11.5.16", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-937" ], "date": "2022-09-16", "description": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.", "fixed_versions": [ "10.4.32", "11.5.16" ], "identifier": "CVE-2022-36020", "identifiers": [ "GHSA-47m6-46mj-p235", "CVE-2022-36020" ], "not_impacted": "All versions before 10.0.0, all versions starting from 10.4.32 before 11.0.0, all versions starting from 11.5.16", "package_slug": "packagist/typo3/cms", "pubdate": "2022-09-16", "solution": "Upgrade to versions 10.4.32, 11.5.16 or above.", "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "urls": [ "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235", "https://nvd.nist.gov/vuln/detail/CVE-2022-36020", "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms-core/CVE-2022-36020.yaml", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/cms/CVE-2022-36020.yaml", "https://github.com/FriendsOfPHP/security-advisories/blob/master/typo3/html-sanitizer/CVE-2022-36020.yaml", "https://packagist.org/packages/masterminds/html5", "https://packagist.org/packages/typo3/html-sanitizer", "https://typo3.org/security/advisory/typo3-core-sa-2022-011", "https://github.com/advisories/GHSA-47m6-46mj-p235" ], "uuid": "4bc0560d-c145-4b61-8804-f6176249f4d1" }, { "affected_range": "\u003e=1.0.0,\u003c1.0.7||\u003e=2.0.0,\u003c2.0.16", "affected_versions": "All versions starting from 1.0.0 before 1.0.7, all versions starting from 2.0.0 before 2.0.16", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-937" ], "date": "2022-09-16", "description": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue.", "fixed_versions": [ "1.0.7", "2.0.16" ], "identifier": "CVE-2022-36020", "identifiers": [ "CVE-2022-36020", "GHSA-47m6-46mj-p235" ], "not_impacted": "All versions before 1.0.0, all versions starting from 1.0.7 before 2.0.0, all versions starting from 2.0.16", "package_slug": "packagist/typo3/html-sanitizer", "pubdate": "2022-09-13", "solution": "Upgrade to versions 1.0.7, 2.0.16 or above.", "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-36020", "https://packagist.org/packages/masterminds/html5", "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235", "https://packagist.org/packages/typo3/html-sanitizer", "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493" ], "uuid": "f10762bd-d690-458c-8774-3ee6d09fed72" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:typo3:html_sanitizer:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.0.16", "versionStartIncluding": "2.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:typo3:html_sanitizer:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.0.7", "versionStartIncluding": "1.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36020" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The typo3/html-sanitizer package is an HTML sanitizer, written in PHP, aiming to provide XSS-safe markup based on explicitly allowed tags, attributes and values. Due to a parsing issue in the upstream package `masterminds/html5`, malicious markup used in a sequence with special HTML comments cannot be filtered and sanitized. This allows for a bypass of the cross-site scripting mechanism of `typo3/html-sanitizer`. This issue has been addressed in versions 1.0.7 and 2.0.16 of the `typo3/html-sanitizer` package. Users are advised to upgrade. There are no known workarounds for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-79" } ] } ] }, "references": { "reference_data": [ { "name": "https://packagist.org/packages/masterminds/html5", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://packagist.org/packages/masterminds/html5" }, { "name": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-47m6-46mj-p235" }, { "name": "https://packagist.org/packages/typo3/html-sanitizer", "refsource": "MISC", "tags": [ "Product", "Third Party Advisory" ], "url": "https://packagist.org/packages/typo3/html-sanitizer" }, { "name": "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/TYPO3/html-sanitizer/commit/60bfdc7f9b394d0236e16ee4cea8372a7defa493" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7 } }, "lastModifiedDate": "2022-09-16T02:36Z", "publishedDate": "2022-09-13T17:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…