Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2022-2053 (High) detected in undertow-core-2.2.2.Final.jar #264

Open
mend-for-github-com bot opened this issue Aug 28, 2022 · 0 comments
Open
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Aug 28, 2022

CVE-2022-2053 - High Severity Vulnerability

Vulnerable Library - undertow-core-2.2.2.Final.jar

Path to dependency file: /adapters/oidc/installed/pom.xml

Path to vulnerable library: /2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar,/home/wss-scanner/.m2/repository/io/undertow/undertow-core/2.2.2.Final/undertow-core-2.2.2.Final.jar

Dependency Hierarchy:

  • undertow-core-2.2.2.Final.jar (Vulnerable Library)

Found in HEAD commit: 083dc472750fe560cb65e68c8ff4c9e6d9246bb3

Found in base branch: master

Vulnerability Details

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.

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 Fix

Type: Upgrade version

Origin: GHSA-95rf-557x-44g5

Release Date: 2022-08-05

Fix Resolution: io.undertow:undertow-core:2.2.19.Final


⛑️ Automatic Remediation is available for this issue

@mend-for-github-com mend-for-github-com bot added the security vulnerability Security vulnerability detected by WhiteSource label Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants