CVE-2017-5664 - log back

CVE-2017-5664 created at 25 Sep 2019 19:31:40
Severity
+ High
Remote
+ Remote
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.
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
Notes