From bfcfb383dbff0c8cca4a1c67770c0509c364c4dc Mon Sep 17 00:00:00 2001 From: santosomar Date: Thu, 25 Mar 2021 14:22:08 +0000 Subject: [PATCH] Adding Cisco CVE-2021-1492 --- 2021/1xxx/CVE-2021-1492.json | 87 +++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 7 deletions(-) diff --git a/2021/1xxx/CVE-2021-1492.json b/2021/1xxx/CVE-2021-1492.json index 2827e500d71..28bfd31da09 100644 --- a/2021/1xxx/CVE-2021-1492.json +++ b/2021/1xxx/CVE-2021-1492.json @@ -1,18 +1,91 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2021-03-25T13:00:00.000Z", "ID": "CVE-2021-1492", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Duo Authentication Proxy Installer Denial of Service Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Duo Authentication Proxy", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.2.1" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Duo Security appreciates Ido Hoorvitch from CyberArk Labs for reporting the method of exploitation." + } + ], + "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 Duo Authentication Proxy installer prior to 5.2.1 did not properly validate file installation paths. This allows an attacker with local user privileges to coerce the installer to write to arbitrary privileged directories. If successful, an attacker can manipulate files used by Duo Authentication Proxy installer, cause Denial of Service (DoS) by deleting file(s), or replace system files to potentially achieve elevation of privileges. This is only exploitable during new installations, while the installer is running, and is not exploitable once installation has finished. Versions 5.2.1 of Duo Authentication Proxy installer addresses this issue." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 6.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-64 " + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://help.duo.com/s/article/6789", + "refsource": "CISCO", + "url": "https://help.duo.com/s/article/6789" + } + ] + }, + "source": { + "advisory": "6789", + "discovery": "EXTERNAL" } -} \ No newline at end of file +}