From c065e6f46b528c2d48ad4856609d77574e45ea28 Mon Sep 17 00:00:00 2001 From: Justin Sampson Date: Wed, 12 Feb 2020 12:25:39 -0800 Subject: [PATCH] Added CVE-2020-5399 Signed-off-by: Margo Crawford --- 2020/5xxx/CVE-2020-5399.json | 73 ++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 3 deletions(-) diff --git a/2020/5xxx/CVE-2020-5399.json b/2020/5xxx/CVE-2020-5399.json index 0d4fd0d941e..7250c7d7c57 100644 --- a/2020/5xxx/CVE-2020-5399.json +++ b/2020/5xxx/CVE-2020-5399.json @@ -3,16 +3,83 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@pivotal.io", + "DATE_PUBLIC": "2020-02-12T00:00:00.000Z", "ID": "CVE-2020-5399", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "CredHub does not properly enable TLS for MySQL database connections" + }, + "source": { + "discovery": "UNKNOWN" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "CredHub", + "version": { + "version_data": [ + { + "affected": "<", + "version_name": "Edge", + "version_value": "2.5.10" + } + ] + } + } + ] + }, + "vendor_name": "Cloud Foundry" + } + ] + } }, "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": "Cloud Foundry CredHub, versions prior to 2.5.10, connects to a MySQL database without TLS even when configured to use TLS. A malicious user with access to the network between CredHub and its MySQL database may eavesdrop on database connections and thereby gain unauthorized access to CredHub and other components." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-319: Cleartext Transmission of Sensitive Information" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.cloudfoundry.org/blog/cve-2020-5399", + "name": "https://www.cloudfoundry.org/blog/cve-2020-5399" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "ADJACENT_NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.6, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", + "version": "3.0" + } } } \ No newline at end of file