Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@9.0.4
purl pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@9.0.4
Next non-vulnerable version 9.0.107
Latest non-vulnerable version 11.0.21
Risk 10.0
Vulnerabilities affecting this package (24)
Vulnerability Summary Fixed by
VCID-2sbh-sy57-3uez
Aliases:
CVE-2018-1304
GHSA-6rxj-58jh-436r
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.
9.0.5
Affected by 22 other vulnerabilities.
VCID-39e3-jfbg-s3hk
Aliases:
CVE-2019-10072
GHSA-q4hg-rmq2-52q9
The fix for CVE-2019-0199 was incomplete and did not address HTTP/2 connection window exhaustion on write in Apache Tomcat versions 9.0.0.M1 to 9.0.19 and 8.5.0 to 8.5.40 . By not sending WINDOW_UPDATE messages for the connection window (stream 0) clients were able to cause server-side threads to block eventually leading to thread exhaustion and a DoS.
9.0.20
Affected by 20 other vulnerabilities.
VCID-46bv-6b7y-3bca
Aliases:
CVE-2020-11996
GHSA-53hp-jpwq-2jgq
A specially crafted sequence of HTTP/2 requests sent to Apache Tomcat 10.0.0-M1 to 10.0.0-M5, 9.0.0.M1 to 9.0.35 and 8.5.0 to 8.5.55 could trigger high CPU usage for several seconds. If a sufficient number of such requests were made on concurrent HTTP/2 connections, the server could become unresponsive.
9.0.36
Affected by 15 other vulnerabilities.
VCID-5etb-njwf-rfdu
Aliases:
GHSA-r53m-pfr5-7v87
Moderate severity vulnerability that affects org.apache.tomcat.embed:tomcat-embed-core **Withdrawn:** Duplicate of GHSA-qcxh-w3j9-58qr
9.0.16
Affected by 22 other vulnerabilities.
VCID-66kh-s6cr-tqf9
Aliases:
CVE-2020-9484
GHSA-344f-f5vg-2jfj
When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter="null" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed.
9.0.35
Affected by 16 other vulnerabilities.
10.0.0-M5
Affected by 1 other vulnerability.
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.
9.0.40
Affected by 16 other vulnerabilities.
10.0.0-M10
Affected by 0 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 20 other vulnerabilities.
VCID-dy6m-zt6r-9ubd
Aliases:
CVE-2021-41079
GHSA-59g9-7gfx-c72p
Apache Tomcat 8.5.0 to 8.5.63, 9.0.0-M1 to 9.0.43 and 10.0.0-M1 to 10.0.2 did not properly validate incoming TLS packets. When Tomcat was configured to use NIO+OpenSSL or NIO2+OpenSSL for TLS, a specially crafted packet could be used to trigger an infinite loop resulting in a denial of service.
9.0.44
Affected by 11 other vulnerabilities.
10.0.4
Affected by 6 other vulnerabilities.
VCID-dzan-r49k-kqab
Aliases:
CVE-2020-13934
GHSA-vf77-8h7g-gghp
An h2c direct connection to Apache Tomcat 10.0.0-M1 to 10.0.0-M6, 9.0.0.M5 to 9.0.36 and 8.5.1 to 8.5.56 did not release the HTTP/1.1 processor after the upgrade to HTTP/2. If a sufficient number of such requests were made, an OutOfMemoryException could occur leading to a denial of service.
9.0.37
Affected by 14 other vulnerabilities.
10.0.2
Affected by 7 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 20 other vulnerabilities.
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.
9.0.35
Affected by 16 other vulnerabilities.
VCID-fpgj-82wf-ykbw
Aliases:
CVE-2025-53506
GHSA-25xr-qj8w-c4vf
Uncontrolled Resource Consumption vulnerability in Apache Tomcat if an HTTP/2 client did not acknowledge the initial settings frame that reduces the maximum permitted concurrent streams. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.8, from 10.1.0-M1 through 10.1.42, from 9.0.0.M1 through 9.0.106. The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.0 through 8.5.100. Other EOL versions may also be affected. Users are recommended to upgrade to version 11.0.9, 10.1.43 or 9.0.107, which fix the issue.
9.0.107
Affected by 0 other vulnerabilities.
10.1.43
Affected by 0 other vulnerabilities.
11.0.9
Affected by 0 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 22 other vulnerabilities.
VCID-j6cj-ftyd-3ffa
Aliases:
CVE-2023-41080
GHSA-q3mw-pvr8-9ggc
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in FORM authentication feature Apache Tomcat.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.0.12, from 9.0.0-M1 through 9.0.79 and from 8.5.0 through 8.5.92. Older, EOL versions may also be affected. The vulnerability is limited to the ROOT (default) web application.
9.0.80
Affected by 3 other vulnerabilities.
10.1.13
Affected by 2 other vulnerabilities.
11.0.0-M11
Affected by 3 other vulnerabilities.
VCID-j8tk-s915-pbfy
Aliases:
CVE-2021-43980
GHSA-jx7c-7mj5-9438
The simplified implementation of blocking reads and writes introduced in Tomcat 10 and back-ported to Tomcat 9.0.47 onwards exposed a long standing (but extremely hard to trigger) concurrency bug in Apache Tomcat 10.1.0 to 10.1.0-M12, 10.0.0-M1 to 10.0.18, 9.0.0-M1 to 9.0.60 and 8.5.0 to 8.5.77 that could cause client connections to share an Http11Processor instance resulting in responses, or part responses, to be received by the wrong client.
9.0.62
Affected by 8 other vulnerabilities.
10.0.20
Affected by 4 other vulnerabilities.
10.1.1
Affected by 5 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.
9.0.46
Affected by 10 other vulnerabilities.
10.0.6
Affected by 5 other vulnerabilities.
VCID-n3ab-nk7c-hqc9
Aliases:
CVE-2021-25329
GHSA-jgwr-3qm3-26f3
The fix for CVE-2020-9484 was incomplete. When using Apache Tomcat 10.0.0-M1 to 10.0.0, 9.0.0.M1 to 9.0.41, 8.5.0 to 8.5.61 or 7.0.0. to 7.0.107 with a configuration edge case that was highly unlikely to be used, the Tomcat instance was still vulnerable to CVE-2020-9494. Note that both the previously published prerequisites for CVE-2020-9484 and the previously published mitigations for CVE-2020-9484 also apply to this issue.
9.0.41
Affected by 13 other vulnerabilities.
10.0.2
Affected by 7 other vulnerabilities.
VCID-nmq2-8ysj-4fbc
Aliases:
CVE-2022-42252
GHSA-p22x-g9px-3945
If Apache Tomcat 8.5.0 to 8.5.82, 9.0.0-M1 to 9.0.67, 10.0.0-M1 to 10.0.26 or 10.1.0-M1 to 10.1.0 was configured to ignore invalid HTTP headers via setting rejectIllegalHeader to false (the default for 8.5.x only), Tomcat did not reject a request containing an invalid Content-Length header making a request smuggling attack possible if Tomcat was located behind a reverse proxy that also failed to reject the request with the invalid header.
9.0.68
Affected by 5 other vulnerabilities.
10.0.27
Affected by 1 other vulnerability.
10.1.1
Affected by 5 other vulnerabilities.
VCID-ran8-rnqn-tkbc
Aliases:
CVE-2020-17527
GHSA-vvw4-rfwf-p6hx
While investigating bug 64830 it was discovered that Apache Tomcat 10.0.0-M1 to 10.0.0-M9, 9.0.0-M1 to 9.0.39 and 8.5.0 to 8.5.59 could re-use an HTTP request header value from the previous stream received on an HTTP/2 connection for the request associated with the subsequent stream. While this would most likely lead to an error and the closure of the HTTP/2 connection, it is possible that information could leak between requests.
9.0.40
Affected by 16 other vulnerabilities.
10.0.2
Affected by 7 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 20 other vulnerabilities.
VCID-t2ne-75ck-eqcr
Aliases:
CVE-2021-25122
GHSA-j39c-c8hj-x4j3
When responding to new h2c connection requests, Apache Tomcat versions 10.0.0-M1 to 10.0.0, 9.0.0.M1 to 9.0.41 and 8.5.0 to 8.5.61 could duplicate request headers and a limited amount of request body from one request to another meaning user A and user B could both see the results of user A's request.
9.0.42
Affected by 0 other vulnerabilities.
9.0.43
Affected by 12 other vulnerabilities.
10.0.2
Affected by 7 other vulnerabilities.
VCID-v7tp-1t4h-zqeg
Aliases:
CVE-2023-28708
GHSA-2c9m-w27f-53rm
When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel. Older, EOL versions may also be affected.
9.0.72
Affected by 5 other vulnerabilities.
10.1.6
Affected by 4 other vulnerabilities.
11.0.0
Affected by 2 other vulnerabilities.
VCID-vsdf-4tfj-uybe
Aliases:
CVE-2024-24549
GHSA-7w75-32cg-r6g2
Denial of Service due to improper input validation vulnerability for HTTP/2 requests in Apache Tomcat. When processing an HTTP/2 request, if the request exceeded any of the configured limits for headers, the associated HTTP/2 stream was not reset until after all of the headers had been processed.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M16, from 10.1.0-M1 through 10.1.18, from 9.0.0-M1 through 9.0.85, from 8.5.0 through 8.5.98. Other, older, EOL versions may also be affected. Users are recommended to upgrade to version 11.0.0-M17, 10.1.19, 9.0.86 or 8.5.99 which fix the issue.
9.0.86
Affected by 1 other vulnerability.
10.1.19
Affected by 1 other vulnerability.
11.0.0-M17
Affected by 2 other vulnerabilities.
VCID-yfx4-4gsc-2kgh
Aliases:
CVE-2020-1935
GHSA-qxf4-chvg-4r8r
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.
9.0.31
Affected by 18 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-16T01:28:34.563362+00:00 GHSA Importer Affected by VCID-5etb-njwf-rfdu https://github.com/advisories/GHSA-r53m-pfr5-7v87 38.4.0
2026-04-12T00:52:59.293524+00:00 GitLab Importer Affected by VCID-fpgj-82wf-ykbw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2025-53506.yml 38.3.0
2026-04-12T00:12:18.924821+00:00 GitLab Importer Affected by VCID-vsdf-4tfj-uybe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2024-24549.yml 38.3.0
2026-04-11T23:56:13.007737+00:00 GitLab Importer Affected by VCID-j6cj-ftyd-3ffa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2023-41080.yml 38.3.0
2026-04-11T23:42:36.703539+00:00 GitLab Importer Affected by VCID-v7tp-1t4h-zqeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2023-28708.yml 38.3.0
2026-04-11T23:31:39.436807+00:00 GitLab Importer Affected by VCID-nmq2-8ysj-4fbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-42252.yml 38.3.0
2026-04-11T23:28:14.926777+00:00 GitLab Importer Affected by VCID-j8tk-s915-pbfy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-43980.yml 38.3.0
2026-04-11T23:06:18.740981+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-25762.yml 38.3.0
2026-04-11T22:54:29.850406+00:00 GitLab Importer Affected by VCID-46bv-6b7y-3bca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-11996.yml 38.3.0
2026-04-11T22:53:56.341130+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-8022.yml 38.3.0
2026-04-11T22:44:17.208450+00:00 GitLab Importer Affected by VCID-dy6m-zt6r-9ubd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-41079.yml 38.3.0
2026-04-11T22:40:22.418267+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-30640.yml 38.3.0
2026-04-11T22:30:09.794266+00:00 GitLab Importer Affected by VCID-t2ne-75ck-eqcr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25122.yml 38.3.0
2026-04-11T22:30:08.581273+00:00 GitLab Importer Affected by VCID-n3ab-nk7c-hqc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25329.yml 38.3.0
2026-04-11T22:28:01.022316+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-24122.yml 38.3.0
2026-04-11T22:26:50.566258+00:00 GitLab Importer Affected by VCID-ran8-rnqn-tkbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-17527.yml 38.3.0
2026-04-11T22:16:57.991036+00:00 GitLab Importer Affected by VCID-dzan-r49k-kqab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-13934.yml 38.3.0
2026-04-11T22:14:57.928245+00:00 GitLab Importer Affected by VCID-66kh-s6cr-tqf9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-9484.yml 38.3.0
2026-04-11T22:12:22.368746+00:00 GitLab Importer Affected by VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-1935.yml 38.3.0
2026-04-11T22:10:55.080495+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-17563.yml 38.3.0
2026-04-11T22:10:53.157920+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-12418.yml 38.3.0
2026-04-11T22:06:43.321096+00:00 GitLab Importer Affected by VCID-39e3-jfbg-s3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-10072.yml 38.3.0
2026-04-11T12:57:53.153830+00:00 GHSA Importer Affected by VCID-5etb-njwf-rfdu https://github.com/advisories/GHSA-r53m-pfr5-7v87 38.3.0
2026-04-03T01:01:08.657943+00:00 GitLab Importer Affected by VCID-fpgj-82wf-ykbw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2025-53506.yml 38.1.0
2026-04-03T00:18:40.266500+00:00 GitLab Importer Affected by VCID-vsdf-4tfj-uybe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2024-24549.yml 38.1.0
2026-04-02T23:59:17.658998+00:00 GitLab Importer Affected by VCID-j6cj-ftyd-3ffa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2023-41080.yml 38.1.0
2026-04-02T23:46:30.719071+00:00 GitLab Importer Affected by VCID-v7tp-1t4h-zqeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2023-28708.yml 38.1.0
2026-04-02T23:37:02.826603+00:00 GitLab Importer Affected by VCID-nmq2-8ysj-4fbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-42252.yml 38.1.0
2026-04-02T23:34:03.166969+00:00 GitLab Importer Affected by VCID-j8tk-s915-pbfy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-43980.yml 38.1.0
2026-04-02T23:14:34.904473+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-25762.yml 38.1.0
2026-04-02T23:03:37.833882+00:00 GitLab Importer Affected by VCID-46bv-6b7y-3bca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-11996.yml 38.1.0
2026-04-02T23:03:10.079799+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-8022.yml 38.1.0
2026-04-02T22:54:20.190430+00:00 GitLab Importer Affected by VCID-dy6m-zt6r-9ubd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-41079.yml 38.1.0
2026-04-02T22:50:52.840157+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-30640.yml 38.1.0
2026-04-02T22:41:38.656264+00:00 GitLab Importer Affected by VCID-t2ne-75ck-eqcr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25122.yml 38.1.0
2026-04-02T22:41:37.531930+00:00 GitLab Importer Affected by VCID-n3ab-nk7c-hqc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25329.yml 38.1.0
2026-04-02T22:39:39.584173+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-24122.yml 38.1.0
2026-04-02T22:38:34.004970+00:00 GitLab Importer Affected by VCID-ran8-rnqn-tkbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-17527.yml 38.1.0
2026-04-02T22:29:05.682666+00:00 GitLab Importer Affected by VCID-dzan-r49k-kqab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-13934.yml 38.1.0
2026-04-02T22:27:15.200832+00:00 GitLab Importer Affected by VCID-66kh-s6cr-tqf9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-9484.yml 38.1.0
2026-04-02T22:24:49.217637+00:00 GitLab Importer Affected by VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-1935.yml 38.1.0
2026-04-02T22:23:26.207522+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-17563.yml 38.1.0
2026-04-02T22:23:24.337818+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-12418.yml 38.1.0
2026-04-02T22:19:33.493008+00:00 GitLab Importer Affected by VCID-39e3-jfbg-s3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-10072.yml 38.1.0
2026-04-02T13:50:11.224306+00:00 GHSA Importer Affected by VCID-5etb-njwf-rfdu https://github.com/advisories/GHSA-r53m-pfr5-7v87 38.1.0
2026-04-01T18:09:43.549308+00:00 GitLab Importer Affected by VCID-v7tp-1t4h-zqeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2023-28708.yml 38.0.0
2026-04-01T17:59:13.745612+00:00 GitLab Importer Affected by VCID-nmq2-8ysj-4fbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-42252.yml 38.0.0
2026-04-01T17:56:00.569029+00:00 GitLab Importer Affected by VCID-j8tk-s915-pbfy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-43980.yml 38.0.0
2026-04-01T17:34:33.681912+00:00 GitLab Importer Affected by VCID-ayrd-8ntf-hkh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-25762.yml 38.0.0
2026-04-01T17:22:32.719259+00:00 GitLab Importer Affected by VCID-46bv-6b7y-3bca https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-11996.yml 38.0.0
2026-04-01T17:22:03.891484+00:00 GitLab Importer Affected by VCID-e7kd-kk57-mkd6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-8022.yml 38.0.0
2026-04-01T17:12:36.580292+00:00 GitLab Importer Affected by VCID-dy6m-zt6r-9ubd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-41079.yml 38.0.0
2026-04-01T17:08:52.987221+00:00 GitLab Importer Affected by VCID-kwab-3s4q-eka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-30640.yml 38.0.0
2026-04-01T16:59:11.805428+00:00 GitLab Importer Affected by VCID-t2ne-75ck-eqcr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25122.yml 38.0.0
2026-04-01T16:59:10.637234+00:00 GitLab Importer Affected by VCID-n3ab-nk7c-hqc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-25329.yml 38.0.0
2026-04-01T16:57:03.349712+00:00 GitLab Importer Affected by VCID-a8gk-n8bq-87cp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-24122.yml 38.0.0
2026-04-01T16:55:59.169433+00:00 GitLab Importer Affected by VCID-ran8-rnqn-tkbc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-17527.yml 38.0.0
2026-04-01T16:47:07.494997+00:00 GitLab Importer Affected by VCID-dzan-r49k-kqab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-13934.yml 38.0.0
2026-04-01T16:45:15.519890+00:00 GitLab Importer Affected by VCID-66kh-s6cr-tqf9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-9484.yml 38.0.0
2026-04-01T16:42:42.693075+00:00 GitLab Importer Affected by VCID-yfx4-4gsc-2kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2020-1935.yml 38.0.0
2026-04-01T16:41:14.829433+00:00 GitLab Importer Affected by VCID-dzpn-w4b3-vbcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-17563.yml 38.0.0
2026-04-01T16:41:13.186778+00:00 GitLab Importer Affected by VCID-ruuh-g3fa-m7d8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-12418.yml 38.0.0
2026-04-01T16:37:18.999985+00:00 GitLab Importer Affected by VCID-39e3-jfbg-s3hk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2019-10072.yml 38.0.0
2026-04-01T15:56:55.914008+00:00 GHSA Importer Affected by VCID-g7bk-891a-uufy https://github.com/advisories/GHSA-jx6h-3fjx-cgv5 38.0.0
2026-04-01T15:56:55.288156+00:00 GHSA Importer Affected by VCID-2sbh-sy57-3uez https://github.com/advisories/GHSA-6rxj-58jh-436r 38.0.0