Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.tomcat/tomcat@7.0.100
purl pkg:maven/org.apache.tomcat/tomcat@7.0.100
Next non-vulnerable version 9.0.117
Latest non-vulnerable version 11.0.21
Risk 4.0
Vulnerabilities affecting this package (4)
Vulnerability Summary Fixed by
VCID-a8gk-n8bq-87cp
Aliases:
CVE-2021-24122
GHSA-2rvv-w9r2-rg7m
When serving resources from a network location using the NTFS file system, Apache Tomcat versions 10.0.0-M1 to 10.0.0-M9, 9.0.0.M1 to 9.0.39, 8.5.0 to 8.5.59 and 7.0.0 to 7.0.106 were susceptible to JSP source code disclosure in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances.
7.0.107
Affected by 4 other vulnerabilities.
8.5.60
Affected by 12 other vulnerabilities.
9.0.40
Affected by 12 other vulnerabilities.
10.0.0-M10
Affected by 1 other vulnerability.
VCID-e7kd-kk57-mkd6
Aliases:
CVE-2020-8022
GHSA-gc58-v8h3-x2gr
A Incorrect Default Permissions vulnerability in the packaging of tomcat on SUSE Enterprise Storage 5, SUSE Linux Enterprise Server 12-SP2-BCL, SUSE Linux Enterprise Server 12-SP2-LTSS, SUSE Linux Enterprise Server 12-SP3-BCL, SUSE Linux Enterprise Server 12-SP3-LTSS, SUSE Linux Enterprise Server 12-SP4, SUSE Linux Enterprise Server 12-SP5, SUSE Linux Enterprise Server 15-LTSS, SUSE Linux Enterprise Server for SAP 12-SP2, SUSE Linux Enterprise Server for SAP 12-SP3, SUSE Linux Enterprise Server for SAP 15, SUSE OpenStack Cloud 7, SUSE OpenStack Cloud 8, SUSE OpenStack Cloud Crowbar 8 allows local attackers to escalate from group tomcat to root. This issue affects: SUSE Enterprise Storage 5 tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server 12-SP2-BCL tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server 12-SP2-LTSS tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server 12-SP3-BCL tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server 12-SP3-LTSS tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server 12-SP4 tomcat versions prior to 9.0.35-3.39.1. SUSE Linux Enterprise Server 12-SP5 tomcat versions prior to 9.0.35-3.39.1. SUSE Linux Enterprise Server 15-LTSS tomcat versions prior to 9.0.35-3.57.3. SUSE Linux Enterprise Server for SAP 12-SP2 tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server for SAP 12-SP3 tomcat versions prior to 8.0.53-29.32.1. SUSE Linux Enterprise Server for SAP 15 tomcat versions prior to 9.0.35-3.57.3. SUSE OpenStack Cloud 7 tomcat versions prior to 8.0.53-29.32.1. SUSE OpenStack Cloud 8 tomcat versions prior to 8.0.53-29.32.1. SUSE OpenStack Cloud Crowbar 8 tomcat versions prior to 8.0.53-29.32.1.
8.0.53
Affected by 1 other vulnerability.
9.0.35
Affected by 12 other vulnerabilities.
VCID-kwab-3s4q-eka4
Aliases:
CVE-2021-30640
GHSA-36qh-35cm-5w2w
A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. This issue affects Apache Tomcat 10.0.0-M1 to 10.0.5; 9.0.0.M1 to 9.0.45; 8.5.0 to 8.5.65.
7.0.109
Affected by 2 other vulnerabilities.
8.5.65
Affected by 9 other vulnerabilities.
8.5.66
Affected by 9 other vulnerabilities.
9.0.45
Affected by 8 other vulnerabilities.
9.0.46
Affected by 8 other vulnerabilities.
10.0.5
Affected by 6 other vulnerabilities.
10.0.6
Affected by 6 other vulnerabilities.
VCID-yrzk-1dbk-muhy
Aliases:
CVE-2026-29146
GHSA-h468-7pvh-8vr8
9.0.116
Affected by 5 other vulnerabilities.
9.0.117
Affected by 0 other vulnerabilities.
10.1.53
Affected by 5 other vulnerabilities.
10.1.54
Affected by 0 other vulnerabilities.
11.0.19
Affected by 2 other vulnerabilities.
11.0.20
Affected by 5 other vulnerabilities.
11.0.21
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (3)
Vulnerability Summary Aliases
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-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-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-16T21:38:31.745303+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-8022.yml 38.4.0
2026-04-16T21:27:27.039286+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-30640.yml 38.4.0
2026-04-16T21:15:51.277793+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-24122.yml 38.4.0
2026-04-16T21:01:03.365312+00:00 GitLab Importer Fixing VCID-rq42-qvsy-hue6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17569.yml 38.4.0
2026-04-16T21:00:59.799815+00:00 GitLab Importer Fixing VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1935.yml 38.4.0
2026-04-16T21:00:59.270147+00:00 GitLab Importer Fixing VCID-eb37-mkxf-7fgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1938.yml 38.4.0
2026-04-16T07:45:50.286610+00:00 GHSA Importer Affected by VCID-yrzk-1dbk-muhy https://github.com/advisories/GHSA-h468-7pvh-8vr8 38.4.0
2026-04-11T22:53:17.024861+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-8022.yml 38.3.0
2026-04-11T22:40:23.642809+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-30640.yml 38.3.0
2026-04-11T22:27:59.079146+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-24122.yml 38.3.0
2026-04-11T22:12:19.472669+00:00 GitLab Importer Fixing VCID-rq42-qvsy-hue6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17569.yml 38.3.0
2026-04-11T22:12:15.968775+00:00 GitLab Importer Fixing VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1935.yml 38.3.0
2026-04-11T22:12:15.388719+00:00 GitLab Importer Fixing VCID-eb37-mkxf-7fgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1938.yml 38.3.0
2026-04-02T23:02:36.768510+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-8022.yml 38.1.0
2026-04-02T22:50:53.719958+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-30640.yml 38.1.0
2026-04-02T22:39:37.862715+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-24122.yml 38.1.0
2026-04-02T22:24:46.816021+00:00 GitLab Importer Fixing VCID-rq42-qvsy-hue6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17569.yml 38.1.0
2026-04-02T22:24:43.218719+00:00 GitLab Importer Fixing VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1935.yml 38.1.0
2026-04-02T22:24:42.688169+00:00 GitLab Importer Fixing VCID-eb37-mkxf-7fgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1938.yml 38.1.0
2026-04-01T17:21:28.093933+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-8022.yml 38.0.0
2026-04-01T17:08:53.983940+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-30640.yml 38.0.0
2026-04-01T16:57:01.422729+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2021-24122.yml 38.0.0
2026-04-01T16:42:39.696516+00:00 GitLab Importer Fixing VCID-rq42-qvsy-hue6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2019-17569.yml 38.0.0
2026-04-01T16:42:35.629986+00:00 GitLab Importer Fixing VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1935.yml 38.0.0
2026-04-01T16:42:35.028345+00:00 GitLab Importer Fixing VCID-eb37-mkxf-7fgw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat/tomcat/CVE-2020-1938.yml 38.0.0
2026-04-01T15:57:59.009265+00:00 GHSA Importer Fixing VCID-rq42-qvsy-hue6 https://github.com/advisories/GHSA-767j-jfh2-jvrc 38.0.0
2026-04-01T15:57:58.624804+00:00 GHSA Importer Fixing VCID-yfx4-4gsc-2kgh https://github.com/advisories/GHSA-qxf4-chvg-4r8r 38.0.0
2026-04-01T13:00:09.765456+00:00 GithubOSV Importer Fixing VCID-yfx4-4gsc-2kgh https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/02/GHSA-qxf4-chvg-4r8r/GHSA-qxf4-chvg-4r8r.json 38.0.0
2026-04-01T13:00:05.181095+00:00 GithubOSV Importer Fixing VCID-rq42-qvsy-hue6 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/02/GHSA-767j-jfh2-jvrc/GHSA-767j-jfh2-jvrc.json 38.0.0
2026-04-01T12:38:13.658410+00:00 Apache Tomcat Importer Fixing VCID-rq42-qvsy-hue6 https://tomcat.apache.org/security-7.html 38.0.0
2026-04-01T12:38:13.632269+00:00 Apache Tomcat Importer Fixing VCID-yfx4-4gsc-2kgh https://tomcat.apache.org/security-7.html 38.0.0
2026-04-01T12:38:13.605613+00:00 Apache Tomcat Importer Fixing VCID-eb37-mkxf-7fgw https://tomcat.apache.org/security-7.html 38.0.0