diff --git a/2020/14xxx/CVE-2020-14347.json b/2020/14xxx/CVE-2020-14347.json index bd14b55fb5e..ab1d4ff11ef 100644 --- a/2020/14xxx/CVE-2020-14347.json +++ b/2020/14xxx/CVE-2020-14347.json @@ -4,15 +4,75 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-14347", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psampaio@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Xorg Project", + "product": { + "product_data": [ + { + "product_name": "xorg-x11-server", + "version": { + "version_data": [ + { + "version_value": "1.20.9" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://lists.x.org/archives/xorg-announce/2020-July/003051.html" + }, + { + "url": "https://www.openwall.com/lists/oss-security/2020/07/31/2" + }, + + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14347", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14347", + "refsource": "CONFIRM" + } + ] }, "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 flaw was found in the way xserver memory was not properly initialized. This could leak parts of server memory to the X client. In cases where Xorg server runs with elevated privileges, this could result in possible ASLR bypass. Xorg-server before version 1.20.9 is vulnerable." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.5/CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}