diff --git a/2022/31xxx/CVE-2022-31050.json b/2022/31xxx/CVE-2022-31050.json index ba74e9d0e40..043c1c1d2f9 100644 --- a/2022/31xxx/CVE-2022-31050.json +++ b/2022/31xxx/CVE-2022-31050.json @@ -1,18 +1,99 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-31050", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Insufficient Session Expiration in TYPO3 Admin Tool" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "typo3", + "version": { + "version_data": [ + { + "version_value": ">= 9.0.0, < 9.5.34" + }, + { + "version_value": ">= 10.0.0, < 10.4.29" + }, + { + "version_value": ">= 11.0.0, < 11.5.11" + } + ] + } + } + ] + }, + "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 web content management system. Prior to versions 9.5.34 ELTS, 10.4.29, and 11.5.11, Admin Tool sessions initiated via the TYPO3 backend user interface had not been revoked even if the corresponding user account was degraded to lower permissions or disabled completely. This way, sessions in the admin tool theoretically could have been prolonged without any limit. TYPO3 versions 9.5.34 ELTS, 10.4.29, and 11.5.11 contain a fix for the problem." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 6.0, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-613: Insufficient Session Expiration" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/TYPO3/typo3/security/advisories/GHSA-wwjw-r3gj-39fq", + "refsource": "CONFIRM", + "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-wwjw-r3gj-39fq" + }, + { + "name": "https://github.com/TYPO3/typo3/commit/592387972912290c135ebecc91768a67f83a3a4d", + "refsource": "MISC", + "url": "https://github.com/TYPO3/typo3/commit/592387972912290c135ebecc91768a67f83a3a4d" + }, + { + "name": "https://typo3.org/security/advisory/typo3-core-sa-2022-005", + "refsource": "MISC", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2022-005" + } + ] + }, + "source": { + "advisory": "GHSA-wwjw-r3gj-39fq", + "discovery": "UNKNOWN" } } \ No newline at end of file