From 831af09c8f597c4dbd2e666001686a2ea7805d46 Mon Sep 17 00:00:00 2001 From: Michael Jackson <896749+rebelagentm@users.noreply.github.com> Date: Fri, 29 May 2020 11:49:24 -0500 Subject: [PATCH] Add CVE-2020-11018 for GHSA-8cvc-vcw7-6mfw --- 2020/11xxx/CVE-2020-11018.json | 77 +++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/2020/11xxx/CVE-2020-11018.json b/2020/11xxx/CVE-2020-11018.json index 0470bbbfccb..117fab4628f 100644 --- a/2020/11xxx/CVE-2020-11018.json +++ b/2020/11xxx/CVE-2020-11018.json @@ -1,18 +1,83 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11018", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Out of bound read in cliprdr_server_receive_capabilities in FreeRDP" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "FreeRDP", + "version": { + "version_data": [ + { + "version_value": "<= 2.0.0" + } + ] + } + } + ] + }, + "vendor_name": "FreeRDP" + } + ] + } + }, + "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 FreeRDP less than or equal to 2.0.0, a possible resource exhaustion vulnerability can be performed. Malicious clients could trigger out of bound reads causing memory allocation with random size.\n\nThis has been fixed in 2.1.0." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-125: Out-of-bounds Read" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw", + "refsource": "CONFIRM", + "url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw" + } + ] + }, + "source": { + "advisory": "GHSA-8cvc-vcw7-6mfw", + "discovery": "UNKNOWN" } } \ No newline at end of file