Description
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Netty's chunk size parser silently overflows int, enabling request smuggling attacks. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Published: 2026-05-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Netty, an asynchronous network application framework, contains a flaw in its chunk size parser. The parser fails to properly constrain the integer value representing the HTTP chunk size, allowing an attacker to craft requests with oversized chunk size fields that silently overflow the internal 32‑bit limit. This overflow enables HTTP request smuggling, whereby malicious requests can be split or merged across connections in ways that deviate from standard HTTP specifications, potentially bypassing downstream security controls or causing unintended server behavior. An attacker could hijack or discard legitimate requests, leading to denial of service, unauthorized data access, or arbitrary code execution if the server processes the smuggled payload.

Affected Systems

The vulnerability affects the Netty framework, specifically the netty‑codec‑http module and core netty library, for all releases prior to 4.2.13.Final for the 4.2 series and prior to 4.1.133.Final for the 4.1 series. Any applications or services that embed these versions of Netty, such as web servers, application servers, or API gateways built on Netty, are potentially impacted.

Risk and Exploitability

The CVSS score of 6.5 classifies the vulnerability as medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating no publicly known exploitation at the time of this report. The likely attack vector is network‑based, with an attacker crafting specially malformed HTTP chunked requests against any surface that relies on the vulnerable Netty version. Because the flaw causes a silent overflow, exploitation requires detailed knowledge of the target's HTTP handling – but once executed, it can alter request parsing, potentially allowing session fixation, data leakage, or service disruption.

Generated by OpenCVE AI on May 13, 2026 at 19:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netty to version 4.2.13.Final or newer, or if using the 4.1.x line, to 4.1.133.Final or newer.
  • Rebuild or redeploy applications to reference the updated Netty libraries and ensure all internal components use the same patched version.
  • If an immediate upgrade is not feasible, add network‑layer controls such as a Web Application Firewall or reverse proxy that validates chunked transfer encoding and rejects malformed requests, mitigating the risk until the patch can be applied.

Generated by OpenCVE AI on May 13, 2026 at 19:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-m4cv-j2px-7723 Netty vulnerable to HTTP Request Smuggling due to incorrect chunk size parsing
History

Mon, 25 May 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 18 May 2026 14:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*

Thu, 14 May 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 14 May 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Io.netty
Io.netty netty-codec-http
Netty
Netty netty
Vendors & Products Io.netty
Io.netty netty-codec-http
Netty
Netty netty

Wed, 13 May 2026 18:30:00 +0000

Type Values Removed Values Added
Description Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Netty's chunk size parser silently overflows int, enabling request smuggling attacks. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Title Netty: HTTP Request Smuggling due to incorrect chunk size parsing
Weaknesses CWE-190
CWE-444
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L'}


Subscriptions

Io.netty Netty-codec-http
Netty Netty
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-14T18:21:13.322Z

Reserved: 2026-04-28T17:26:12.085Z

Link: CVE-2026-42580

cve-icon Vulnrichment

Updated: 2026-05-14T18:21:01.939Z

cve-icon NVD

Status : Analyzed

Published: 2026-05-13T19:17:23.490

Modified: 2026-05-18T14:03:25.460

Link: CVE-2026-42580

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-13T18:04:03Z

Links: CVE-2026-42580 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-14T14:34:08Z

Weaknesses