From 0047a9595c85744a75650a125861e09316eb9b6f Mon Sep 17 00:00:00 2001 From: Guilherme de Almeida Suckevicz Date: Mon, 11 May 2020 16:19:49 -0300 Subject: [PATCH] Add CVE-2020-1724. --- 2020/1xxx/CVE-2020-1724.json | 59 ++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/2020/1xxx/CVE-2020-1724.json b/2020/1xxx/CVE-2020-1724.json index 8bdb2f1f858..07ce7c75543 100644 --- a/2020/1xxx/CVE-2020-1724.json +++ b/2020/1xxx/CVE-2020-1724.json @@ -4,15 +4,68 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-1724", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "gsuckevi@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "keycloak", + "version": { + "version_data": [ + { + "version_value": "All versions before 9.0.2" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-613" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1724", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1724", + "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 Keycloak in versions before 9.0.2. This flaw allows a malicious user that is currently logged in, to see the personal information of a previously logged out user in the account manager section." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "4.3/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.0" + } + ] + ] } } \ No newline at end of file