CVE-2017-5664

NameCVE-2017-5664
DescriptionThe 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 content of the file as if processing a GET request, regardless of the actual HTTP method. The Default Servlet in Apache Tomcat 9.0.0.M1 to 9.0.0.M20, 8.5.0 to 8.5.14, 8.0.0.RC1 to 8.0.43 and 7.0.0 to 7.0.77 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. Notes for other user provided error pages: (1) Unless explicitly coded otherwise, JSPs ignore the HTTP method. JSPs used as error pages must must ensure that they handle any error dispatch as a GET request, regardless of the actual method. (2) By default, the response generated by a Servlet does depend on the HTTP method. Custom Servlets used as error pages must ensure that they handle any error dispatch as a GET request, regardless of the actual method.
SourceCVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more)
ReferencesDLA-996-1, DSA-3891-1, DSA-3892-1
Debian Bugs864447

Vulnerable and fixed packages

The table below lists information on source packages.

Source PackageReleaseVersionStatus
tomcat9 (PTS)buster9.0.31-1~deb10u6fixed
buster (security)9.0.31-1~deb10u12fixed
bullseye (security), bullseye9.0.43-2~deb11u9fixed
sid, trixie, bookworm9.0.70-2fixed

The information below is based on the following data on fixed versions.

PackageTypeReleaseFixed VersionUrgencyOriginDebian Bugs
tomcat6sourcewheezy(unfixed)end-of-life
tomcat6source(unstable)6.0.41-3
tomcat7sourcewheezy7.0.28-4+deb7u14DLA-996-1
tomcat7sourcejessie7.0.56-3+deb8u11DSA-3892-1
tomcat7source(unstable)7.0.72-3
tomcat8sourcejessie8.0.14-1+deb8u10DSA-3891-1
tomcat8sourcestretch8.5.14-1+deb9u1DSA-3891-1
tomcat8source(unstable)8.5.14-2864447
tomcat9source(unstable)(not affected)

Notes

- tomcat9 <not-affected> (Fixed before initial upload to Debian)
Since 7.0.72-3, src:tomcat7 only builds the Servlet API
Since 6.0.41-3, src:tomcat6 only builds a servlet and docs in Jessie
[wheezy] - tomcat6 <end-of-life> (Not supported in Wheezy)
https://lists.apache.org/thread.html/a42c48e37398d76334e17089e43ccab945238b8b7896538478d76066@%3Cannounce.tomcat.apache.org%3E
Fixed by: http://svn.apache.org/r1793469 (8.5.x)
Fixed by: http://svn.apache.org/r1793488 (8.5.x)
Fixed by: http://svn.apache.org/r1793489 (8.0.x)
Fixed by: http://svn.apache.org/r1793470 (8.0.x)
Fixed by: http://svn.apache.org/r1793471 (7.0.x)
Fixed by: http://svn.apache.org/r1793491 (7.0.x)

Search for package or bug name: Reporting problems