CVE-2022-2053
CVSS V2 None
CVSS V3 High 7.5
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.
Overview
- CVE ID
- CVE-2022-2053
- Assigner
- secalert@redhat.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-08-05T16:15:11
- Last Modified Date
- 2022-08-11T14:06:29
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:redhat:integration_camel_k:-:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:jboss_fuse:7.0.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:undertow:*:*:*:*:*:*:*:* | 1 | OR | 2.2.19 | |
cpe:2.3:a:redhat:undertow:2.3.0:alpha1:*:*:*:*:*:* | 1 | OR |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=2095862&comment#0 | |
https://issues.redhat.com/browse/UNDERTOW-2133 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-2053 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2053 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-08-05 17:00:34 | Added to TrackCVE |