*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
A file inclusion vulnerability was found in the AJP connector enabled with a default AJP configuration port of 8009 in Undertow version 2.0.29.Final and before and was fixed in 2.0.30.Final. A remote, unauthenticated attacker could exploit this vulnerability to read web application files from a vulnerable server. In instances where the vulnerable server allows file uploads, an attacker could upload malicious JavaServer Pages (JSP) code within a variety of file types and trigger this vulnerability to gain remote code execution.
A flaw was found in all undertow-2.x.x SP1 versions prior to undertow-2.0.30.SP1, all undertow-1.x.x and undertow-2.x.x versions prior to undertow-2.1.0.Final, where the Servlet container causes servletPath to normalize incorrectly by truncating the path after semicolon which may lead to an application mapping resulting in the security bypass.
A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available.
At HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.
A flaw was found in XNIO. The XNIO NotifierState that can cause a Stack Overflow Exception when the chain of notifier states becomes problematically large can lead to uncontrolled resource management and a possible denial of service (DoS).
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.
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.
The undertow client is not checking the server identity presented by the server certificate in https connections. This is a compulsory step (at least it should be performed by default) in https and in http/2. I would add it to any TLS client protocol.
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.
A flaw was found in Undertow. For an AJP 400 response, EAP 7 is improperly sending two response packets, and those packets have the reuse flag set even though JBoss EAP closes the connection. A failure occurs when the connection is reused after a 400 by CPING since it reads in the second SEND_HEADERS response packet instead of a CPONG.
A flaw was found in Undertow. A potential security issue in flow control handling by the browser over HTTP/2 may cause overhead or a denial of service in the server. This flaw exists because of an incomplete fix for CVE-2021-3629.
A flaw was found in XNIO, specifically in the notifyReadClosed method. The issue revealed this method was logging a message to another expected end. This flaw allows an attacker to send flawed requests to a server, possibly causing log contention-related performance concerns or an unwanted disk fill-up.
A flaw was found in Undertow that tripped the client-side invocation timeout with certain calls made over HTTP2. This flaw allows an attacker to carry out denial of service attacks.
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.5.10
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2021-3690
### Vulnerable Library - undertow-websockets-jsr-2.0.29.Final.jar
A flaw was found in Undertow. A buffer leak on the incoming WebSocket PONG message may lead to memory exhaustion. This flaw allows an attacker to cause a denial of service. The highest threat from this vulnerability is availability.
A flaw was found in the Undertow AJP connector. Malicious requests and abrupt connection closes could be triggered by an attacker using query strings with non-RFC compliant characters resulting in a denial of service. The highest threat from this vulnerability is to system availability. This affects Undertow 2.1.5.SP1, 2.0.33.SP2, and 2.2.3.SP1.
A flaw was discovered in Undertow in versions before Undertow 2.1.1.Final where certain requests to the "Expect: 100-continue" header may cause an out of memory error. This flaw may potentially lead to a denial of service.
A flaw was found in Undertow, which incorrectly parses cookies with certain value-delimiting characters in incoming requests. This issue could allow an attacker to construct a cookie value to exfiltrate HttpOnly cookie values or spoof arbitrary additional cookie values, leading to unauthorized data access or modification. The main threat from this flaw impacts data confidentiality and integrity.
A flaw was found in Undertow in versions before 2.1.1.Final, regarding the processing of invalid HTTP requests with large chunk sizes. This flaw allows an attacker to take advantage of HTTP request smuggling.
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.
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.
In the Jakarta Expression Language implementation 3.0.3 and earlier, a bug in the ELParserTokenManager enables invalid EL expressions to be evaluated as if they were valid.
A flaw was found in Undertow. A regression in the fix for CVE-2020-10687 was found. HTTP request smuggling related to CVE-2017-2666 is possible against HTTP/1.x and HTTP/2 due to permitting invalid characters in an HTTP request. This flaw allows an attacker to poison a web-cache, perform an XSS attack, or obtain sensitive information from request other than their own. The highest threat from this vulnerability is to data confidentiality and integrity.
A flaw was discovered in all versions of Undertow before Undertow 2.2.0.Final, where HTTP request smuggling related to CVE-2017-2666 is possible against HTTP/1.x and HTTP/2 due to permitting invalid characters in an HTTP request. This flaw allows an attacker to poison a web-cache, perform an XSS attack, or obtain sensitive information from request other than their own.
Vulnerable Library - spring-boot-starter-undertow-2.1.12.RELEASE.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Vulnerabilities
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2020-1745
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA file inclusion vulnerability was found in the AJP connector enabled with a default AJP configuration port of 8009 in Undertow version 2.0.29.Final and before and was fixed in 2.0.30.Final. A remote, unauthenticated attacker could exploit this vulnerability to read web application files from a vulnerable server. In instances where the vulnerable server allows file uploads, an attacker could upload malicious JavaServer Pages (JSP) code within a variety of file types and trigger this vulnerability to gain remote code execution.
Publish Date: 2020-04-28
URL: CVE-2020-1745
### CVSS 3 Score Details (9.8)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1745
Release Date: 2020-04-28
Fix Resolution (io.undertow:undertow-core): 2.0.30.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.1.14.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2020-1757
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in all undertow-2.x.x SP1 versions prior to undertow-2.0.30.SP1, all undertow-1.x.x and undertow-2.x.x versions prior to undertow-2.1.0.Final, where the Servlet container causes servletPath to normalize incorrectly by truncating the path after semicolon which may lead to an application mapping resulting in the security bypass.
Publish Date: 2020-04-21
URL: CVE-2020-1757
### CVSS 3 Score Details (8.1)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1757
Release Date: 2020-04-30
Fix Resolution (io.undertow:undertow-core): 2.0.30.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.1.14.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2024-1635
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. At HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.
Publish Date: 2024-02-19
URL: CVE-2024-1635
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://bugzilla.redhat.com/show_bug.cgi?id=2264928
Release Date: 2024-02-19
Fix Resolution (io.undertow:undertow-core): 2.2.31.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 3.0.0
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2023-5685
### Vulnerable Library - xnio-api-3.3.8.Final.jarThe API JAR of the XNIO project
Library home page: http://www.jboss.org/xnio
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - undertow-core-2.0.29.Final.jar - :x: **xnio-api-3.3.8.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in XNIO. The XNIO NotifierState that can cause a Stack Overflow Exception when the chain of notifier states becomes problematically large can lead to uncontrolled resource management and a possible denial of service (DoS).
Publish Date: 2024-03-22
URL: CVE-2023-5685
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here.CVE-2023-3223
### Vulnerable Library - undertow-servlet-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-servlet/2.0.29.Final/undertow-servlet-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-servlet-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA 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.
Publish Date: 2023-09-27
URL: CVE-2023-3223
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://bugzilla.redhat.com/show_bug.cgi?id=2209689
Release Date: 2023-09-27
Fix Resolution (io.undertow:undertow-servlet): 2.2.26.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.7.15
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2023-1108
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA 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.
Publish Date: 2023-09-14
URL: CVE-2023-1108
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2023-1108
Release Date: 2023-09-14
Fix Resolution (io.undertow:undertow-core): 2.2.24.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.5.15
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2022-4492
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsThe undertow client is not checking the server identity presented by the server certificate in https connections. This is a compulsory step (at least it should be performed by default) in https and in http/2. I would add it to any TLS client protocol.
Publish Date: 2023-02-23
URL: CVE-2022-4492
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://github.com/advisories/GHSA-pfcc-3g6r-8rg8
Release Date: 2023-02-23
Fix Resolution (io.undertow:undertow-core): 2.2.24.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.5.15
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2022-2053
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsWhen 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.
Publish Date: 2022-08-05
URL: CVE-2022-2053
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://github.com/advisories/GHSA-95rf-557x-44g5
Release Date: 2022-08-05
Fix Resolution: io.undertow:undertow-core:2.2.19.Final
CVE-2022-1319
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow. For an AJP 400 response, EAP 7 is improperly sending two response packets, and those packets have the reuse flag set even though JBoss EAP closes the connection. A failure occurs when the connection is reused after a 400 by CPING since it reads in the second SEND_HEADERS response packet instead of a CPONG.
Publish Date: 2022-08-31
URL: CVE-2022-1319
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2022-1319
Release Date: 2022-08-31
Fix Resolution: io.undertow:undertow-core:2.2.18.Final,2.3.0.Final
CVE-2022-1259
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow. A potential security issue in flow control handling by the browser over HTTP/2 may cause overhead or a denial of service in the server. This flaw exists because of an incomplete fix for CVE-2021-3629.
Publish Date: 2022-08-31
URL: CVE-2022-1259
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Release Date: 2022-08-31
Fix Resolution (io.undertow:undertow-core): 2.2.26.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.2.0.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2022-0084
### Vulnerable Library - xnio-api-3.3.8.Final.jarThe API JAR of the XNIO project
Library home page: http://www.jboss.org/xnio
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - undertow-core-2.0.29.Final.jar - :x: **xnio-api-3.3.8.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in XNIO, specifically in the notifyReadClosed method. The issue revealed this method was logging a message to another expected end. This flaw allows an attacker to send flawed requests to a server, possibly causing log contention-related performance concerns or an unwanted disk fill-up.
Publish Date: 2022-08-26
URL: CVE-2022-0084
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Release Date: 2022-08-26
Fix Resolution: org.jboss.xnio:xnio-api:3.8.8.Final
CVE-2021-3859
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow that tripped the client-side invocation timeout with certain calls made over HTTP2. This flaw allows an attacker to carry out denial of service attacks.
Publish Date: 2022-08-26
URL: CVE-2021-3859
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Release Date: 2022-08-26
Fix Resolution (io.undertow:undertow-core): 2.2.15.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.5.10
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2021-3690
### Vulnerable Library - undertow-websockets-jsr-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-websockets-jsr/2.0.29.Final/undertow-websockets-jsr-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-websockets-jsr-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow. A buffer leak on the incoming WebSocket PONG message may lead to memory exhaustion. This flaw allows an attacker to cause a denial of service. The highest threat from this vulnerability is availability.
Publish Date: 2022-08-23
URL: CVE-2021-3690
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://issues.redhat.com/browse/UNDERTOW-1935
Release Date: 2022-08-23
Fix Resolution (io.undertow:undertow-websockets-jsr): 2.0.40.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.3.0.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2020-27782
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in the Undertow AJP connector. Malicious requests and abrupt connection closes could be triggered by an attacker using query strings with non-RFC compliant characters resulting in a denial of service. The highest threat from this vulnerability is to system availability. This affects Undertow 2.1.5.SP1, 2.0.33.SP2, and 2.2.3.SP1.
Publish Date: 2021-02-23
URL: CVE-2020-27782
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://github.com/advisories/GHSA-rhcw-wjcm-9h6g
Release Date: 2021-02-23
Fix Resolution (io.undertow:undertow-core): 2.0.33.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.2.12.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2020-10705
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was discovered in Undertow in versions before Undertow 2.1.1.Final where certain requests to the "Expect: 100-continue" header may cause an out of memory error. This flaw may potentially lead to a denial of service.
Publish Date: 2020-06-10
URL: CVE-2020-10705
### CVSS 3 Score Details (7.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10705
Release Date: 2020-06-10
Fix Resolution (io.undertow:undertow-core): 2.0.31.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.1.17.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2023-4639
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow, which incorrectly parses cookies with certain value-delimiting characters in incoming requests. This issue could allow an attacker to construct a cookie value to exfiltrate HttpOnly cookie values or spoof arbitrary additional cookie values, leading to unauthorized data access or modification. The main threat from this flaw impacts data confidentiality and integrity.
Publish Date: 2023-08-30
URL: CVE-2023-4639
### CVSS 3 Score Details (7.4)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://security-tracker.debian.org/tracker/CVE-2023-4639
Release Date: 2023-08-30
Fix Resolution (io.undertow:undertow-core): 2.2.31.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 3.0.0
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2020-10719
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow in versions before 2.1.1.Final, regarding the processing of invalid HTTP requests with large chunk sizes. This flaw allows an attacker to take advantage of HTTP request smuggling.
Publish Date: 2020-05-26
URL: CVE-2020-10719
### CVSS 3 Score Details (6.5)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10719
Release Date: 2020-05-26
Fix Resolution (io.undertow:undertow-core): 2.0.31.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.1.17.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2021-3629
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA 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.
Publish Date: 2022-05-24
URL: CVE-2021-3629
### CVSS 3 Score Details (5.9)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2021-3629
Release Date: 2022-05-24
Fix Resolution: io.undertow:undertow-core:2.0.40.Final,2.2.11.Final;io.undertow:undertow-benchmarks:2.0.40.Final,2.2.11.Final;io.undertow:undertow-examples:2.0.40.Final,2.2.11.Final
CVE-2021-3597
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA 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.
Publish Date: 2022-05-24
URL: CVE-2021-3597
### CVSS 3 Score Details (5.9)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1970930
Release Date: 2022-05-24
Fix Resolution (io.undertow:undertow-core): 2.0.39.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.2.0.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2021-28170
### Vulnerable Library - javax.el-3.0.0.jarJava.net - The Source for Java Technology Collaboration
Library home page: http://el-spec.java.net
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **javax.el-3.0.0.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsIn the Jakarta Expression Language implementation 3.0.3 and earlier, a bug in the ELParserTokenManager enables invalid EL expressions to be evaluated as if they were valid.
Publish Date: 2021-05-26
URL: CVE-2021-28170
### CVSS 3 Score Details (5.3)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2021-28170
Release Date: 2021-05-26
Fix Resolution: org.glassfish:jakarta.el:3.0.4, com.sun.el:el-ri:3.0.4
CVE-2021-20220
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was found in Undertow. A regression in the fix for CVE-2020-10687 was found. HTTP request smuggling related to CVE-2017-2666 is possible against HTTP/1.x and HTTP/2 due to permitting invalid characters in an HTTP request. This flaw allows an attacker to poison a web-cache, perform an XSS attack, or obtain sensitive information from request other than their own. The highest threat from this vulnerability is to data confidentiality and integrity.
Publish Date: 2021-02-23
URL: CVE-2021-20220
### CVSS 3 Score Details (4.8)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://github.com/advisories/GHSA-qjwc-v72v-fq6r
Release Date: 2021-02-23
Fix Resolution (io.undertow:undertow-core): 2.0.34.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.3.0.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2020-10687
### Vulnerable Library - undertow-core-2.0.29.Final.jarUndertow
Library home page: http://www.jboss.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.0.29.Final/undertow-core-2.0.29.Final.jar
Dependency Hierarchy: - spring-boot-starter-undertow-2.1.12.RELEASE.jar (Root Library) - :x: **undertow-core-2.0.29.Final.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA flaw was discovered in all versions of Undertow before Undertow 2.2.0.Final, where HTTP request smuggling related to CVE-2017-2666 is possible against HTTP/1.x and HTTP/2 due to permitting invalid characters in an HTTP request. This flaw allows an attacker to poison a web-cache, perform an XSS attack, or obtain sensitive information from request other than their own.
Publish Date: 2020-09-23
URL: CVE-2020-10687
### CVSS 3 Score Details (4.8)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1785049
Release Date: 2020-09-23
Fix Resolution (io.undertow:undertow-core): 2.1.5.Final
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-undertow): 2.3.7.RELEASE
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.