CVE-2022-2053: High severity redhat Integration Camel K vulnerability
A flaw was found in Undertow. AJP requests to the server may allow an attacker to send a malicious request and trigger server errors, resulting in a denial of service.
Other sources
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 modcluster, 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 modcluster responds "503 Service Unavailable" for a while (up to 10 seconds). In modproxybalancer, it does not forward requests to the worker until the "retry" timeout passes. However, luckily, modproxybalancer 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 modcluster, modproxybalancer 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)
— Red Hat
Affected Software
Event History
Parent advisories
This vulnerability appears in the following advisories.
Frequently Asked Questions
What is CVE-2022-2053?
CVE-2022-2053 is a vulnerability in Undertow that allows an attacker to send a malicious request to the server, potentially resulting in denial of service.
How does CVE-2022-2053 impact Undertow?
CVE-2022-2053 allows an attacker to exploit a flaw in Undertow's AjpServerRequestConduit implementation to close a connection without sending any response to the client/proxy, resulting in a potential denial of service.
What is the severity of CVE-2022-2053?
CVE-2022-2053 has a severity rating of high (7 out of 10).
How can I fix CVE-2022-2053?
To fix CVE-2022-2053, it is recommended to update Undertow to version 2.2.19 or 2.3.0, depending on the affected software.
Where can I find more information about CVE-2022-2053?
You can find more information about CVE-2022-2053 in the following references: [Reference 1](https://access.redhat.com/errata/RHSA-2022:6823), [Reference 2](https://access.redhat.com/errata/RHSA-2022:6821), [Reference 3](https://access.redhat.com/errata/RHSA-2022:6822).