cvelist/2018/8xxx/CVE-2018-8020.json
Mark J. Cox b090504e1b Go through all entries where assigner is security@apache.org (recent
Apache CNA) and ensure that the product names are correct and consistent
(which in most cases means adding "Apache", but some required more work).
Make sure the vendor name is correct.  Make sure affected versions matches
the text somewhat, although we don't try to make every product write these
in the same way, they're not supposed to be totally machine readable.  Then
make some fixes to the text as required where there are mistakes or
inconsistencies or the Apache name isn't mentioned.  There are 5 left
untouched for now, one is known (where we assigned an issues to an
incubator version which came out prior to being part of Apache), and
four which need more work.
2019-02-08 14:15:02 +00:00

92 lines
3.1 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2018-07-31T00:00:00",
"ID" : "CVE-2018-8020",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Apache Tomcat Native",
"version" : {
"version_data" : [
{
"version_value" : "1.2.0 to 1.2.16"
},
{
"version_value" : "1.1.23 to 1.1.34"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Apache Tomcat Native 1.2.0 to 1.2.16 and 1.1.23 to 1.1.34 has a flaw that does not properly check OCSP pre-produced responses, which are lists (multiple entries) of certificate statuses. Subsequently, revoked client certificates may not be properly identified, allowing for users to authenticate with revoked certificates to connections that require mutual TLS. Users not using OCSP checks are not affected by this vulnerability."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Security Constraint Bypass"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "[www-announce] 20180721 [SECURITY] CVE-2018-8020 Apache Tomcat Native Connector - Mishandled OCSP responses can allow clients to authenticate with revoked certificates",
"refsource" : "MLIST",
"url" : "http://mail-archives.us.apache.org/mod_mbox/www-announce/201807.mbox/%3C20180721101944.GA45239@minotaur.apache.org%3E"
},
{
"name" : "[debian-lts-announce] 20180822 [SECURITY] [DLA 1475-1] tomcat-native security update",
"refsource" : "MLIST",
"url" : "https://lists.debian.org/debian-lts-announce/2018/08/msg00023.html"
},
{
"name" : "RHSA-2018:2469",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2469"
},
{
"name" : "RHSA-2018:2470",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:2470"
},
{
"name" : "104934",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/104934"
},
{
"name" : "1041507",
"refsource" : "SECTRACK",
"url" : "http://www.securitytracker.com/id/1041507"
}
]
}
}