From 32bbfd26377814853d21ad8a2543896040a86537 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Tue, 17 May 2022 09:32:55 +0100 Subject: [PATCH] 619851a4-2a08-4196-80e9-ab41953491d8 --- 2022/1xxx/CVE-2022-1723.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/1xxx/CVE-2022-1723.json b/2022/1xxx/CVE-2022-1723.json index 1631cbe2e01..736bb8f76b7 100644 --- a/2022/1xxx/CVE-2022-1723.json +++ b/2022/1xxx/CVE-2022-1723.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-1723", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-1723", + "STATE": "PUBLIC", + "TITLE": "Server-Side Request Forgery (SSRF) in jgraph/drawio" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "jgraph/drawio", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "18.0.6" + } + ] + } + } + ] + }, + "vendor_name": "jgraph" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Server-Side Request Forgery (SSRF) in GitHub repository jgraph/drawio prior to 18.0.6." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-918 Server-Side Request Forgery (SSRF)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/619851a4-2a08-4196-80e9-ab41953491d8", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/619851a4-2a08-4196-80e9-ab41953491d8" + }, + { + "name": "https://github.com/jgraph/drawio/commit/7a68ebe22a64fe722704e9c4527791209fee2034", + "refsource": "MISC", + "url": "https://github.com/jgraph/drawio/commit/7a68ebe22a64fe722704e9c4527791209fee2034" + } + ] + }, + "source": { + "advisory": "619851a4-2a08-4196-80e9-ab41953491d8", + "discovery": "EXTERNAL" + } } \ No newline at end of file