CVE-2017-5664 log

Source
Severity High
Remote Yes
Type Access restriction bypass
Description
A security issue has been found in Apache Tomcat < 7.0.18 and < 8.0.44. The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the original HTTP method. If the error page is a static file, expected behaviour is to serve the content of the file as if processing a GET request, regardless of the actual HTTP method. Tomcat's Default Servlet did not do this. Depending on the original request this could lead to unexpected and undesirable results for static error pages including, if the DefaultServlet is configured to permit writes, the replacement or removal of the custom error page.
Group Package Affected Fixed Severity Status Ticket
AVG-291 tomcat8 8.0.42-1 8.0.44-1 High Fixed
AVG-290 tomcat7 7.0.76-1 7.0.78-1 High Fixed
Date Advisory Group Package Severity Type
06 Jun 2017 ASA-201706-7 AVG-291 tomcat8 High access restriction bypass
06 Jun 2017 ASA-201706-6 AVG-290 tomcat7 High access restriction bypass
References
https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.0.44
https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.78
https://svn.apache.org/viewvc?view=revision&revision=1793471
https://svn.apache.org/viewvc?view=revision&revision=1793491