SCA: security update for io.netty:netty-codec-http (GHSA-5jpm-x58v-624v)

medium Tenable Self-Hosted Container Security Plugin ID 410899

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2024-29025)

See Also

https://github.com/advisories/GHSA-5jpm-x58v-624v

Plugin Details

Severity: Medium

ID: 410899

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.2

Temporal Score: 4.9

Vector: CVSS2#AV:N/AC:H/Au:M/C:C/I:C/A:N

CVSS Score Source: CVE-2024-29025

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/25/2024

Vulnerability Publication Date: 3/25/2024

Reference Information

CVE: CVE-2024-29025

cwe: CWE-770