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-2024-29025 (Medium) detected in netty-codec-http-4.1.96.Final.jar, netty-codec-http-4.1.107.Final.jar #6222

Open
mend-bolt-for-github bot opened this issue Mar 26, 2024 · 0 comments

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Mar 26, 2024

CVE-2024-29025 - Medium Severity Vulnerability

Vulnerable Libraries - netty-codec-http-4.1.96.Final.jar, netty-codec-http-4.1.107.Final.jar

netty-codec-http-4.1.96.Final.jar

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

Path to dependency file: /src/test/api/karate/karateTests.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.1.96.Final/a4d0d95df5026965c454902ef3d6d84b81f89626/netty-codec-http-4.1.96.Final.jar

Dependency Hierarchy:

  • karate-junit5-1.4.1.jar (Root Library)
    • karate-core-1.4.1.jar
      • armeria-1.25.2.jar
        • netty-handler-proxy-4.1.96.Final.jar
          • netty-codec-http-4.1.96.Final.jar (Vulnerable Library)
netty-codec-http-4.1.107.Final.jar

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

Path to dependency file: /src/test/gatling/gatlingTests.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-codec-http/4.1.107.Final/4d8e9e51b7254bd26a42fe17bdcae32e4c6ebb3/netty-codec-http-4.1.107.Final.jar

Dependency Hierarchy:

  • gatling-charts-highcharts-3.10.5.jar (Root Library)
    • gatling-recorder-3.10.5.jar
      • netty-codec-http-4.1.107.Final.jar (Vulnerable Library)

Found in base branch: develop

Vulnerability Details

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The HttpPostRequestDecoder can be tricked to accumulate data. While the decoder can store items on the disk if configured so, there are no limits to the number of fields the form can have, an attacher can send a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, this field can cumulate data without limits. This vulnerability is fixed in 4.1.108.Final.

Publish Date: 2024-03-25

URL: CVE-2024-29025

CVSS 3 Score Details (5.3)

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: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2024-29025

Release Date: 2024-03-25

Fix Resolution (io.netty:netty-codec-http): 4.1.108.Final

Direct dependency fix Resolution (io.gatling.highcharts:gatling-charts-highcharts): 3.11.0


Step up your Open Source Security Game with Mend here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant