classicvalues / qr1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2024-29025 (Medium) detected in netty-codec-http-4.1.86.Final.jar

mend-bolt-for-github opened this issue · comments

CVE-2024-29025 - Medium Severity Vulnerability

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

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

Path to dependency file: /service-a/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http/4.1.86.Final/netty-codec-http-4.1.86.Final.jar

Dependency Hierarchy:

  • vertx-auth-jwt-4.3.7.jar (Root Library)
    • vertx-auth-common-4.3.7.jar
      • vertx-core-4.3.7.jar
        • netty-handler-proxy-4.1.86.Final.jar
          • netty-codec-http-4.1.86.Final.jar (Vulnerable Library)

Found in HEAD commit: 1ab5c078981fcdbcebc35f06a37edab5f59dfeb5

Found in base branch: master

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.vertx:vertx-auth-jwt): 4.5.6


Step up your Open Source Security Game with Mend here

This issue won't be fixed & marked as invalid. Closed!