From 2a441f7756d533be3038dbe223b42847265c142f Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Thu, 22 Dec 2022 18:00:29 -0700 Subject: [PATCH] 5e7f3ecc-3b08-4e0e-8bf8-ae7ae229941f --- 2022/4xxx/CVE-2022-4665.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/4xxx/CVE-2022-4665.json b/2022/4xxx/CVE-2022-4665.json index fcd082ff587..fc91500a222 100644 --- a/2022/4xxx/CVE-2022-4665.json +++ b/2022/4xxx/CVE-2022-4665.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-4665", - "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-4665", + "STATE": "PUBLIC", + "TITLE": "Unrestricted Upload of File with Dangerous Type in ampache/ampache" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ampache/ampache", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.5.6" + } + ] + } + } + ] + }, + "vendor_name": "ampache" + } + ] } + }, + "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 ampache/ampache prior to 5.5.6." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 3.1, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", + "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/5e7f3ecc-3b08-4e0e-8bf8-ae7ae229941f", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/5e7f3ecc-3b08-4e0e-8bf8-ae7ae229941f" + }, + { + "name": "https://github.com/ampache/ampache/commit/8293fa86e5f50a168b7f5c892ffbd6aa555134bd", + "refsource": "MISC", + "url": "https://github.com/ampache/ampache/commit/8293fa86e5f50a168b7f5c892ffbd6aa555134bd" + } + ] + }, + "source": { + "advisory": "5e7f3ecc-3b08-4e0e-8bf8-ae7ae229941f", + "discovery": "EXTERNAL" + } } \ No newline at end of file