Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/io.undertow/undertow-core@2.2.9.Final
purl pkg:maven/io.undertow/undertow-core@2.2.9.Final
Next non-vulnerable version 2.3.20.Final
Latest non-vulnerable version 2.4.0.Beta1
Risk 4.0
Vulnerabilities affecting this package (14)
Vulnerability Summary Fixed by
VCID-14ff-vn3t-vyhy
Aliases:
CVE-2021-3690
GHSA-fj7c-vg2v-ccrm
GMS-2022-2964
Undertow vulnerable to memory exhaustion due to buffer leak Buffer leak on incoming WebSocket PONG message(s) in Undertow before 2.0.40 and 2.2.10 can lead to memory exhaustion and allow a denial of service.
2.2.10
Affected by 0 other vulnerabilities.
2.2.10.Final
Affected by 13 other vulnerabilities.
VCID-1vrj-chs2-d3ab
Aliases:
CVE-2023-1973
GHSA-97cq-f4jm-mv8h
Undertow Denial of Service vulnerability A flaw was found in Undertow package. Using the FormAuthenticationMechanism, a malicious user could trigger a Denial of Service by sending crafted requests, leading the server to an OutofMemory error, exhausting the server's memory.
2.2.32.Final
Affected by 3 other vulnerabilities.
2.3.13.Final
Affected by 2 other vulnerabilities.
VCID-2cv5-9v62-kfbm
Aliases:
CVE-2024-1459
GHSA-v76w-3ph8-vm66
Undertow Path Traversal vulnerability A path traversal vulnerability was found in Undertow. This issue may allow a remote attacker to append a specially-crafted sequence to an HTTP request for an application deployed to JBoss EAP, which may permit access to privileged or restricted files and directories.
2.2.31.Final
Affected by 4 other vulnerabilities.
2.3.12.Final
Affected by 3 other vulnerabilities.
VCID-4v1f-kt5y-w7d1
Aliases:
CVE-2022-2764
Undertow: DoS can be achieved as Undertow server waits for the LAST_CHUNK forever for EJB invocations
2.2.20.Final
Affected by 7 other vulnerabilities.
2.3.1.Final
Affected by 6 other vulnerabilities.
VCID-5585-a76n-zubf
Aliases:
CVE-2023-5379
Allocation of Resources Without Limits or Throttling A flaw was found in Undertow. When an AJP request is sent that exceeds the max-header-size attribute in ajp-listener, JBoss EAP is marked in an error state by mod_cluster in httpd, causing JBoss EAP to close the TCP connection without returning an AJP response. This happens because mod_proxy_cluster marks the JBoss EAP instance as an error worker when the TCP connection is closed from the backend after sending the AJP request without receiving an AJP response, and stops forwarding. This issue could allow a malicious user could to repeatedly send requests that exceed the max-header-size, causing a Denial of Service (DoS).
2.3.11.Final
Affected by 4 other vulnerabilities.
VCID-62gn-nwup-8uat
Aliases:
CVE-2022-1259
undertow: potential security issue in flow control over HTTP/2 may lead to DOS(incomplete fix for CVE-2021-3629)
2.2.20.Final
Affected by 7 other vulnerabilities.
VCID-7yc7-e35f-8uhj
Aliases:
CVE-2023-3223
GHSA-65h2-wf7m-q2v8
Uncontrolled Resource Consumption A flaw was found in undertow. Servlets annotated with @MultipartConfig may cause an OutOfMemoryError due to large multipart content. This may allow unauthorized users to cause remote Denial of Service (DoS) attack. If the server uses fileSizeThreshold to limit the file size, it's possible to bypass the limit by setting the file name in the request to null.
2.2.24.Final
Affected by 5 other vulnerabilities.
VCID-93ut-2de3-ckc5
Aliases:
CVE-2022-1319
undertow: Double AJP response for 400 from EAP 7 results in CPING failures
2.2.17
Affected by 0 other vulnerabilities.
2.2.17.Final
Affected by 10 other vulnerabilities.
2.2.20.Final
Affected by 7 other vulnerabilities.
2.3.1.Final
Affected by 6 other vulnerabilities.
VCID-cf5j-2dz8-7bbu
Aliases:
CVE-2021-3859
GHSA-339q-62wm-c39w
GMS-2022-2963
Undertow vulnerable to Denial of Service (DoS) attacks Undertow client side invocation timeout raised when calling over HTTP2, this vulnerability can allow attacker to carry out denial of service (DoS) attacks in versions less than 2.2.15 Final.
2.2.15
Affected by 0 other vulnerabilities.
2.2.15.Final
Affected by 11 other vulnerabilities.
VCID-ns3p-22xg-q3bz
Aliases:
CVE-2025-9784
GHSA-95h4-w6j8-2rp8
Undertow MadeYouReset HTTP/2 DDoS Vulnerability A flaw was found in Undertow where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the "MadeYouReset" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts. While not a protocol bug, this highlights a common implementation weakness that can be exploited to cause a denial of service (DoS).
2.2.38.Final
Affected by 1 other vulnerability.
2.3.20.Final
Affected by 0 other vulnerabilities.
VCID-usz2-tufg-k7gz
Aliases:
CVE-2023-1108
GHSA-m4mm-pg93-fv78
Undertow denial of service vulnerability A flaw was found in undertow. This issue makes achieving a denial of service possible due to an unexpected handshake status updated in SslConduit, where the loop never terminates.
2.2.24.Final
Affected by 5 other vulnerabilities.
2.3.5.Final
Affected by 5 other vulnerabilities.
VCID-xftw-raz7-b7e1
Aliases:
CVE-2022-2053
GHSA-95rf-557x-44g5
Undertow vulnerable to Dos via Large AJP request When a POST request comes through AJP and the request exceeds the max-post-size limit (maxEntitySize), Undertow's AjpServerRequestConduit implementation closes a connection without sending any response to the client/proxy. This behavior results in that a front-end proxy marking the backend worker (application server) as an error state and not forward requests to the worker for a while. In mod_cluster, this continues until the next STATUS request (10 seconds intervals) from the application server updates the server state. So, in the worst case, it can result in "All workers are in error state" and mod_cluster responds "503 Service Unavailable" for a while (up to 10 seconds). In mod_proxy_balancer, it does not forward requests to the worker until the "retry" timeout passes. However, luckily, mod_proxy_balancer has "forcerecovery" setting (On by default; this parameter can force the immediate recovery of all workers without considering the retry parameter of the workers if all workers of a balancer are in error state.). So, unlike mod_cluster, mod_proxy_balancer does not result in responding "503 Service Unavailable". An attacker could use this behavior to send a malicious request and trigger server errors, resulting in DoS (denial of service). This flaw was fixed in Undertow 2.2.19.Final, Undertow 2.3.0.Alpha2.
2.2.19.Final
Affected by 10 other vulnerabilities.
2.2.19
Affected by 3 other vulnerabilities.
2.3.0.Alpha2
Affected by 5 other vulnerabilities.
2.3.1.Final
Affected by 6 other vulnerabilities.
VCID-xme8-usmd-vqg3
Aliases:
CVE-2024-7885
GHSA-9623-mqmm-5rcf
Undertow vulnerable to Race Condition A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.
2.2.36.Final
Affected by 2 other vulnerabilities.
2.3.17.Final
Affected by 1 other vulnerability.
VCID-yn69-8upm-7yc2
Aliases:
CVE-2021-3629
GHSA-rf6q-vx79-mjxr
Undertow Uncontrolled Resource Consumption A flaw was found in Undertow. A potential security issue in flow control handling by the browser over HTTP/2 may potentially cause overhead or a denial of service in the server. The highest threat from this vulnerability is availability. This flaw affects Undertow versions prior to 2.0.40.Final and prior to 2.2.11.Final.
2.2.11.Final
Affected by 12 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-gsr8-1dea-effx undertow Race Condition vulnerability A flaw was found in undertow. The HTTP2SourceChannel fails to write the final frame under some circumstances, resulting in a denial of service. The highest threat from this vulnerability is availability. This flaw affects Undertow versions prior to 2.0.35.SP1, prior to 2.2.6.SP1, prior to 2.2.7.SP1, prior to 2.0.36.SP1, prior to 2.2.9.Final and prior to 2.0.39.Final. CVE-2021-3597
GHSA-mfhv-gwf8-4m88

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T23:39:47.411714+00:00 GitLab Importer Affected by VCID-ns3p-22xg-q3bz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2025-9784.yml 38.4.0
2026-04-16T23:13:32.275230+00:00 GitLab Importer Affected by VCID-1vrj-chs2-d3ab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1973.yml 38.4.0
2026-04-16T23:06:31.824788+00:00 GitLab Importer Affected by VCID-xme8-usmd-vqg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-7885.yml 38.4.0
2026-04-16T22:50:35.353510+00:00 GitLab Importer Affected by VCID-2cv5-9v62-kfbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-1459.yml 38.4.0
2026-04-16T22:45:20.383791+00:00 GitLab Importer Affected by VCID-5585-a76n-zubf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-5379.yml 38.4.0
2026-04-16T22:39:25.215504+00:00 GitLab Importer Affected by VCID-7yc7-e35f-8uhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-3223.yml 38.4.0
2026-04-16T22:38:28.556967+00:00 GitLab Importer Affected by VCID-usz2-tufg-k7gz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1108.yml 38.4.0
2026-04-16T22:08:15.418848+00:00 GitLab Importer Affected by VCID-4v1f-kt5y-w7d1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2764.yml 38.4.0
2026-04-16T22:08:13.078701+00:00 GitLab Importer Affected by VCID-93ut-2de3-ckc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1319.yml 38.4.0
2026-04-16T22:08:09.188955+00:00 GitLab Importer Affected by VCID-62gn-nwup-8uat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1259.yml 38.4.0
2026-04-16T22:07:42.389732+00:00 GitLab Importer Affected by VCID-cf5j-2dz8-7bbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3859.yml 38.4.0
2026-04-16T22:07:28.841519+00:00 GitLab Importer Affected by VCID-14ff-vn3t-vyhy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3690.yml 38.4.0
2026-04-16T22:06:47.549232+00:00 GitLab Importer Affected by VCID-xftw-raz7-b7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2053.yml 38.4.0
2026-04-16T22:02:26.613480+00:00 GitLab Importer Affected by VCID-yn69-8upm-7yc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3629.yml 38.4.0
2026-04-16T22:01:51.114829+00:00 GitLab Importer Fixing VCID-gsr8-1dea-effx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3597.yml 38.4.0
2026-04-12T01:00:31.641997+00:00 GitLab Importer Affected by VCID-ns3p-22xg-q3bz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2025-9784.yml 38.3.0
2026-04-12T00:32:03.666253+00:00 GitLab Importer Affected by VCID-1vrj-chs2-d3ab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1973.yml 38.3.0
2026-04-12T00:24:32.284033+00:00 GitLab Importer Affected by VCID-xme8-usmd-vqg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-7885.yml 38.3.0
2026-04-12T00:09:59.957186+00:00 GitLab Importer Affected by VCID-2cv5-9v62-kfbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-1459.yml 38.3.0
2026-04-12T00:04:58.430421+00:00 GitLab Importer Affected by VCID-5585-a76n-zubf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-5379.yml 38.3.0
2026-04-11T23:58:52.238619+00:00 GitLab Importer Affected by VCID-7yc7-e35f-8uhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-3223.yml 38.3.0
2026-04-11T23:57:51.028189+00:00 GitLab Importer Affected by VCID-usz2-tufg-k7gz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1108.yml 38.3.0
2026-04-11T23:24:39.531679+00:00 GitLab Importer Affected by VCID-4v1f-kt5y-w7d1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2764.yml 38.3.0
2026-04-11T23:24:37.289082+00:00 GitLab Importer Affected by VCID-93ut-2de3-ckc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1319.yml 38.3.0
2026-04-11T23:24:32.960786+00:00 GitLab Importer Affected by VCID-62gn-nwup-8uat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1259.yml 38.3.0
2026-04-11T23:24:04.782170+00:00 GitLab Importer Affected by VCID-cf5j-2dz8-7bbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3859.yml 38.3.0
2026-04-11T23:23:49.493707+00:00 GitLab Importer Affected by VCID-14ff-vn3t-vyhy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3690.yml 38.3.0
2026-04-11T23:23:02.508391+00:00 GitLab Importer Affected by VCID-xftw-raz7-b7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2053.yml 38.3.0
2026-04-11T23:18:06.087944+00:00 GitLab Importer Affected by VCID-yn69-8upm-7yc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3629.yml 38.3.0
2026-04-11T23:17:27.862390+00:00 GitLab Importer Fixing VCID-gsr8-1dea-effx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3597.yml 38.3.0
2026-04-05T02:20:47.469037+00:00 GitLab Importer Affected by VCID-cf5j-2dz8-7bbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3859.yml 38.1.0
2026-04-05T02:20:31.166127+00:00 GitLab Importer Affected by VCID-14ff-vn3t-vyhy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3690.yml 38.1.0
2026-04-03T01:08:43.349467+00:00 GitLab Importer Affected by VCID-ns3p-22xg-q3bz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2025-9784.yml 38.1.0
2026-04-03T00:39:47.698830+00:00 GitLab Importer Affected by VCID-1vrj-chs2-d3ab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1973.yml 38.1.0
2026-04-03T00:32:07.907153+00:00 GitLab Importer Affected by VCID-xme8-usmd-vqg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-7885.yml 38.1.0
2026-04-03T00:15:08.779038+00:00 GitLab Importer Affected by VCID-2cv5-9v62-kfbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2024-1459.yml 38.1.0
2026-04-03T00:09:39.594396+00:00 GitLab Importer Affected by VCID-5585-a76n-zubf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-5379.yml 38.1.0
2026-04-03T00:01:55.414659+00:00 GitLab Importer Affected by VCID-7yc7-e35f-8uhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-3223.yml 38.1.0
2026-04-03T00:00:54.515982+00:00 GitLab Importer Affected by VCID-usz2-tufg-k7gz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2023-1108.yml 38.1.0
2026-04-02T23:31:02.555632+00:00 GitLab Importer Affected by VCID-4v1f-kt5y-w7d1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2764.yml 38.1.0
2026-04-02T23:31:00.621598+00:00 GitLab Importer Affected by VCID-93ut-2de3-ckc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1319.yml 38.1.0
2026-04-02T23:30:56.921573+00:00 GitLab Importer Affected by VCID-62gn-nwup-8uat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1259.yml 38.1.0
2026-04-02T23:29:40.941515+00:00 GitLab Importer Affected by VCID-xftw-raz7-b7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2053.yml 38.1.0
2026-04-02T23:25:44.455103+00:00 GitLab Importer Affected by VCID-yn69-8upm-7yc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3629.yml 38.1.0
2026-04-02T23:25:12.007114+00:00 GitLab Importer Fixing VCID-gsr8-1dea-effx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3597.yml 38.1.0
2026-04-01T17:52:36.129246+00:00 GitLab Importer Affected by VCID-4v1f-kt5y-w7d1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2764.yml 38.0.0
2026-04-01T17:52:34.090140+00:00 GitLab Importer Affected by VCID-93ut-2de3-ckc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1319.yml 38.0.0
2026-04-01T17:52:29.989227+00:00 GitLab Importer Affected by VCID-62gn-nwup-8uat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-1259.yml 38.0.0
2026-04-01T17:51:05.220494+00:00 GitLab Importer Affected by VCID-xftw-raz7-b7e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2022-2053.yml 38.0.0
2026-04-01T17:46:33.600952+00:00 GitLab Importer Affected by VCID-yn69-8upm-7yc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3629.yml 38.0.0
2026-04-01T17:45:55.891646+00:00 GitLab Importer Fixing VCID-gsr8-1dea-effx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/io.undertow/undertow-core/CVE-2021-3597.yml 38.0.0
2026-04-01T16:02:30.540027+00:00 GHSA Importer Fixing VCID-gsr8-1dea-effx https://github.com/advisories/GHSA-mfhv-gwf8-4m88 38.0.0
2026-04-01T13:08:38.643861+00:00 GithubOSV Importer Fixing VCID-gsr8-1dea-effx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-mfhv-gwf8-4m88/GHSA-mfhv-gwf8-4m88.json 38.0.0