cvelist/2017/3xxx/CVE-2017-3163.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

97 lines
3.3 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2017-02-15T00:00:00",
"ID" : "CVE-2017-3163",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Apache Solr",
"version" : {
"version_data" : [
{
"version_value" : "1.4.0 to 5.5.3"
},
{
"version_value" : "6.0.0 to 6.4.0"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "When using the Index Replication feature, Apache Solr nodes can pull index files from a master/leader node using an HTTP API which accepts a file name. However, Solr before 5.5.4 and 6.x before 6.4.1 did not validate the file name, hence it was possible to craft a special request involving path traversal, leaving any file readable to the Solr server process exposed. Solr servers protected and restricted by firewall rules and/or authentication would not be at risk since only trusted clients and users would gain direct HTTP access."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Information Disclosure"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "[solr-user] 20170215 [SECURITY] CVE-2017-3163 Apache Solr ReplicationHandler path traversal attack",
"refsource" : "MLIST",
"url" : "https://lists.apache.org/thread.html/a6a33a186f293f9f9aecf3bd39c76252bfc49a79de4321dd2a53b488@%3Csolr-user.lucene.apache.org%3E"
},
{
"name" : "DSA-4124",
"refsource" : "DEBIAN",
"url" : "https://www.debian.org/security/2018/dsa-4124"
},
{
"name" : "RHSA-2018:1447",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:1447"
},
{
"name" : "RHSA-2018:1448",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:1448"
},
{
"name" : "RHSA-2018:1449",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:1449"
},
{
"name" : "RHSA-2018:1450",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:1450"
},
{
"name" : "RHSA-2018:1451",
"refsource" : "REDHAT",
"url" : "https://access.redhat.com/errata/RHSA-2018:1451"
}
]
}
}