diff --git a/2022/36xxx/CVE-2022-36104.json b/2022/36xxx/CVE-2022-36104.json index fc3d44fa9ed..6448fdfca4b 100644 --- a/2022/36xxx/CVE-2022-36104.json +++ b/2022/36xxx/CVE-2022-36104.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36104", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Denial of Service via Page Error Handling in TYPO3/cms" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "typo3", + "version": { + "version_data": [ + { + "version_value": ">= 11.4.0, < 11.5.16" + } + ] + } + } + ] + }, + "vendor_name": "TYPO3" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "TYPO3 is an open source PHP based web content management system released under the GNU GPL. In affected versions requesting invalid or non-existing resources via HTTP triggers the page error handler which again could retrieve content to be shown as an error message from another page. This leads to a scenario in which the application is calling itself recursively - amplifying the impact of the initial attack until the limits of the web server are exceeded. Users are advised to update to TYPO3 version 11.5.16 to resolve this issue. There are no known workarounds for this issue." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-770: Allocation of Resources Without Limits or Throttling" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/TYPO3/typo3/security/advisories/GHSA-fffr-7x4x-f98q", + "refsource": "CONFIRM", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-fffr-7x4x-f98q" + }, + { + "name": "https://github.com/TYPO3/typo3/commit/179dd7cd78947081d573fee2050e197faa556f13", + "refsource": "MISC", + "url": "https://github.com/TYPO3/typo3/commit/179dd7cd78947081d573fee2050e197faa556f13" + }, + { + "name": "https://typo3.org/security/advisory/typo3-core-sa-2022-006", + "refsource": "MISC", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2022-006" + } + ] + }, + "source": { + "advisory": "GHSA-fffr-7x4x-f98q", + "discovery": "UNKNOWN" } } \ No newline at end of file