Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.tomcat/tomcat@9.0.0.M6
purl pkg:maven/org.apache.tomcat/tomcat@9.0.0.M6
Next non-vulnerable version 9.0.117
Latest non-vulnerable version 11.0.21
Risk 10.0
Vulnerabilities affecting this package (19)
Vulnerability Summary Fixed by
VCID-18q4-zark-s7a7
Aliases:
CVE-2016-6794
GHSA-2rvf-329f-p99g
When a SecurityManager is configured, a web application's ability to read system properties should be controlled by the SecurityManager. In Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70, 6.0.0 to 6.0.45 the system property replacement feature for configuration files could be used by a malicious web application to bypass the SecurityManager and read system properties that should not be visible.
9.0.0.M10
Affected by 14 other vulnerabilities.
VCID-1hdb-24e3-f3d6
Aliases:
CVE-2017-5651
GHSA-9hg2-395j-83rm
In Apache Tomcat 9.0.0.M1 to 9.0.0.M18 and 8.5.0 to 8.5.12, the refactoring of the HTTP connectors introduced a regression in the send file processing. If the send file processing completed quickly, it was possible for the Processor to be added to the processor cache twice. This could result in the same Processor being used for multiple requests which in turn could lead to unexpected errors and/or response mix-up.
9.0.0.M19
Affected by 8 other vulnerabilities.
VCID-3n4t-bvb1-5qer
Aliases:
CVE-2016-6796
GHSA-3mjp-p938-4329
A malicious web application running on Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 was able to bypass a configured SecurityManager via manipulation of the configuration parameters for the JSP Servlet.
9.0.0.M10
Affected by 14 other vulnerabilities.
VCID-3r3s-q21j-c3au
Aliases:
CVE-2016-6816
GHSA-jc7p-5r39-9477
The code in Apache Tomcat 9.0.0.M1 to 9.0.0.M11, 8.5.0 to 8.5.6, 8.0.0.RC1 to 8.0.38, 7.0.0 to 7.0.72, and 6.0.0 to 6.0.47 that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack and/or obtain sensitive information from requests other then their own.
9.0.0.M12
Affected by 0 other vulnerabilities.
9.0.0.M13
Affected by 14 other vulnerabilities.
VCID-4tf3-7f5b-2ffu
Aliases:
CVE-2017-7675
GHSA-68g5-8q7f-m384
The HTTP/2 implementation in Apache Tomcat 9.0.0.M1 to 9.0.0.M21 and 8.5.0 to 8.5.15 bypassed a number of security checks that prevented directory traversal attacks. It was therefore possible to bypass security constraints using a specially crafted URL.
9.0.0.M22
Affected by 7 other vulnerabilities.
VCID-95d1-arxd-hkd1
Aliases:
CVE-2016-8735
GHSA-cw54-59pw-4g8c
Remote code execution is possible with Apache Tomcat before 6.0.48, 7.x before 7.0.73, 8.x before 8.0.39, 8.5.x before 8.5.7, and 9.x before 9.0.0.M12 if JmxRemoteLifecycleListener is used and an attacker can reach JMX ports. The issue exists because this listener wasn't updated for consistency with the CVE-2016-3427 Oracle patch that affected credential types.
9.0.0.M12
Affected by 0 other vulnerabilities.
9.0.0.M13
Affected by 14 other vulnerabilities.
VCID-ayrd-8ntf-hkh3
Aliases:
CVE-2022-25762
GHSA-h3ch-5pp2-vh6w
If a web application sends a WebSocket message concurrently with the WebSocket connection closing when running on Apache Tomcat 8.5.0 to 8.5.75 or Apache Tomcat 9.0.0.M1 to 9.0.20, it is possible that the application will continue to use the socket after it has been closed. The error handling triggered in this case could cause the a pooled object to be placed in the pool twice. This could result in subsequent connections using the same object concurrently which could result in data being returned to the wrong use and/or other errors.
9.0.20
Affected by 16 other vulnerabilities.
9.0.21
Affected by 15 other vulnerabilities.
VCID-dzpn-w4b3-vbcm
Aliases:
CVE-2019-17563
GHSA-9xcj-c8cr-8c3c
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.
9.0.30
Affected by 15 other vulnerabilities.
VCID-fyfz-6tr5-2fc7
Aliases:
CVE-2017-5664
GHSA-jmvv-524f-hj5j
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.
9.0.0.M21
Affected by 8 other vulnerabilities.
VCID-g7bk-891a-uufy
Aliases:
CVE-2018-1305
GHSA-jx6h-3fjx-cgv5
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.
9.0.5
Affected by 24 other vulnerabilities.
VCID-hmbm-5ysw-77bu
Aliases:
CVE-2017-5648
GHSA-3vx3-xf6q-r5xp
While investigating bug 60718, it was noticed that some calls to application listeners in Apache Tomcat 9.0.0.M1 to 9.0.0.M17, 8.5.0 to 8.5.11, 8.0.0.RC1 to 8.0.41, and 7.0.0 to 7.0.75 did not use the appropriate facade object. When running an untrusted application under a SecurityManager, it was therefore possible for that untrusted application to retain a reference to the request or response object and thereby access and/or modify information associated with another web application.
9.0.0.M18
Affected by 11 other vulnerabilities.
VCID-k9cg-ehdw-dbh6
Aliases:
CVE-2024-21733
GHSA-f4qf-m5gf-8jm8
Generation of Error Message Containing Sensitive Information vulnerability in Apache Tomcat.This issue affects Apache Tomcat: from 8.5.7 through 8.5.63, from 9.0.0-M11 through 9.0.43. Other, EOL versions may also be affected. Users are recommended to upgrade to version 8.5.64 onwards or 9.0.44 onwards, which contain a fix for the issue.
9.0.44
Affected by 9 other vulnerabilities.
VCID-kagr-74d9-kyhx
Aliases:
CVE-2016-0762
GHSA-wxcp-f2c8-x6xv
The Realm implementations in Apache Tomcat versions 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 did not process the supplied password if the supplied user name did not exist. This made a timing attack possible to determine valid user names. Note that the default configuration includes the LockOutRealm which makes exploitation of this vulnerability harder.
9.0.0.M10
Affected by 14 other vulnerabilities.
VCID-m1zd-uytj-3bej
Aliases:
CVE-2017-5647
GHSA-3gv7-3h64-78cm
A bug in the handling of the pipelined requests in Apache Tomcat 9.0.0.M1 to 9.0.0.M18, 8.5.0 to 8.5.12, 8.0.0.RC1 to 8.0.42, 7.0.0 to 7.0.76, and 6.0.0 to 6.0.52, when send file was used, results in the pipelined request being lost when send file processing of the previous request completed. This could result in responses appearing to be sent for the wrong request. For example, a user agent that sent requests A, B and C could see the correct response for request A, the response for request C for request B and no response for request C.
9.0.0.M19
Affected by 8 other vulnerabilities.
VCID-pqxe-tfhk-47b7
Aliases:
CVE-2016-3092
GHSA-fvm3-cfvj-gxqq
The MultipartStream class in Apache Commons Fileupload before 1.3.2, as used in Apache Tomcat 7.x before 7.0.70, 8.x before 8.0.36, 8.5.x before 8.5.3, and 9.x before 9.0.0.M7 and other products, allows remote attackers to cause a denial of service (CPU consumption) via a long boundary string.
9.0.0.M8
Affected by 18 other vulnerabilities.
VCID-ruuh-g3fa-m7d8
Aliases:
CVE-2019-12418
GHSA-hh3j-x4mc-g48r
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.
9.0.29
Affected by 15 other vulnerabilities.
VCID-u3ck-cvgt-fuhd
Aliases:
CVE-2017-5650
GHSA-9785-w233-x6hv
In Apache Tomcat 9.0.0.M1 to 9.0.0.M18 and 8.5.0 to 8.5.12, the handling of an HTTP/2 GOAWAY frame for a connection did not close streams associated with that connection that were currently waiting for a WINDOW_UPDATE before allowing the application to write more data. These waiting streams each consumed a thread. A malicious client could therefore construct a series of HTTP/2 requests that would consume all available processing threads.
9.0.0.M19
Affected by 8 other vulnerabilities.
VCID-wbaq-j85q-y3c6
Aliases:
CVE-2019-0199
GHSA-qcxh-w3j9-58qr
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.
9.0.16
Affected by 19 other vulnerabilities.
VCID-xf8r-kqxb-7qdy
Aliases:
CVE-2016-6797
GHSA-q6x7-f33r-3wxx
The ResourceLinkFactory implementation in Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 did not limit web application access to global JNDI resources to those resources explicitly linked to the web application. Therefore, it was possible for a web application to access any global JNDI resource whether an explicit ResourceLink had been configured or not.
9.0.0.M10
Affected by 14 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:48:18.967566+00:00 GitLab Importer Affected by VCID-k9cg-ehdw-dbh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2024-21733.yml 38.4.0
2026-04-16T21:52:11.529123+00:00 GitLab Importer Affected by VCID-4tf3-7f5b-2ffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-7675.yml 38.4.0
2026-04-16T21:51:55.715005+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2022-25762.yml 38.4.0
2026-04-16T21:51:06.362539+00:00 GitLab Importer Affected by VCID-m1zd-uytj-3bej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5647.yml 38.4.0
2026-04-16T21:50:02.193417+00:00 GitLab Importer Affected by VCID-3n4t-bvb1-5qer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6796.yml 38.4.0
2026-04-16T21:50:01.281011+00:00 GitLab Importer Affected by VCID-hmbm-5ysw-77bu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5648.yml 38.4.0
2026-04-16T21:49:59.871367+00:00 GitLab Importer Affected by VCID-xf8r-kqxb-7qdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6797.yml 38.4.0
2026-04-16T21:49:59.435881+00:00 GitLab Importer Affected by VCID-u3ck-cvgt-fuhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5650.yml 38.4.0
2026-04-16T21:48:44.885693+00:00 GitLab Importer Affected by VCID-3r3s-q21j-c3au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6816.yml 38.4.0
2026-04-16T21:48:39.229485+00:00 GitLab Importer Affected by VCID-fyfz-6tr5-2fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5664.yml 38.4.0
2026-04-16T21:48:09.421574+00:00 GitLab Importer Affected by VCID-kagr-74d9-kyhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-0762.yml 38.4.0
2026-04-16T21:48:08.900244+00:00 GitLab Importer Affected by VCID-1hdb-24e3-f3d6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5651.yml 38.4.0
2026-04-16T21:47:23.021578+00:00 GitLab Importer Affected by VCID-95d1-arxd-hkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-8735.yml 38.4.0
2026-04-16T21:47:09.629547+00:00 GitLab Importer Affected by VCID-18q4-zark-s7a7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6794.yml 38.4.0
2026-04-16T20:59:37.878700+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-12418.yml 38.4.0
2026-04-16T20:59:37.319416+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17563.yml 38.4.0
2026-04-16T20:53:38.082946+00:00 GitLab Importer Affected by VCID-wbaq-j85q-y3c6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-0199.yml 38.4.0
2026-04-16T20:41:45.776703+00:00 GitLab Importer Affected by VCID-g7bk-891a-uufy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2018-1305.yml 38.4.0
2026-04-12T00:08:07.400941+00:00 GitLab Importer Affected by VCID-k9cg-ehdw-dbh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2024-21733.yml 38.3.0
2026-04-11T23:07:59.611448+00:00 GitLab Importer Affected by VCID-4tf3-7f5b-2ffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-7675.yml 38.3.0
2026-04-11T23:07:47.712282+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2022-25762.yml 38.3.0
2026-04-11T23:07:12.373829+00:00 GitLab Importer Affected by VCID-m1zd-uytj-3bej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5647.yml 38.3.0
2026-04-11T23:06:04.424789+00:00 GitLab Importer Affected by VCID-3n4t-bvb1-5qer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6796.yml 38.3.0
2026-04-11T23:06:03.441752+00:00 GitLab Importer Affected by VCID-hmbm-5ysw-77bu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5648.yml 38.3.0
2026-04-11T23:06:01.827475+00:00 GitLab Importer Affected by VCID-xf8r-kqxb-7qdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6797.yml 38.3.0
2026-04-11T23:06:01.331162+00:00 GitLab Importer Affected by VCID-u3ck-cvgt-fuhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5650.yml 38.3.0
2026-04-11T23:04:44.996211+00:00 GitLab Importer Affected by VCID-3r3s-q21j-c3au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6816.yml 38.3.0
2026-04-11T23:04:39.041312+00:00 GitLab Importer Affected by VCID-fyfz-6tr5-2fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5664.yml 38.3.0
2026-04-11T23:04:03.199014+00:00 GitLab Importer Affected by VCID-kagr-74d9-kyhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-0762.yml 38.3.0
2026-04-11T23:04:02.615087+00:00 GitLab Importer Affected by VCID-1hdb-24e3-f3d6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5651.yml 38.3.0
2026-04-11T23:03:12.871570+00:00 GitLab Importer Affected by VCID-95d1-arxd-hkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-8735.yml 38.3.0
2026-04-11T23:02:58.996360+00:00 GitLab Importer Affected by VCID-18q4-zark-s7a7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6794.yml 38.3.0
2026-04-11T22:10:51.831803+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-12418.yml 38.3.0
2026-04-11T22:10:51.147013+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17563.yml 38.3.0
2026-04-11T22:04:26.951922+00:00 GitLab Importer Affected by VCID-wbaq-j85q-y3c6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-0199.yml 38.3.0
2026-04-11T21:52:21.698468+00:00 GitLab Importer Affected by VCID-g7bk-891a-uufy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2018-1305.yml 38.3.0
2026-04-03T00:12:46.687353+00:00 GitLab Importer Affected by VCID-k9cg-ehdw-dbh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2024-21733.yml 38.1.0
2026-04-02T23:16:26.863942+00:00 GitLab Importer Affected by VCID-4tf3-7f5b-2ffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-7675.yml 38.1.0
2026-04-02T23:16:11.244269+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2022-25762.yml 38.1.0
2026-04-02T23:15:23.435453+00:00 GitLab Importer Affected by VCID-m1zd-uytj-3bej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5647.yml 38.1.0
2026-04-02T23:14:18.592004+00:00 GitLab Importer Affected by VCID-3n4t-bvb1-5qer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6796.yml 38.1.0
2026-04-02T23:14:17.756037+00:00 GitLab Importer Affected by VCID-hmbm-5ysw-77bu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5648.yml 38.1.0
2026-04-02T23:14:16.209385+00:00 GitLab Importer Affected by VCID-xf8r-kqxb-7qdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6797.yml 38.1.0
2026-04-02T23:14:15.793811+00:00 GitLab Importer Affected by VCID-u3ck-cvgt-fuhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5650.yml 38.1.0
2026-04-02T23:13:01.794050+00:00 GitLab Importer Affected by VCID-3r3s-q21j-c3au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6816.yml 38.1.0
2026-04-02T23:12:56.068439+00:00 GitLab Importer Affected by VCID-fyfz-6tr5-2fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5664.yml 38.1.0
2026-04-02T23:12:24.365226+00:00 GitLab Importer Affected by VCID-kagr-74d9-kyhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-0762.yml 38.1.0
2026-04-02T23:12:23.863782+00:00 GitLab Importer Affected by VCID-1hdb-24e3-f3d6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5651.yml 38.1.0
2026-04-02T23:11:36.302079+00:00 GitLab Importer Affected by VCID-95d1-arxd-hkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-8735.yml 38.1.0
2026-04-02T23:11:22.944912+00:00 GitLab Importer Affected by VCID-18q4-zark-s7a7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6794.yml 38.1.0
2026-04-02T22:23:23.214962+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-12418.yml 38.1.0
2026-04-02T22:23:22.646492+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17563.yml 38.1.0
2026-04-02T22:17:26.080639+00:00 GitLab Importer Affected by VCID-wbaq-j85q-y3c6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-0199.yml 38.1.0
2026-04-02T22:06:08.544626+00:00 GitLab Importer Affected by VCID-g7bk-891a-uufy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2018-1305.yml 38.1.0
2026-04-01T17:36:32.455825+00:00 GitLab Importer Affected by VCID-4tf3-7f5b-2ffu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-7675.yml 38.0.0
2026-04-01T17:36:16.202544+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2022-25762.yml 38.0.0
2026-04-01T17:35:24.751185+00:00 GitLab Importer Affected by VCID-m1zd-uytj-3bej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5647.yml 38.0.0
2026-04-01T17:34:19.520915+00:00 GitLab Importer Affected by VCID-3n4t-bvb1-5qer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6796.yml 38.0.0
2026-04-01T17:34:18.635487+00:00 GitLab Importer Affected by VCID-hmbm-5ysw-77bu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5648.yml 38.0.0
2026-04-01T17:34:16.757779+00:00 GitLab Importer Affected by VCID-xf8r-kqxb-7qdy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6797.yml 38.0.0
2026-04-01T17:34:16.325678+00:00 GitLab Importer Affected by VCID-u3ck-cvgt-fuhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5650.yml 38.0.0
2026-04-01T17:32:59.280000+00:00 GitLab Importer Affected by VCID-3r3s-q21j-c3au https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6816.yml 38.0.0
2026-04-01T17:32:53.204928+00:00 GitLab Importer Affected by VCID-fyfz-6tr5-2fc7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5664.yml 38.0.0
2026-04-01T17:32:20.186016+00:00 GitLab Importer Affected by VCID-kagr-74d9-kyhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-0762.yml 38.0.0
2026-04-01T17:32:19.642816+00:00 GitLab Importer Affected by VCID-1hdb-24e3-f3d6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2017-5651.yml 38.0.0
2026-04-01T17:31:29.163031+00:00 GitLab Importer Affected by VCID-95d1-arxd-hkd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-8735.yml 38.0.0
2026-04-01T17:31:14.337081+00:00 GitLab Importer Affected by VCID-18q4-zark-s7a7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2016-6794.yml 38.0.0
2026-04-01T16:41:11.631434+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-12418.yml 38.0.0
2026-04-01T16:41:10.988475+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17563.yml 38.0.0
2026-04-01T16:35:04.729504+00:00 GitLab Importer Affected by VCID-wbaq-j85q-y3c6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-0199.yml 38.0.0
2026-04-01T16:23:07.276219+00:00 GitLab Importer Affected by VCID-g7bk-891a-uufy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2018-1305.yml 38.0.0
2026-04-01T12:38:09.735097+00:00 Apache Tomcat Importer Affected by VCID-pqxe-tfhk-47b7 https://tomcat.apache.org/security-9.html 38.0.0