From f8bcc6996120979ca2e085cd72fe87cf9f93fc2d Mon Sep 17 00:00:00 2001 From: "mrehak@redhat.com" Date: Mon, 25 Nov 2019 15:14:43 +0100 Subject: [PATCH] CVE-2019-10213 --- 2019/10xxx/CVE-2019-10213.json | 61 +++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/2019/10xxx/CVE-2019-10213.json b/2019/10xxx/CVE-2019-10213.json index 79d938421f9..92532b44388 100644 --- a/2019/10xxx/CVE-2019-10213.json +++ b/2019/10xxx/CVE-2019-10213.json @@ -4,15 +4,68 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2019-10213", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "mrehak@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "openshift", + "version": { + "version_data": [ + { + "version_value": "versions Red Hat OpenShift 4.1 and Red Hat OpenShift 4.2" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-117" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10213", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10213", + "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": "OpenShift Container Platform, versions 4.1 and 4.2, does not sanitize secret data written to pod logs when the log level in a given operator is set to Debug or higher. A low privileged user could read pod logs to discover secret material if the log level has already been modified in an operator by a privileged user." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.3/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", + "version": "3.0" + } + ] + ] } -} \ No newline at end of file +}