From 2bb2cb08b7fd43a0f18e0bf72ac32f846b0263fc Mon Sep 17 00:00:00 2001 From: Dhananjay Arunesh Date: Thu, 7 May 2020 12:23:20 +0530 Subject: [PATCH] CVE-2019-10169 update --- 2019/10xxx/CVE-2019-10169.json | 59 ++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/2019/10xxx/CVE-2019-10169.json b/2019/10xxx/CVE-2019-10169.json index 034c81dbfb4..02b642da89c 100644 --- a/2019/10xxx/CVE-2019-10169.json +++ b/2019/10xxx/CVE-2019-10169.json @@ -4,15 +4,68 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2019-10169", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "darunesh@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "keycloak", + "version": { + "version_data": [ + { + "version_value": "8.0.0" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-267" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10169", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10169", + "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\u2019s user-managed access interface, where it would permit a script to be set in the UMA policy. This flaw allows an authenticated attacker with UMA permissions to configure a malicious script to trigger and execute arbitrary code with the permissions of the user running application." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "6.6/CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + ] + ] } } \ No newline at end of file