From d8c5301a00dbcc3a70ec4349db361cd2f943a331 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Wed, 8 Jun 2022 14:53:23 +0100 Subject: [PATCH] 22f9c074-cf60-4c67-b5c4-72fdf312609d --- 2022/1xxx/CVE-2022-1993.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/1xxx/CVE-2022-1993.json b/2022/1xxx/CVE-2022-1993.json index e9a9dbd69af..3ff4c87f36a 100644 --- a/2022/1xxx/CVE-2022-1993.json +++ b/2022/1xxx/CVE-2022-1993.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-1993", - "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-1993", + "STATE": "PUBLIC", + "TITLE": "Path Traversal in gogs/gogs" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "gogs/gogs", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "0.12.9" + } + ] + } + } + ] + }, + "vendor_name": "gogs" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Path Traversal in GitHub repository gogs/gogs prior to 0.12.9." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/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/22f9c074-cf60-4c67-b5c4-72fdf312609d", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/22f9c074-cf60-4c67-b5c4-72fdf312609d" + }, + { + "name": "https://github.com/gogs/gogs/commit/9bf748b6c4c9a17d3aa77f6b9abcfae65451febf", + "refsource": "MISC", + "url": "https://github.com/gogs/gogs/commit/9bf748b6c4c9a17d3aa77f6b9abcfae65451febf" + } + ] + }, + "source": { + "advisory": "22f9c074-cf60-4c67-b5c4-72fdf312609d", + "discovery": "EXTERNAL" + } } \ No newline at end of file