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@10.0.2
purl pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.0.2
Next non-vulnerable version 10.1.43
Latest non-vulnerable version 11.0.21
Risk 10.0
Vulnerabilities affecting this package (7)
Vulnerability Summary Fixed by
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.
10.0.4
Affected by 6 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.
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.
10.0.6
Affected by 5 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.
10.0.27
Affected by 1 other vulnerability.
10.1.1
Affected by 5 other vulnerabilities.
VCID-p8q2-pt96-5ye8
Aliases:
CVE-2022-34305
GHSA-6j88-6whg-x687
In Apache Tomcat 10.1.0-M1 to 10.1.0-M16, 10.0.0-M1 to 10.0.22, 9.0.30 to 9.0.64 and 8.5.50 to 8.5.81 the Form authentication example in the examples web application displayed user provided data without filtering, exposing a XSS vulnerability.
10.0.23
Affected by 2 other vulnerabilities.
VCID-qkx6-32cj-jfbp
Aliases:
CVE-2022-29885
GHSA-r84p-88g2-2vx2
The documentation of Apache Tomcat 10.1.0-M1 to 10.1.0-M14, 10.0.0-M1 to 10.0.20, 9.0.13 to 9.0.62 and 8.5.38 to 8.5.78 for the EncryptInterceptor incorrectly stated it enabled Tomcat clustering to run over an untrusted network. This was not correct. While the EncryptInterceptor does provide confidentiality and integrity protection, it does not protect against all risks associated with running over any untrusted network, particularly DoS risks.
10.0.21
Affected by 3 other vulnerabilities.
10.1.1
Affected by 5 other vulnerabilities.
VCID-wptr-hkjx-s7c3
Aliases:
CVE-2021-42340
GHSA-wph7-x527-w3h5
The fix for bug 63362 present in Apache Tomcat 10.1.0-M1 to 10.1.0-M5, 10.0.0-M1 to 10.0.11, 9.0.40 to 9.0.53 and 8.5.60 to 8.5.71 introduced a memory leak. The object introduced to collect metrics for HTTP upgrade connections was not released for WebSocket connections once the connection was closed. This created a memory leak that, over time, could lead to a denial of service via an OutOfMemoryError.
10.1.1
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (4)
Vulnerability Summary Aliases
VCID-dzan-r49k-kqab 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. CVE-2020-13934
GHSA-vf77-8h7g-gghp
VCID-n3ab-nk7c-hqc9 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. CVE-2021-25329
GHSA-jgwr-3qm3-26f3
VCID-ran8-rnqn-tkbc 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. CVE-2020-17527
GHSA-vvw4-rfwf-p6hx
VCID-t2ne-75ck-eqcr 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. CVE-2021-25122
GHSA-j39c-c8hj-x4j3

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T21:46:59.896221+00:00 GitLab Importer Affected by VCID-qkx6-32cj-jfbp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-29885.yml 38.4.0
2026-04-16T21:32:23.175588+00:00 GitLab Importer Affected by VCID-wptr-hkjx-s7c3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-42340.yml 38.4.0
2026-04-16T21:31:08.797157+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.4.0
2026-04-16T21:27:26.203204+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.4.0
2026-04-16T21:17:58.896199+00:00 GitLab Importer Fixing 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.4.0
2026-04-16T21:14:43.586570+00:00 GitLab Importer Fixing 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.4.0
2026-04-16T21:05:29.413474+00:00 GitLab Importer Fixing 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.4.0
2026-04-11T23:31:39.636783+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:15.108045+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:20:10.655259+00:00 GitLab Importer Affected by VCID-p8q2-pt96-5ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-34305.yml 38.3.0
2026-04-11T23:02:48.883981+00:00 GitLab Importer Affected by VCID-qkx6-32cj-jfbp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-29885.yml 38.3.0
2026-04-11T22:45:42.114244+00:00 GitLab Importer Affected by VCID-wptr-hkjx-s7c3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-42340.yml 38.3.0
2026-04-11T22:44:17.344409+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.554379+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.917241+00:00 GitLab Importer Fixing 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:26:50.703051+00:00 GitLab Importer Fixing 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:58.108812+00:00 GitLab Importer Fixing 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-02T23:37:03.013188+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.329269+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:27:23.966488+00:00 GitLab Importer Affected by VCID-p8q2-pt96-5ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-34305.yml 38.1.0
2026-04-02T23:11:12.410493+00:00 GitLab Importer Affected by VCID-qkx6-32cj-jfbp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-29885.yml 38.1.0
2026-04-02T22:55:35.264056+00:00 GitLab Importer Affected by VCID-wptr-hkjx-s7c3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-42340.yml 38.1.0
2026-04-02T22:54:20.310375+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.970937+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.772300+00:00 GitLab Importer Fixing 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:38:34.114156+00:00 GitLab Importer Fixing 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.781785+00:00 GitLab Importer Fixing 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-02T16:57:29.907359+00:00 GHSA Importer Fixing VCID-t2ne-75ck-eqcr https://github.com/advisories/GHSA-j39c-c8hj-x4j3 38.1.0
2026-04-02T16:56:15.683524+00:00 GHSA Importer Fixing VCID-n3ab-nk7c-hqc9 https://github.com/advisories/GHSA-jgwr-3qm3-26f3 38.1.0
2026-04-01T17:59:13.947762+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.750900+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:48:20.176974+00:00 GitLab Importer Affected by VCID-p8q2-pt96-5ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-34305.yml 38.0.0
2026-04-01T17:31:04.116903+00:00 GitLab Importer Affected by VCID-qkx6-32cj-jfbp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2022-29885.yml 38.0.0
2026-04-01T17:13:54.215989+00:00 GitLab Importer Affected by VCID-wptr-hkjx-s7c3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.tomcat.embed/tomcat-embed-core/CVE-2021-42340.yml 38.0.0
2026-04-01T17:08:53.135622+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.931820+00:00 GitLab Importer Fixing 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:55:59.290657+00:00 GitLab Importer Fixing 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.605123+00:00 GitLab Importer Fixing 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-01T13:02:27.103526+00:00 GithubOSV Importer Fixing VCID-t2ne-75ck-eqcr https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/06/GHSA-j39c-c8hj-x4j3/GHSA-j39c-c8hj-x4j3.json 38.0.0
2026-04-01T13:01:54.102193+00:00 GithubOSV Importer Fixing VCID-n3ab-nk7c-hqc9 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/03/GHSA-jgwr-3qm3-26f3/GHSA-jgwr-3qm3-26f3.json 38.0.0
2026-04-01T12:48:51.226289+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