From bdea574c9a1d4b73a2f449f8745cdffc2e241e4f Mon Sep 17 00:00:00 2001 From: Bogdan BOTEZATU Date: Fri, 2 Oct 2020 12:50:02 +0300 Subject: [PATCH] Populating information for CVE-2020-8110 --- 2020/8xxx/CVE-2020-8110.json | 95 +++++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/2020/8xxx/CVE-2020-8110.json b/2020/8xxx/CVE-2020-8110.json index cfd1e9ad33b..d5b3ceac460 100644 --- a/2020/8xxx/CVE-2020-8110.json +++ b/2020/8xxx/CVE-2020-8110.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-10-01T15:00:00.000Z", "ID": "CVE-2020-8110", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Bitdefender ceva_emu.cvd module denial-of-service (VA-8766)" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Bitdefender Engines", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_value": "7.84897" + } + ] + } + } + ] + }, + "vendor_name": "Bitdefender" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "David Lanzenberger" + } + ], + "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 has been discovered in the ceva_emu.cvd module that results from a lack of proper validation of user-supplied data, which can result in a pointer that is fetched from uninitialized memory. This can lead to denial-of-service.\nThis issue affects:\nBitdefender Engines\nversion 7.84897 and prior versions." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-824 Access of Uninitialized Pointer" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.bitdefender.com/support/security-advisories/bitdefender-cevakrnl-xmd-parser-denial-of-service-va-8766" + } + ] + }, + "solution": [ + { + "lang": "eng", + "value": "Bitdefender has issued an update in engines version 7.84897 to correct this vulnerability" + } + ], + "source": { + "defect": [ + "VA-8766" + ], + "discovery": "EXTERNAL" } } \ No newline at end of file