From 9af37b32eb48122c8046d0236a73fba40a5efec7 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Tue, 31 Jan 2023 18:00:30 -0700 Subject: [PATCH] 0bfed46d-ac96-43c4-93fb-13f68b4e711b --- 2023/0xxx/CVE-2023-0606.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0606.json b/2023/0xxx/CVE-2023-0606.json index 3f578e1f19d..aa9ccbb607f 100644 --- a/2023/0xxx/CVE-2023-0606.json +++ b/2023/0xxx/CVE-2023-0606.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0606", - "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-2023-0606", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Reflected in ampache/ampache" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ampache/ampache", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.5.7" + } + ] + } + } + ] + }, + "vendor_name": "ampache" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Reflected in GitHub repository ampache/ampache prior to 5.5.7." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 9.3, + "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:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/0bfed46d-ac96-43c4-93fb-13f68b4e711b", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/0bfed46d-ac96-43c4-93fb-13f68b4e711b" + }, + { + "name": "https://github.com/ampache/ampache/commit/d3191503ca856dfe0b33d7cb17717ffd480046cb", + "refsource": "MISC", + "url": "https://github.com/ampache/ampache/commit/d3191503ca856dfe0b33d7cb17717ffd480046cb" + } + ] + }, + "source": { + "advisory": "0bfed46d-ac96-43c4-93fb-13f68b4e711b", + "discovery": "EXTERNAL" + } } \ No newline at end of file