From a75b7f2966476867ad1337c1cfcbc7f5e9613dd9 Mon Sep 17 00:00:00 2001 From: snyk-security-bot <66014823+snyk-security-bot@users.noreply.github.com> Date: Wed, 24 Aug 2022 06:00:15 +0100 Subject: [PATCH] Adds CVE-2022-24375 --- 2022/24xxx/CVE-2022-24375.json | 96 ++++++++++++++++++++++++++++++++-- 1 file changed, 92 insertions(+), 4 deletions(-) diff --git a/2022/24xxx/CVE-2022-24375.json b/2022/24xxx/CVE-2022-24375.json index f3477c4e62a..4e1174ef590 100644 --- a/2022/24xxx/CVE-2022-24375.json +++ b/2022/24xxx/CVE-2022-24375.json @@ -3,16 +3,104 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "report@snyk.io", + "DATE_PUBLIC": "2022-08-24T05:00:10.599133Z", "ID": "CVE-2022-24375", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Denial of Service (DoS)" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "node-opcua", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.74.0" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Denial of Service (DoS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://security.snyk.io/vuln/SNYK-JS-NODEOPCUA-2988725" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/node-opcua/node-opcua/commit/3fd46ec156e7718a506be41f3916310b6bdd0407" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/node-opcua/node-opcua/commit/7b5044b3f5866fbedc3efabd05e407352c07bd2f" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/node-opcua/node-opcua/pull/1182" + } + ] }, "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": "The package node-opcua before 2.74.0 are vulnerable to Denial of Service (DoS) when bypassing the limitations for excessive memory consumption by sending multiple CloseSession requests with the deleteSubscription parameter equal to False.\n" } ] - } + }, + "impact": { + "cvss": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "availabilityImpact": "HIGH" + } + }, + "credit": [ + { + "lang": "eng", + "value": "Vera Mens" + }, + { + "lang": "eng", + "value": "Uri Katz" + }, + { + "lang": "eng", + "value": "Sharon Brizinov of Team82 (Claroty Research)" + } + ] } \ No newline at end of file