From 5b1857efc3f9e611b685140c975451e509e429f7 Mon Sep 17 00:00:00 2001 From: "advisory-db[bot]" <45398580+advisory-db[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:11:22 +0000 Subject: [PATCH] Add CVE-2021-37693 for GHSA-9377-96f4-cww4 Add CVE-2021-37693 for GHSA-9377-96f4-cww4 --- 2021/37xxx/CVE-2021-37693.json | 90 +++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 6 deletions(-) diff --git a/2021/37xxx/CVE-2021-37693.json b/2021/37xxx/CVE-2021-37693.json index 076ea8036eb..f08ddaceacb 100644 --- a/2021/37xxx/CVE-2021-37693.json +++ b/2021/37xxx/CVE-2021-37693.json @@ -1,18 +1,96 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-37693", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Re-use of email tokens in Discourse" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "discourse", + "version": { + "version_data": [ + { + "version_value": "< 2.7.8" + } + ] + } + } + ] + }, + "vendor_name": "discourse" + } + ] + } + }, + "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": "Discourse is an open-source platform for community discussion. In Discourse before versions 2.7.8 and 2.8.0.beta4, when adding additional email addresses to an existing account on a Discourse site an email token is generated as part of the email verification process. Deleting the additional email address does not invalidate an unused token which can then be used in other contexts, including reseting a password." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-640: Weak Password Recovery Mechanism for Forgotten Password" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-613: Insufficient Session Expiration" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/discourse/discourse/security/advisories/GHSA-9377-96f4-cww4", + "refsource": "CONFIRM", + "url": "https://github.com/discourse/discourse/security/advisories/GHSA-9377-96f4-cww4" + }, + { + "name": "https://github.com/discourse/discourse/commit/fb14e50741a4880cda22244eded8858e2f5336ef", + "refsource": "MISC", + "url": "https://github.com/discourse/discourse/commit/fb14e50741a4880cda22244eded8858e2f5336ef" + } + ] + }, + "source": { + "advisory": "GHSA-9377-96f4-cww4", + "discovery": "UNKNOWN" } } \ No newline at end of file