From f85e80266410cb089d9d3782f4ad6ae676bc5af9 Mon Sep 17 00:00:00 2001 From: Bogdan Botezatu Date: Tue, 22 Jun 2021 17:33:19 +0300 Subject: [PATCH] Populating information for CVE-2020-15732 --- 2020/15xxx/CVE-2020-15732.json | 116 +++++++++++++++++++++++++++++++-- 1 file changed, 110 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15732.json b/2020/15xxx/CVE-2020-15732.json index 3069ad1a767..e9aafb68aa6 100644 --- a/2020/15xxx/CVE-2020-15732.json +++ b/2020/15xxx/CVE-2020-15732.json @@ -1,18 +1,122 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-requests@bitdefender.com", + "DATE_PUBLIC": "2021-06-22T09:00:00.000Z", "ID": "CVE-2020-15732", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Total Security", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "25.0.7.29" + } + ] + } + }, + { + "product_name": "Internet Security", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "25.0.7.29" + } + ] + } + }, + { + "product_name": "Antivirus Plus", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "25.0.7.29" + } + ] + } + } + ] + }, + "vendor_name": "Bitdefender" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Ollie Killean" + } + ], + "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": "Improper Certificate Validation vulnerability in the Online Threat Prevention module as used in Bitdefender Total Security allows an attacker to potentially bypass HTTP Strict Transport Security (HSTS) checks.\nThis issue affects:\nBitdefender Total Security\nversions prior to 25.0.7.29.\nBitdefender Internet Security\nversions prior to 25.0.7.29.\nBitdefender Antivirus Plus\nversions prior to 25.0.7.29." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-295 Improper Certificate Validation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.bitdefender.com/support/security-advisories/improper-certificate-validation-bitdefender-total-security-va-8957" + } + ] + }, + "solution": [ + { + "lang": "eng", + "value": "An automatic update to version 25.0.7.29 fixes the issue." + } + ], + "source": { + "defect": [ + "VA-8957" + ], + "discovery": "EXTERNAL" } } \ No newline at end of file