From 30d2c4bd2cb962229028cc563a8acfba72185170 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Fri, 10 Jul 2020 13:20:49 -0600 Subject: [PATCH] add CVE-2020-11061 for GHSA-mm45-cg35-54j4 --- 2020/11xxx/CVE-2020-11061.json | 91 +++++++++++++++++++++++++++++++--- 1 file changed, 85 insertions(+), 6 deletions(-) diff --git a/2020/11xxx/CVE-2020-11061.json b/2020/11xxx/CVE-2020-11061.json index c3e703a9186..57a61af52b6 100644 --- a/2020/11xxx/CVE-2020-11061.json +++ b/2020/11xxx/CVE-2020-11061.json @@ -1,18 +1,97 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11061", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Heap-based Buffer Overflow in Bareos Director" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Bareos Director", + "version": { + "version_data": [ + { + "version_value": "<= 16.2.10" + }, + { + "version_value": "<= 17.2.9" + }, + { + "version_value": "<= 18.2.8" + }, + { + "version_value": "<= 19.2.7" + } + ] + } + } + ] + }, + "vendor_name": "Bareos GmbH & Co. KG" + } + ] + } + }, + "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": "In Bareos Director less than or equal to 16.2.10, 17.2.9, 18.2.8, and 19.2.7, a heap overflow allows a malicious client to corrupt the director's memory via oversized digest strings sent during initialization of a verify job.\n\nDisabling verify jobs mitigates the problem.\n\nThis issue is also patched in Bareos versions 19.2.8, 18.2.9 and 17.2.10." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122: Heap-based Buffer Overflow" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/bareos/bareos/security/advisories/GHSA-mm45-cg35-54j4", + "refsource": "CONFIRM", + "url": "https://github.com/bareos/bareos/security/advisories/GHSA-mm45-cg35-54j4" + }, + { + "name": "https://bugs.bareos.org/view.php?id=1210", + "refsource": "MISC", + "url": "https://bugs.bareos.org/view.php?id=1210" + } + ] + }, + "source": { + "advisory": "GHSA-mm45-cg35-54j4", + "discovery": "UNKNOWN" } } \ No newline at end of file