PatchSiren cyber security CVE debrief
CVE-2026-48480 netty CVE debrief
CVE-2026-48480 is a MEDIUM severity vulnerability in the Netty Incubator Codec OHTTP, a Java language binary HTTP parser. Prior to version 0.0.22.Final, the codec-ohttp implementation of draft-ietf-ohai-chunked-ohttp does not verify that a cryptographically-signed final chunk was received before the outer HTTP body terminates. This allows an on-path adversary (the OHTTP relay itself, or any MITM on the relay↔gateway or relay↔client transport) to forward a prefix of a legitimate chunked-OHTTP message—cut at a non-final chunk boundary—and close the outer body cleanly, producing no decryption error and no exception in the receiving application. The issue is fixed in version 0.0.22.Final.
- Vendor
- netty
- Product
- netty-incubator-codec-ohttp
- CVSS
- MEDIUM 6.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-04
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-04
- Advisory updated
- 2026-07-22
Who should care
Users of Netty Incubator Codec OHTTP prior to version 0.0.22.Final should update to the latest version to mitigate this vulnerability.
Technical summary
The Netty Incubator Codec OHTTP is vulnerable to a prefix forwarding attack due to improper verification of cryptographically-signed final chunks in chunked-OHTTP messages.
Defensive priority
MEDIUM
Recommended defensive actions
- Update to version 0.0.22.Final or later of Netty Incubator Codec OHTTP.
Evidence notes
The CVE-2026-48480 vulnerability was published on [cve-org](https://www.cve.org/CVERecord?id=CVE-2026-48480) and details can be found on [nvd](https://nvd.nist.gov/vuln/detail/CVE-2026-48480). Additional information is available at [ref-4](https://github.com/netty/netty-incubator-codec-ohttp/commit/28f977f293591a4e837bd59ceb441f9f70349915) and [ref-5](https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-r6fj-869h-4f6q).
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48480 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48480
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48480 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48480
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty-incubator-codec-ohttp/commit/28f977f293591a4e837bd59ceb441f9f70349915
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-r6fj-869h-4f6q
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.