From 12ec325055be0d0dc6bb0cba059006556d905726 Mon Sep 17 00:00:00 2001 From: Pedro Sampaio Date: Tue, 4 Aug 2020 14:27:57 -0300 Subject: [PATCH] CVE-2020-14344 --- 2020/14xxx/CVE-2020-14344.json | 67 ++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 4 deletions(-) diff --git a/2020/14xxx/CVE-2020-14344.json b/2020/14xxx/CVE-2020-14344.json index 07394a05134..82bf2c9d6e5 100644 --- a/2020/14xxx/CVE-2020-14344.json +++ b/2020/14xxx/CVE-2020-14344.json @@ -4,15 +4,74 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-14344", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "psampaio@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The X11 Project", + "product": { + "product_data": [ + { + "product_name": "libX11", + "version": { + "version_data": [ + { + "version_value": "1.6.10" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-119" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://lists.x.org/archives/xorg-announce/2020-July/003050.html" + }, + { + "url": "https://www.openwall.com/lists/oss-security/2020/07/31/1" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14344", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14344", + "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": "An integer overflow leading to a heap-buffer overflow was found in The X Input Method (XIM) client was implemented in libX11 before version 1.6.10. As per upstream this is security relevant when setuid programs call XIM client functions while running with elevated privileges. No such programs are shipped with Red Hat Enterprise Linux." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "6.7/CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}