From fa4d51af87bad9ddcf257c98177a85694a857a2e Mon Sep 17 00:00:00 2001 From: Andre Eleuterio Date: Fri, 18 Sep 2020 14:50:54 -0300 Subject: [PATCH] Add CVE-2020-15181 for GHSA-xrc8-fjp4-h4fv --- 2020/15xxx/CVE-2020-15181.json | 90 +++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15181.json b/2020/15xxx/CVE-2020-15181.json index 0b3d020c357..694569d10f1 100644 --- a/2020/15xxx/CVE-2020-15181.json +++ b/2020/15xxx/CVE-2020-15181.json @@ -1,18 +1,96 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15181", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Admin account takeover in Alfresco Reset Password" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "AlfrescoResetPassword", + "version": { + "version_data": [ + { + "version_value": "< 1.2.0" + } + ] + } + } + ] + }, + "vendor_name": "FlexSolution" + } + ] + } + }, + "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": "The Alfresco Reset Password add-on before version 1.2.0 relies on untrusted inputs in a security decision. Intruders can get admin's access to the system using the vulnerability in the project. Impacts all servers where this add-on is installed. The problem is fixed in version 1.2.0" } ] + }, + "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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "{\"CWE-20\":\"Improper Input Validation\"}" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "{\"CWE-284\":\"Improper Access Control\"}" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/FlexSolution/AlfrescoResetPassword/security/advisories/GHSA-xrc8-fjp4-h4fv", + "refsource": "CONFIRM", + "url": "https://github.com/FlexSolution/AlfrescoResetPassword/security/advisories/GHSA-xrc8-fjp4-h4fv" + }, + { + "name": "https://github.com/FlexSolution/AlfrescoResetPassword/commit/5927b9651356c4cd952cb9b485292583d305b47c", + "refsource": "MISC", + "url": "https://github.com/FlexSolution/AlfrescoResetPassword/commit/5927b9651356c4cd952cb9b485292583d305b47c" + } + ] + }, + "source": { + "advisory": "GHSA-xrc8-fjp4-h4fv", + "discovery": "UNKNOWN" } } \ No newline at end of file