From 2ccc20aaa8981bc39b6d0029e9a5d18cac8f324a Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Tue, 4 Oct 2022 14:30:36 +0100 Subject: [PATCH] f7d2a6ab-2faf-4719-bdb6-e4e5d6065752 --- 2022/3xxx/CVE-2022-3389.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/3xxx/CVE-2022-3389.json b/2022/3xxx/CVE-2022-3389.json index 03132bbe29e..e0582938d19 100644 --- a/2022/3xxx/CVE-2022-3389.json +++ b/2022/3xxx/CVE-2022-3389.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-3389", - "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-3389", + "STATE": "PUBLIC", + "TITLE": "Path Traversal in ikus060/rdiffweb" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ikus060/rdiffweb", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.4.10" + } + ] + } + } + ] + }, + "vendor_name": "ikus060" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Path Traversal in GitHub repository ikus060/rdiffweb prior to 2.4.10." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/f7d2a6ab-2faf-4719-bdb6-e4e5d6065752", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/f7d2a6ab-2faf-4719-bdb6-e4e5d6065752" + }, + { + "name": "https://github.com/ikus060/rdiffweb/commit/323383d1db656f1b1291be529947bd943a6b0e99", + "refsource": "MISC", + "url": "https://github.com/ikus060/rdiffweb/commit/323383d1db656f1b1291be529947bd943a6b0e99" + } + ] + }, + "source": { + "advisory": "f7d2a6ab-2faf-4719-bdb6-e4e5d6065752", + "discovery": "EXTERNAL" + } } \ No newline at end of file