Added CVE-2018-11746.

This commit is contained in:
Britt Gresham 2018-07-02 15:40:57 -07:00
parent e4b176919a
commit f6c5ade15d
No known key found for this signature in database
GPG Key ID: 8EF14A558315B01A

View File

@ -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"
}
}