AlexRogalskiy / ws-documents

WebDocs
GNU General Public License v3.0
2 stars 0 forks source link

CVE-2024-29025 (Medium) detected in netty-codec-http-4.1.84.Final.jar #446

Open mend-bolt-for-github[bot] opened 3 months ago

mend-bolt-for-github[bot] commented 3 months ago

CVE-2024-29025 - Medium Severity Vulnerability

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

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

Dependency Hierarchy: - spring-boot-starter-webflux-2.7.5.jar (Root Library) - spring-boot-starter-reactor-netty-2.7.5.jar - reactor-netty-http-1.0.24.jar - :x: **netty-codec-http-4.1.84.Final.jar** (Vulnerable Library)

Found in HEAD commit: c7ec20e7636517fb8d076d86cdac3414ca4c5842

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 (org.springframework.boot:spring-boot-starter-webflux): 3.1.8


Step up your Open Source Security Game with Mend here

github-actions[bot] commented 3 months ago

Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.