CVE-2022-2053
Last modified
CVE-2022-2053 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.87% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Redhat | Integration Camel K | All versions | — |
| Redhat | Jboss Fuse | 7.0.0 | — |
| Redhat | Undertow | < 2.2.19 | — |
| Redhat | Undertow | 2.3.0 | Alpha1 |
References
- https://bugzilla.redhat.com/show_bug.cgi?id=2095862&comment#0Issue Tracking, Vendor Advisory
- https://issues.redhat.com/browse/UNDERTOW-2133Vendor Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2095862&comment#0Issue Tracking, Vendor Advisory
- https://issues.redhat.com/browse/UNDERTOW-2133Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-2053?
How severe is CVE-2022-2053?
How do I fix CVE-2022-2053?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-20524In compose of Vibrator.cpp, there is a possible arbitrary co…7.8
- CVE-2022-20525In enforceVisualVoicemailPackage of PhoneInterfaceManager.ja…3.3
- CVE-2022-20526In CanvasContext::draw of CanvasContext.cpp, there is a poss…3.3
- CVE-2022-20527In HalCoreCallback of halcore.cc, there is a possible out of…5.5
- CVE-2022-20528In findParam of HevcUtils.cpp there is a possible out of bou…3.3
- CVE-2022-20529In multiple locations of WifiDialogActivity.java, there is a…2.4
- CVE-2022-20530In strings.xml, there is a possible permission bypass due to…5.3
- CVE-2022-20531In Telecom, there is a possible way to determine whether an …5.5
- CVE-2022-20532In parseTrackFragmentRun() of MPEG4Extractor.cpp, there is a…9.8
- CVE-2022-20533In getSlice of WifiSlice.java, there is a possible way to co…3.3
- CVE-2022-20535In registerLocalOnlyHotspotSoftApCallback of WifiManager.jav…3.3
- CVE-2022-20536In registerBroadcastReceiver of RcsService.java, there is a …3.3
Are you affected by CVE-2022-2053?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
