From b43727ab7718924ec985ca3a26141d8c8160b694 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 28 May 2021 14:00:47 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/1xxx/CVE-2020-1729.json | 50 +++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/2020/1xxx/CVE-2020-1729.json b/2020/1xxx/CVE-2020-1729.json index 67f517519e4..9c9572dd3ae 100644 --- a/2020/1xxx/CVE-2020-1729.json +++ b/2020/1xxx/CVE-2020-1729.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-1729", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "SmallRye", + "version": { + "version_data": [ + { + "version_value": "SmallRye 1.6.1" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-863" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1802444", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802444" + } + ] }, "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 SmallRye's API through version 1.6.1. The API can allow other code running within the application server to potentially obtain the ClassLoader, bypassing any permissions checks that should have been applied. The largest threat from this vulnerability is a threat to data confidentiality. This is fixed in SmallRye 1.6.2" } ] }