From f96221fea2428753bb8fb6270eca03e0b5878a1d Mon Sep 17 00:00:00 2001 From: Andre Eleuterio Date: Fri, 30 Oct 2020 14:24:34 -0300 Subject: [PATCH] Add CVE-2020-15277 for GHSA-6fmv-q269-55cw --- 2020/15xxx/CVE-2020-15277.json | 87 +++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15277.json b/2020/15xxx/CVE-2020-15277.json index 196959ea5b3..eba6f1bc818 100644 --- a/2020/15xxx/CVE-2020-15277.json +++ b/2020/15xxx/CVE-2020-15277.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-15277", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Remote Code Execution in baserCMS" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "basercms", + "version": { + "version_data": [ + { + "version_value": ">= 4.0.0, < 4.4.1" + } + ] + } + } + ] + }, + "vendor_name": "baserproject" + } + ] + } + }, + "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": "baserCMS before version 4.4.1 is affected by Remote Code Execution (RCE). Code may be executed by logging in as a system administrator and uploading an executable script file such as a PHP file. The Edit template component is vulnerable. The issue is fixed in version 4.4.1." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-434 Unrestricted Upload of File with Dangerous Type" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/baserproject/basercms/security/advisories/GHSA-6fmv-q269-55cw", + "refsource": "CONFIRM", + "url": "https://github.com/baserproject/basercms/security/advisories/GHSA-6fmv-q269-55cw" + }, + { + "name": "https://basercms.net/security/20201029", + "refsource": "MISC", + "url": "https://basercms.net/security/20201029" + }, + { + "name": "https://github.com/baserproject/basercms/commit/bb027c3967b0430adcff2d2fedbc23d39077563b", + "refsource": "MISC", + "url": "https://github.com/baserproject/basercms/commit/bb027c3967b0430adcff2d2fedbc23d39077563b" + } + ] + }, + "source": { + "advisory": "GHSA-6fmv-q269-55cw", + "discovery": "UNKNOWN" } } \ No newline at end of file