Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/tomcat8@8.5.54-0%2Bdeb9u1
purl pkg:deb/debian/tomcat8@8.5.54-0%2Bdeb9u1
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (16)
Vulnerability Summary Aliases
VCID-2sbh-sy57-3uez The URL pattern of "" (the empty string) which exactly maps to the context root was not correctly handled in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 when used as part of a security constraint definition. This caused the constraint to be ignored. It was, therefore, possible for unauthorised users to gain access to web application resources that should have been protected. Only security constraints with a URL pattern of the empty string were affected. CVE-2018-1304
GHSA-6rxj-58jh-436r
VCID-aeeu-fpay-wufz An improper handing of overflow in the UTF-8 decoder with supplementary characters can lead to an infinite loop in the decoder causing a Denial of Service. Versions Affected: Apache Tomcat 9.0.0.M9 to 9.0.7, 8.5.0 to 8.5.30, 8.0.0.RC1 to 8.0.51, and 7.0.28 to 7.0.86. CVE-2018-1336
GHSA-m59c-jpc8-m2x4
VCID-arkn-bca7-hqam The SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website. CVE-2019-0221
GHSA-jjpq-gp5q-8q6w
VCID-dzpn-w4b3-vbcm When using FORM authentication with Apache Tomcat 9.0.0.M1 to 9.0.29, 8.5.0 to 8.5.49 and 7.0.0 to 7.0.98 there was a narrow window where an attacker could perform a session fixation attack. The window was considered too narrow for an exploit to be practical but, erring on the side of caution, this issue has been treated as a security vulnerability. CVE-2019-17563
GHSA-9xcj-c8cr-8c3c
VCID-eb37-mkxf-7fgw When using the Apache JServ Protocol (AJP), care must be taken when trusting incoming connections to Apache Tomcat. Tomcat treats AJP connections as having higher trust than, for example, a similar HTTP connection. If such connections are available to an attacker, they can be exploited in ways that may be surprising. In Apache Tomcat 9.0.0.M1 to 9.0.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99, Tomcat shipped with an AJP Connector enabled by default that listened on all configured IP addresses. It was expected (and recommended in the security guide) that this Connector would be disabled if not required. This vulnerability report identified a mechanism that allowed: - returning arbitrary files from anywhere in the web application - processing any file in the web application as a JSP Further, if the web application allowed file upload and stored those files within the web application (or the attacker was able to control the content of the web application by some other means) then this, along with the ability to process a file as a JSP, made remote code execution possible. It is important to note that mitigation is only required if an AJP port is accessible to untrusted users. Users wishing to take a defence-in-depth approach and block the vector that permits returning arbitrary files and execution as JSP may upgrade to Apache Tomcat 9.0.31, 8.5.51 or 7.0.100 or later. A number of changes were made to the default AJP Connector configuration in 9.0.31 to harden the default configuration. It is likely that users upgrading to 9.0.31, 8.5.51 or 7.0.100 or later will need to make small changes to their configurations. CVE-2020-1938
GHSA-c9hw-wf7x-jp9j
VCID-enaj-f97c-jbh7 The CORS Filter in Apache Tomcat 9.0.0.M1 to 9.0.0.M21, 8.5.0 to 8.5.15, 8.0.0.RC1 to 8.0.44 and 7.0.41 to 7.0.78 did not add an HTTP Vary header indicating that the response varies depending on Origin. This permitted client and server side cache poisoning in some circumstances. CVE-2017-7674
GHSA-73rx-3f9r-x949
VCID-f77q-v5xp-e7dy When the default servlet in Apache Tomcat versions 9.0.0.M1 to 9.0.11, 8.5.0 to 8.5.33 and 7.0.23 to 7.0.90 returned a redirect to a directory (e.g. redirecting to '/foo/' when the user requested '/foo') a specially crafted URL could be used to cause the redirect to be generated to any URI of the attackers choice. CVE-2018-11784
GHSA-5q99-f34m-67gc
VCID-fyfz-6tr5-2fc7 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 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. CVE-2017-5664
GHSA-jmvv-524f-hj5j
VCID-g7bk-891a-uufy Security constraints defined by annotations of Servlets in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 were only applied once a Servlet had been loaded. Because security constraints defined in this way apply to the URL pattern and any URLs below that point, it was possible - depending on the order Servlets were loaded - for some security constraints not to be applied. This could have exposed resources to users who were not authorised to access them. CVE-2018-1305
GHSA-jx6h-3fjx-cgv5
VCID-m2zn-ja8d-7kg8 The host name verification when using TLS with the WebSocket client was missing. It is now enabled by default. Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.9, 8.5.0 to 8.5.31, 8.0.0.RC1 to 8.0.52, and 7.0.35 to 7.0.88. CVE-2018-8034
GHSA-46j3-r4pj-4835
VCID-n3zn-tuck-gkfe The defaults settings for the CORS filter provided in Apache Tomcat 9.0.0.M1 to 9.0.8, 8.5.0 to 8.5.31, 8.0.0.RC1 to 8.0.52, 7.0.41 to 7.0.88 are insecure and enable 'supportsCredentials' for all origins. It is expected that users of the CORS filter will have configured it appropriately for their environment rather than using it in the default configuration. Therefore, it is expected that most users will not be impacted by this issue. CVE-2018-8014
GHSA-r4x2-3cq5-hqvp
VCID-rq42-qvsy-hue6 The refactoring present in Apache Tomcat 9.0.28 to 9.0.30, 8.5.48 to 8.5.50 and 7.0.98 to 7.0.99 introduced a regression. The result of the regression was that invalid Transfer-Encoding headers were incorrectly processed leading to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely. CVE-2019-17569
GHSA-767j-jfh2-jvrc
VCID-ruuh-g3fa-m7d8 When Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance. CVE-2019-12418
GHSA-hh3j-x4mc-g48r
VCID-wbaq-j85q-y3c6 The HTTP/2 implementation in Apache Tomcat 9.0.0.M1 to 9.0.14 and 8.5.0 to 8.5.37 accepted streams with excessive numbers of SETTINGS frames and also permitted clients to keep streams open without reading/writing request/response data. By keeping streams open for requests that utilised the Servlet API's blocking I/O, clients were able to cause server-side threads to block eventually leading to thread exhaustion and a DoS. CVE-2019-0199
GHSA-qcxh-w3j9-58qr
VCID-xshb-a2kb-c7gs If an async request was completed by the application at the same time as the container triggered the async timeout, a race condition existed that could result in a user seeing a response intended for a different user. An additional issue was present in the NIO and NIO2 connectors that did not correctly track the closure of the connection when an async request was completed by the application and timed out by the container at the same time. This could also result in a user seeing a response intended for another user. Versions Affected: Apache Tomcat 9.0.0.M9 to 9.0.9 and 8.5.5 to 8.5.31. CVE-2018-8037
GHSA-6v52-mj5r-7j2m
VCID-yfx4-4gsc-2kgh In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely. CVE-2020-1935
GHSA-qxf4-chvg-4r8r

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-15T14:32:29.717653+00:00 Debian Oval Importer Fixing VCID-dzpn-w4b3-vbcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:27.294868+00:00 Debian Oval Importer Fixing VCID-aeeu-fpay-wufz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:29:18.554773+00:00 Debian Oval Importer Fixing VCID-g7bk-891a-uufy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:28:25.301473+00:00 Debian Oval Importer Fixing VCID-2sbh-sy57-3uez https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:28:00.321522+00:00 Debian Oval Importer Fixing VCID-arkn-bca7-hqam https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:26:41.333603+00:00 Debian Oval Importer Fixing VCID-ruuh-g3fa-m7d8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:22:19.227392+00:00 Debian Oval Importer Fixing VCID-xshb-a2kb-c7gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:20:09.789696+00:00 Debian Oval Importer Fixing VCID-rq42-qvsy-hue6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:15:21.278606+00:00 Debian Oval Importer Fixing VCID-wbaq-j85q-y3c6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:14:48.704813+00:00 Debian Oval Importer Fixing VCID-enaj-f97c-jbh7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:13:52.817229+00:00 Debian Oval Importer Fixing VCID-fyfz-6tr5-2fc7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:49.474723+00:00 Debian Oval Importer Fixing VCID-eb37-mkxf-7fgw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:26.636444+00:00 Debian Oval Importer Fixing VCID-n3zn-tuck-gkfe https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:12.796843+00:00 Debian Oval Importer Fixing VCID-f77q-v5xp-e7dy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:09:33.217349+00:00 Debian Oval Importer Fixing VCID-m2zn-ja8d-7kg8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:08:56.008854+00:00 Debian Oval Importer Fixing VCID-yfx4-4gsc-2kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-11T14:20:47.938235+00:00 Debian Oval Importer Fixing VCID-dzpn-w4b3-vbcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:19:44.936490+00:00 Debian Oval Importer Fixing VCID-aeeu-fpay-wufz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:17:37.333974+00:00 Debian Oval Importer Fixing VCID-g7bk-891a-uufy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:16:45.089195+00:00 Debian Oval Importer Fixing VCID-2sbh-sy57-3uez https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:16:20.344470+00:00 Debian Oval Importer Fixing VCID-arkn-bca7-hqam https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:15:01.320443+00:00 Debian Oval Importer Fixing VCID-ruuh-g3fa-m7d8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:10:40.929961+00:00 Debian Oval Importer Fixing VCID-xshb-a2kb-c7gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:08:35.463115+00:00 Debian Oval Importer Fixing VCID-rq42-qvsy-hue6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:03:52.920193+00:00 Debian Oval Importer Fixing VCID-wbaq-j85q-y3c6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:03:20.951633+00:00 Debian Oval Importer Fixing VCID-enaj-f97c-jbh7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:02:25.476904+00:00 Debian Oval Importer Fixing VCID-fyfz-6tr5-2fc7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:59:22.031777+00:00 Debian Oval Importer Fixing VCID-eb37-mkxf-7fgw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:59.566803+00:00 Debian Oval Importer Fixing VCID-n3zn-tuck-gkfe https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:45.967840+00:00 Debian Oval Importer Fixing VCID-f77q-v5xp-e7dy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:06.444751+00:00 Debian Oval Importer Fixing VCID-m2zn-ja8d-7kg8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:57:29.902560+00:00 Debian Oval Importer Fixing VCID-yfx4-4gsc-2kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-07T22:54:25.906390+00:00 Debian Oval Importer Fixing VCID-dzpn-w4b3-vbcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:26.040970+00:00 Debian Oval Importer Fixing VCID-aeeu-fpay-wufz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:51:21.745297+00:00 Debian Oval Importer Fixing VCID-g7bk-891a-uufy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:50:30.921597+00:00 Debian Oval Importer Fixing VCID-2sbh-sy57-3uez https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:50:06.505285+00:00 Debian Oval Importer Fixing VCID-arkn-bca7-hqam https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:48:50.618663+00:00 Debian Oval Importer Fixing VCID-ruuh-g3fa-m7d8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:44:40.063466+00:00 Debian Oval Importer Fixing VCID-xshb-a2kb-c7gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:42:36.735493+00:00 Debian Oval Importer Fixing VCID-rq42-qvsy-hue6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:38:06.400228+00:00 Debian Oval Importer Fixing VCID-wbaq-j85q-y3c6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:37:36.668832+00:00 Debian Oval Importer Fixing VCID-enaj-f97c-jbh7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:36:45.321231+00:00 Debian Oval Importer Fixing VCID-fyfz-6tr5-2fc7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:54.888027+00:00 Debian Oval Importer Fixing VCID-eb37-mkxf-7fgw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:33.868101+00:00 Debian Oval Importer Fixing VCID-n3zn-tuck-gkfe https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:21.451637+00:00 Debian Oval Importer Fixing VCID-f77q-v5xp-e7dy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:32:45.794517+00:00 Debian Oval Importer Fixing VCID-m2zn-ja8d-7kg8 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:32:12.557496+00:00 Debian Oval Importer Fixing VCID-yfx4-4gsc-2kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0