From 0da469b35b67a7962ec0aa267836dcc6c44b636a Mon Sep 17 00:00:00 2001 From: snyk-security-bot <66014823+snyk-security-bot@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:00:06 -0400 Subject: [PATCH] Adds CVE-2022-25885 --- 2022/25xxx/CVE-2022-25885.json | 110 +++++++++++++++++++++++++++++++-- 1 file changed, 106 insertions(+), 4 deletions(-) diff --git a/2022/25xxx/CVE-2022-25885.json b/2022/25xxx/CVE-2022-25885.json index 3bcfefc3c67..f5aee97be18 100644 --- a/2022/25xxx/CVE-2022-25885.json +++ b/2022/25xxx/CVE-2022-25885.json @@ -3,16 +3,118 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "report@snyk.io", + "DATE_PUBLIC": "2022-11-01T05:00:01.477251Z", "ID": "CVE-2022-25885", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Denial of Service (DoS)" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "muhammara", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.6.0" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + }, + { + "product": { + "product_data": [ + { + "product_name": "hummus", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_value": "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-MUHAMMARA-3091137" + }, + { + "refsource": "CONFIRM", + "url": "https://security.snyk.io/vuln/SNYK-JS-HUMMUS-3091139" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/julianhille/MuhammaraJS/commit/0a6427eec82ef2978995e453de2dc0d6224dd46c" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/julianhille/MuhammaraJS/issues/188" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/galkahana/HummusJS/issues/439" + } + ] }, "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 muhammara before 2.6.0; all versions of package hummus are vulnerable to Denial of Service (DoS) when PDFStreamForResponse() is used with invalid data.\r\n\r\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", + "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": "Julian Hille" + } + ] } \ No newline at end of file