From f9db84a7cf1b434f77b2f68c37ec0565ac4936a2 Mon Sep 17 00:00:00 2001 From: Emre Kara <74061558+emrekara369@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:03:32 +0300 Subject: [PATCH] The missing CVSS vector was completed by using the URL in the references and the deficiencies in other CVSS information were corrected --- 2024/30xxx/CVE-2024-30896.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/2024/30xxx/CVE-2024-30896.json b/2024/30xxx/CVE-2024-30896.json index 542694e5b39c..8cd60927dabb 100644 --- a/2024/30xxx/CVE-2024-30896.json +++ b/2024/30xxx/CVE-2024-30896.json @@ -66,14 +66,17 @@ }, "impact": { "cvss": { + "attackVector": "NETWORK", "attackComplexity": "LOW", - "availabilityImpact": "HIGH", - "confidentialityImpact": "HIGH", - "integrityImpact": "HIGH", "privilegesRequired": "HIGH", - "scope": "CHANGED", "userInteraction": "NONE", - "vectorString": "CVSS:3.1/AC:L/A:H/C:H/I:H/PR:H/S:C/UI:N", + "scope": "CHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 9.1, + "baseSeverity": "CRITICAL", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" } }