From f6c5ade15d3dc84c78116188f7ba34038025276f Mon Sep 17 00:00:00 2001 From: Britt Gresham Date: Mon, 2 Jul 2018 15:40:57 -0700 Subject: [PATCH] Added CVE-2018-11746. --- 2018/11xxx/CVE-2018-11746.json | 72 ++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 3 deletions(-) diff --git a/2018/11xxx/CVE-2018-11746.json b/2018/11xxx/CVE-2018-11746.json index 11403420608..e9a9c1a4f0a 100644 --- a/2018/11xxx/CVE-2018-11746.json +++ b/2018/11xxx/CVE-2018-11746.json @@ -1,8 +1,10 @@ { "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", + "ASSIGNER" : "security@puppet.com", "ID" : "CVE-2018-11746", - "STATE" : "RESERVED" + "STATE" : "PUBLIC", + "TITLE" : "Puppet Discovery can leak authentication information", + "DATE_PUBLIC" : "2018-07-02T22:00:00.000Z" }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,8 +13,72 @@ "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" : "When running Discovery against Windows hosts, WinRM connections can fall back to using basic auth over insecure channels if a HTTPS server is not available. This can expose the login credentials being used by Puppet Discovery." } ] + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Puppet Discovery", + "version" : { + "version_data" : [ + { + "affected" : "<", + "version_value" : "1.2.0" + } + ] + } + } + ] + }, + "vendor_name" : "Puppet" + } + ] + } + }, + "impact" : { + "cvss" : { + "attackComplexity" : "LOW", + "attackVector" : "NETWORK", + "availabilityImpact" : "NONE", + "baseScore" : 8.6, + "baseSeverity" : "HIGH", + "confidentialityImpact" : "HIGH", + "integrityImpact" : "NONE", + "privilegesRequired" : "NONE", + "scope" : "CHANGED", + "userInteraction" : "NONE", + "vectorString" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N", + "version" : "3.0" + } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "Insufficiently Protected Credentials" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://puppet.com/security/cve/CVE-2018-11746", + "refsource" : "CONFIRM", + "url" : "https://puppet.com/security/cve/CVE-2018-11746" + } + ] + }, + "source" : { + "discovery" : "UNKNOWN" } }