From 74bb8b130c28c9285da10964e848ae4eeb61797c Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Wed, 21 Jul 2021 16:19:12 -0400 Subject: [PATCH] Add CVE-2021-32776 for GHSA-cxw7-2x7h-f7pr --- 2021/32xxx/CVE-2021-32776.json | 77 +++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/2021/32xxx/CVE-2021-32776.json b/2021/32xxx/CVE-2021-32776.json index 4cb7dafc0fd..39c8f3c67bf 100644 --- a/2021/32xxx/CVE-2021-32776.json +++ b/2021/32xxx/CVE-2021-32776.json @@ -1,18 +1,83 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32776", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "No CSRF form token cleanup on Windows servers" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "iTop", + "version": { + "version_data": [ + { + "version_value": "< 2.7.4" + } + ] + } + } + ] + }, + "vendor_name": "Combodo" + } + ] + } + }, + "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": "Combodo iTop is a web based IT Service Management tool. In versions prior to 2.7.4, CSRF tokens can be reused by a malicious user, as on Windows servers no cleanup is done on CSRF tokens. This issue is fixed in versions 2.7.4 and 3.0.0." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.8, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352: Cross-Site Request Forgery (CSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/Combodo/iTop/security/advisories/GHSA-cxw7-2x7h-f7pr", + "refsource": "CONFIRM", + "url": "https://github.com/Combodo/iTop/security/advisories/GHSA-cxw7-2x7h-f7pr" + } + ] + }, + "source": { + "advisory": "GHSA-cxw7-2x7h-f7pr", + "discovery": "UNKNOWN" } } \ No newline at end of file