From 7ffdcac118dfabc2556cf996b17337150fe6426a Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Fri, 27 Jan 2023 18:41:41 -0500 Subject: [PATCH] Modify CVE-2023-23620 for GHSA-hvj9-g84x-5prx --- 2023/23xxx/CVE-2023-23620.json | 96 +++++++++++++++++++++++++++++++--- 1 file changed, 90 insertions(+), 6 deletions(-) diff --git a/2023/23xxx/CVE-2023-23620.json b/2023/23xxx/CVE-2023-23620.json index 83bae2650ca..bee4935c513 100644 --- a/2023/23xxx/CVE-2023-23620.json +++ b/2023/23xxx/CVE-2023-23620.json @@ -1,18 +1,102 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-23620", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Discourse restricted tag routes leak topic information" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "discourse", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "3.0.1", + "version_value": "3.0.1" + }, + { + "version_affected": "=", + "version_name": "3.1.0.beta1", + "version_value": "3.1.0.beta1" + } + ] + } + } + ] + }, + "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 discussion platform. Prior to version 3.0.1 on the `stable` branch and 3.1.0.beta2 on the `beta` and `tests-passed` branches, the contents of latest/top routes for restricted tags can be accessed by unauthorized users. This issue is patched in version 3.0.1 on the `stable` branch and 3.1.0.beta2 on the `beta` and `tests-passed` branches. There are no known workarounds." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200 Information Exposure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/discourse/discourse/security/advisories/GHSA-hvj9-g84x-5prx", + "refsource": "CONFIRM", + "url": "https://github.com/discourse/discourse/security/advisories/GHSA-hvj9-g84x-5prx" + }, + { + "name": "https://github.com/discourse/discourse/commit/105fee978d73b0ec23ff814a09d1c0c9ace95164", + "refsource": "MISC", + "url": "https://github.com/discourse/discourse/commit/105fee978d73b0ec23ff814a09d1c0c9ace95164" + }, + { + "name": "https://github.com/discourse/discourse/pull/20004", + "refsource": "MISC", + "url": "https://github.com/discourse/discourse/pull/20004" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } } \ No newline at end of file