cvelist/2016/0xxx/CVE-2016-0706.json

243 lines
8.9 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2016-0706",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a",
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
},
"vendor_name" : "n/a"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Apache Tomcat 6.x before 6.0.45, 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M2 does not place org.apache.catalina.manager.StatusManagerServlet on the org/apache/catalina/core/RestrictedServlets.properties list, which allows remote authenticated users to bypass intended SecurityManager restrictions and read arbitrary HTTP requests, and consequently discover session ID values, via a crafted web application."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "20160222 [SECURITY] CVE-2016-0706 Apache Tomcat Security Manager bypass",
"refsource" : "BUGTRAQ",
2017-10-16 12:31:07 -04:00
"url" : "http://seclists.org/bugtraq/2016/Feb/144"
},
{
"name" : "http://svn.apache.org/viewvc?view=revision&revision=1722799",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://svn.apache.org/viewvc?view=revision&revision=1722799"
},
{
"name" : "http://svn.apache.org/viewvc?view=revision&revision=1722800",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://svn.apache.org/viewvc?view=revision&revision=1722800"
},
{
"name" : "http://svn.apache.org/viewvc?view=revision&revision=1722801",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://svn.apache.org/viewvc?view=revision&revision=1722801"
},
{
"name" : "http://svn.apache.org/viewvc?view=revision&revision=1722802",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://svn.apache.org/viewvc?view=revision&revision=1722802"
},
{
"name" : "http://tomcat.apache.org/security-6.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://tomcat.apache.org/security-6.html"
},
{
"name" : "http://tomcat.apache.org/security-7.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://tomcat.apache.org/security-7.html"
},
{
"name" : "http://tomcat.apache.org/security-8.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://tomcat.apache.org/security-8.html"
},
{
"name" : "http://tomcat.apache.org/security-9.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://tomcat.apache.org/security-9.html"
},
{
"name" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05150442",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05150442"
},
{
"name" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05158626",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05158626"
},
{
"name" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05054964",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05054964"
},
{
"name" : "http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html"
},
{
"name" : "http://www.oracle.com/technetwork/topics/security/bulletinapr2016-2952098.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://www.oracle.com/technetwork/topics/security/bulletinapr2016-2952098.html"
},
{
"name" : "http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2016-3090545.html",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2016-3090545.html"
},
{
"name" : "https://bto.bluecoat.com/security-advisory/sa118",
"refsource" : "CONFIRM",
2017-10-16 12:31:07 -04:00
"url" : "https://bto.bluecoat.com/security-advisory/sa118"
},
2017-10-19 13:07:28 -04:00
{
"name" : "http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html",
"refsource" : "CONFIRM",
2017-10-19 13:07:28 -04:00
"url" : "http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html"
},
2018-06-01 06:02:44 -04:00
{
"name" : "https://security.netapp.com/advisory/ntap-20180531-0001/",
"refsource" : "CONFIRM",
"url" : "https://security.netapp.com/advisory/ntap-20180531-0001/"
},
2017-10-16 12:31:07 -04:00
{
"name" : "DSA-3530",
"refsource" : "DEBIAN",
2017-10-16 12:31:07 -04:00
"url" : "http://www.debian.org/security/2016/dsa-3530"
},
{
"name" : "DSA-3609",
"refsource" : "DEBIAN",
2017-10-16 12:31:07 -04:00
"url" : "http://www.debian.org/security/2016/dsa-3609"
},
{
"name" : "DSA-3552",
"refsource" : "DEBIAN",
2017-10-16 12:31:07 -04:00
"url" : "http://www.debian.org/security/2016/dsa-3552"
},
{
"name" : "GLSA-201705-09",
"refsource" : "GENTOO",
2017-10-16 12:31:07 -04:00
"url" : "https://security.gentoo.org/glsa/201705-09"
},
{
"name" : "HPSBUX03561",
"refsource" : "HP",
2017-10-16 12:31:07 -04:00
"url" : "http://marc.info/?l=bugtraq&m=145974991225029&w=2"
},
{
"name" : "RHSA-2016:2045",
"refsource" : "REDHAT",
2017-10-16 12:31:07 -04:00
"url" : "http://rhn.redhat.com/errata/RHSA-2016-2045.html"
},
{
"name" : "RHSA-2016:1087",
"refsource" : "REDHAT",
2017-10-16 12:31:07 -04:00
"url" : "https://access.redhat.com/errata/RHSA-2016:1087"
},
{
"name" : "RHSA-2016:1088",
"refsource" : "REDHAT",
2017-10-16 12:31:07 -04:00
"url" : "https://access.redhat.com/errata/RHSA-2016:1088"
},
{
"name" : "RHSA-2016:1089",
"refsource" : "REDHAT",
2017-10-16 12:31:07 -04:00
"url" : "http://rhn.redhat.com/errata/RHSA-2016-1089.html"
},
2018-01-04 15:05:12 -05:00
{
"name" : "RHSA-2016:2599",
"refsource" : "REDHAT",
2018-01-04 15:05:12 -05:00
"url" : "http://rhn.redhat.com/errata/RHSA-2016-2599.html"
},
{
"name" : "RHSA-2016:2807",
"refsource" : "REDHAT",
2018-01-04 15:05:12 -05:00
"url" : "http://rhn.redhat.com/errata/RHSA-2016-2807.html"
},
{
"name" : "RHSA-2016:2808",
"refsource" : "REDHAT",
2018-01-04 15:05:12 -05:00
"url" : "http://rhn.redhat.com/errata/RHSA-2016-2808.html"
},
2017-10-16 12:31:07 -04:00
{
"name" : "SUSE-SU-2016:0769",
"refsource" : "SUSE",
2017-10-16 12:31:07 -04:00
"url" : "http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00047.html"
},
{
"name" : "SUSE-SU-2016:0822",
"refsource" : "SUSE",
2017-10-16 12:31:07 -04:00
"url" : "http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00069.html"
},
{
"name" : "SUSE-SU-2016:0839",
"refsource" : "SUSE",
2017-10-16 12:31:07 -04:00
"url" : "http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00082.html"
},
{
"name" : "openSUSE-SU-2016:0865",
"refsource" : "SUSE",
2017-10-16 12:31:07 -04:00
"url" : "http://lists.opensuse.org/opensuse-security-announce/2016-03/msg00085.html"
},
{
"name" : "USN-3024-1",
"refsource" : "UBUNTU",
2017-10-16 12:31:07 -04:00
"url" : "http://www.ubuntu.com/usn/USN-3024-1"
},
{
"name" : "83324",
"refsource" : "BID",
2017-10-16 12:31:07 -04:00
"url" : "http://www.securityfocus.com/bid/83324"
},
{
"name" : "1035069",
"refsource" : "SECTRACK",
2017-10-16 12:31:07 -04:00
"url" : "http://www.securitytracker.com/id/1035069"
}
]
}
}