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-41915 (Medium) detected in netty-codec-http-4.1.29.Final.jar - autoclosed #720

Closed
mend-for-jackfan.us.kg bot opened this issue Jan 4, 2023 · 2 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-jackfan.us.kg
Copy link

CVE-2022-41915 - Medium Severity Vulnerability

Vulnerable Library - netty-codec-http-4.1.29.Final.jar

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

Library home page: http://netty.io/

Path to dependency file: /dd-java-agent/instrumentation/netty-4.1/netty-4.1.gradle

Path to vulnerable library: /caches/modules-2/files-2.1/io.netty/netty-codec-http/4.1.29.Final/454688b88cea27a4d407202d1fc79a6522345b5e/netty-codec-http-4.1.29.Final.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.1.29.Final/454688b88cea27a4d407202d1fc79a6522345b5e/netty-codec-http-4.1.29.Final.jar

Dependency Hierarchy:

  • netty-codec-http-4.1.29.Final.jar (Vulnerable Library)

Found in HEAD commit: 2819174635979a19573ec0ce8e3e2b63a3848079

Found in base branch: master

Vulnerability Details

Netty project is an event-driven asynchronous network application framework. In versions prior to 4.1.86.Final, when calling DefaultHttpHeadesr.set with an iterator of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the DefaultHttpHeaders.set(CharSequence, Iterator<?>) call, into a remove() call, and call add() in a loop over the iterator of values.

Publish Date: 2022-12-13

URL: CVE-2022-41915

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 Fix

Type: Upgrade version

Release Date: 2022-12-13

Fix Resolution: 4.1.86.Final


⛑️ Automatic Remediation is available for this issue

@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Jan 4, 2023
@mend-for-jackfan.us.kg
Copy link
Author

ℹ️ This issue was automatically closed by Mend because it is a duplicate of an existing issue: #721

1 similar comment
@mend-for-jackfan.us.kg
Copy link
Author

ℹ️ This issue was automatically closed by Mend because it is a duplicate of an existing issue: #721

@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot changed the title CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.29.Final.jar CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.29.Final.jar - autoclosed Jan 4, 2023
@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot changed the title CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.29.Final.jar CVE-2022-41915 (Medium) detected in netty-codec-http-4.1.29.Final.jar - autoclosed Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants