- Added submission from Apache ActiveMQ from 2018-09-10.

This commit is contained in:
CVE Team 2018-09-10 15:15:27 -04:00
parent 6387e70733
commit 6af069c7c7
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,8 +1,32 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2018-09-10T00:00:00",
"ID" : "CVE-2018-11775",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "ActiveMQ",
"version" : {
"version_data" : [
{
"version_value" : "5.0.0 - 5.15.5"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +35,26 @@
"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" : "TLS hostname verification when using the Apache ActiveMQ Client was missing which could make the client vulnerable to a MITM attack between a Java application using the ActiveMQ client and the ActiveMQ server. This is now enabled by default."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Missing TLS Hostname Verification"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "http://activemq.apache.org/security-advisories.data/CVE-2018-11775-announcement.txt"
}
]
}