diff --git a/2022/25xxx/CVE-2022-25897.json b/2022/25xxx/CVE-2022-25897.json index f81b09f847c..01c536b1eca 100644 --- a/2022/25xxx/CVE-2022-25897.json +++ b/2022/25xxx/CVE-2022-25897.json @@ -3,16 +3,104 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "report@snyk.io", + "DATE_PUBLIC": "2022-09-08T05:00:11.747866Z", "ID": "CVE-2022-25897", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Denial of Service (DoS)" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "org.eclipse.milo:sdk-server", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.6.8" + } + ] + } + } + ] + }, + "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-JAVA-ORGECLIPSEMILO-2990191" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/eclipse/milo/pull/1031" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/eclipse/milo/commit/4534381760d7d9f0bf00cbf6a8449bb0d13c6ce5" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/eclipse/milo/issues/1030" + } + ] }, "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 org.eclipse.milo:sdk-server before 0.6.8 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:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "HIGH", + "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