diff --git a/2020/5xxx/CVE-2020-5419.json b/2020/5xxx/CVE-2020-5419.json index 284accf567c..4def51690b7 100644 --- a/2020/5xxx/CVE-2020-5419.json +++ b/2020/5xxx/CVE-2020-5419.json @@ -3,16 +3,88 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@pivotal.io", + "DATE_PUBLIC": "2020-08-27T00:00:00.000Z", "ID": "CVE-2020-5419", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "RabbitMQ arbitrary code execution using local binary planting" + }, + "source": { + "discovery": "UNKNOWN" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "RabbitMQ", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "3.7", + "version_value": "3.7.28" + }, + { + "version_affected": "<", + "version_name": "3.8", + "version_value": "3.8.7" + } + ] + } + } + ] + }, + "vendor_name": "VMware Tanzu" + } + ] + } }, "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": "RabbitMQ versions 3.8.x prior to 3.8.7 are prone to a Windows-specific binary planting security vulnerability that allows for arbitrary code execution. An attacker with write privileges to the RabbitMQ installation directory and local access on Windows could carry out a local binary hijacking (planting) attack and execute arbitrary code." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-427: Uncontrolled Search Path Element" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://tanzu.vmware.com/security/cve-2020-5419", + "name": "https://tanzu.vmware.com/security/cve-2020-5419" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 6.7, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } } -} \ No newline at end of file +}