From 15d3895b8901c4cfa3508d5ea8bb3064f139bff8 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Mon, 8 Jun 2020 16:02:00 -0600 Subject: [PATCH] add CVE-2020-4041 for GHSA-68q3-7wjp-7q3j --- 2020/4xxx/CVE-2020-4041.json | 87 +++++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2020/4xxx/CVE-2020-4041.json b/2020/4xxx/CVE-2020-4041.json index 805d7ce28fa..0cde5e322b9 100644 --- a/2020/4xxx/CVE-2020-4041.json +++ b/2020/4xxx/CVE-2020-4041.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-4041", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "The filename of uploaded files vulnerable to stored XSS in Bolt CMS" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "bolt", + "version": { + "version_data": [ + { + "version_value": "< 3.7.1" + } + ] + } + } + ] + }, + "vendor_name": "bolt" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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." + "value": "In Bolt CMS before version 3.7.1, the filename of uploaded files was vulnerable to stored XSS. It is not possible to inject javascript code in the file name when creating/uploading the file. But, once created/uploaded, it can be renamed to inject the payload in it. \n\nAdditionally, the measures to prevent renaming the file to disallowed filename extensions could be circumvented.\n\nThis is fixed in Bolt 3.7.1." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N", + "version": "3.1" + } + }, + "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://github.com/bolt/bolt/security/advisories/GHSA-68q3-7wjp-7q3j", + "refsource": "CONFIRM", + "url": "https://github.com/bolt/bolt/security/advisories/GHSA-68q3-7wjp-7q3j" + }, + { + "name": "https://github.com/bolt/bolt/pull/7853", + "refsource": "MISC", + "url": "https://github.com/bolt/bolt/pull/7853" + }, + { + "name": "https://github.com/bolt/bolt/commit/b42cbfcf3e3108c46a80581216ba03ef449e419f", + "refsource": "MISC", + "url": "https://github.com/bolt/bolt/commit/b42cbfcf3e3108c46a80581216ba03ef449e419f" + } + ] + }, + "source": { + "advisory": "GHSA-68q3-7wjp-7q3j", + "discovery": "UNKNOWN" } } \ No newline at end of file