From 927f387b6e61a268ef843649364fb3ece56ed47e Mon Sep 17 00:00:00 2001 From: bogdanbotezatu Date: Fri, 5 Jun 2020 14:04:45 +0300 Subject: [PATCH] Added information for CVE-2020-8103 --- 2020/8xxx/CVE-2020-8103.json | 95 +++++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/2020/8xxx/CVE-2020-8103.json b/2020/8xxx/CVE-2020-8103.json index 4ace14f3223..26c038b5853 100644 --- a/2020/8xxx/CVE-2020-8103.json +++ b/2020/8xxx/CVE-2020-8103.json @@ -1,18 +1,101 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-requests@bitdefender.com", + "DATE_PUBLIC": "2020-06-05T12:00:00.000Z", "ID": "CVE-2020-8103", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Link Resolution Privilege Escalation Vulnerability in Bitdefender Antivirus Free (VA-8604)" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Bitdefender Antivirus Free", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.0.17.178" + } + ] + } + } + ] + }, + "vendor_name": "Bitdefender" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Ilias Dimopoulos of RedyOps Research Labs" + } + ], + "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": "A vulnerability in the improper handling of symbolic links in Bitdefender Antivirus Free can allow an unprivileged user to substitute a quarantined file, and restore it to a privileged location. This issue affects Bitdefender Antivirus Free versions prior to 1.0.17.178." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "PHYSICAL", + "availabilityImpact": "HIGH", + "baseScore": 7.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-59 Improper Link Resolution Before File Access ('Link Following')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.bitdefender.com/support/security-advisories/link-resolution-privilege-escalation-vulnerability-bitdefender-antivirus-free-va-8604/" + } + ] + }, + "solution": [ + { + "lang": "eng", + "value": "An automatic update to Bitdefender Antivirus Free version 1.0.17.178 or newer fixes the issue." + } + ], + "source": { + "defect": [ + "VA-8604" + ], + "discovery": "EXTERNAL" } } \ No newline at end of file