From 674e87bc8056a0cbd4a9bc9c74677591b9b6288d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 22:51:21 +0000 Subject: [PATCH] Add CVE-2022-39328 for GHSA-vqc4-mpj8-jxch Add CVE-2022-39328 for GHSA-vqc4-mpj8-jxch --- 2022/39xxx/CVE-2022-39328.json | 77 +++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/2022/39xxx/CVE-2022-39328.json b/2022/39xxx/CVE-2022-39328.json index a268cbb0936..dd73bae58a2 100644 --- a/2022/39xxx/CVE-2022-39328.json +++ b/2022/39xxx/CVE-2022-39328.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-2022-39328", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Grafana vulnerable to race condition allowing privilege escalation" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "grafana", + "version": { + "version_data": [ + { + "version_value": ">= 9.2.0, < 9.2.4" + } + ] + } + } + ] + }, + "vendor_name": "grafana" + } + ] + } + }, + "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": "Grafana is an open-source platform for monitoring and observability. Versions starting with 9.2.0 and less than 9.2.4 contain a race condition in the authentication middlewares logic which may allow an unauthenticated user to query an administration endpoint under heavy load. This issue is patched in 9.2.4. There are no known workarounds. " } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/grafana/grafana/security/advisories/GHSA-vqc4-mpj8-jxch", + "refsource": "CONFIRM", + "url": "https://github.com/grafana/grafana/security/advisories/GHSA-vqc4-mpj8-jxch" + } + ] + }, + "source": { + "advisory": "GHSA-vqc4-mpj8-jxch", + "discovery": "UNKNOWN" } } \ No newline at end of file