diff --git a/2020/15xxx/CVE-2020-15154.json b/2020/15xxx/CVE-2020-15154.json index da25c9e5513..4694fae97c7 100644 --- a/2020/15xxx/CVE-2020-15154.json +++ b/2020/15xxx/CVE-2020-15154.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15154", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cross Site Scripting in baserCMS" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "basercms", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "< 4.3.7" + } + ] + } + } + ] + }, + "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 4.3.6 and earlier is affected by Cross Site Scripting (XSS) via arbitrary script execution. Admin access is required to exploit this vulnerability. The affected components are: content_fields.php, content_info.php, content_options.php, content_related.php, index_list_tree.php, jquery.bcTree.js. The issue is fixed in version 4.3.7." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/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/baserproject/basercms/security/advisories/GHSA-cpxc-67rc-c775", + "refsource": "CONFIRM", + "url": "https://github.com/baserproject/basercms/security/advisories/GHSA-cpxc-67rc-c775" + }, + { + "name": "https://basercms.net/security/20200827", + "refsource": "MISC", + "url": "https://basercms.net/security/20200827" + } + ] + }, + "source": { + "advisory": "GHSA-cpxc-67rc-c775", + "discovery": "UNKNOWN" } } \ No newline at end of file