From 700928bfe83299da37973a9e1675428503fc75de Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Mon, 20 Jun 2022 17:42:51 +0100 Subject: [PATCH] ec40ec76-c7db-4384-a33b-024f3dd21d75 --- 2022/2xxx/CVE-2022-2128.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/2xxx/CVE-2022-2128.json b/2022/2xxx/CVE-2022-2128.json index a9d4e8ee5d6..92fa989638d 100644 --- a/2022/2xxx/CVE-2022-2128.json +++ b/2022/2xxx/CVE-2022-2128.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-2128", - "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-2128", + "STATE": "PUBLIC", + "TITLE": "Unrestricted Upload of File with Dangerous Type in polonel/trudesk" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "polonel/trudesk", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.2.4" + } + ] + } + } + ] + }, + "vendor_name": "polonel" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Unrestricted Upload of File with Dangerous Type in GitHub repository polonel/trudesk prior to 1.2.4." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 9.6, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-434 Unrestricted Upload of File with Dangerous Type" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/ec40ec76-c7db-4384-a33b-024f3dd21d75", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/ec40ec76-c7db-4384-a33b-024f3dd21d75" + }, + { + "name": "https://github.com/polonel/trudesk/commit/fb2ef82b0a39d0a560a261e07c3c73ba25332ecb", + "refsource": "MISC", + "url": "https://github.com/polonel/trudesk/commit/fb2ef82b0a39d0a560a261e07c3c73ba25332ecb" + } + ] + }, + "source": { + "advisory": "ec40ec76-c7db-4384-a33b-024f3dd21d75", + "discovery": "EXTERNAL" + } } \ No newline at end of file