Description
The netty incubator codec.bhttp is 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. An on-path adversary (the OHTTP relay itself, or any MITM on the relay↔gateway or relay↔client transport) can 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. Version 0.0.22.Final fixes the issue.
Published: 2026-06-04
Score: 6.6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the OHttpVersionChunkDraft implementation in Netty's incubator codec, which fails to enforce the receipt of a cryptographically‑signed final chunk before terminating the outer HTTP body. This omission allows an attacker to forward only a prefix of a legitimate chunked‑OHTTP message, cut at a boundary that is not the final chunk, and then close the outer body gracefully. The receiving application processes the truncated data without raising an exception or decryption error, meaning the integrity of the message can be silently compromised. This issue is a classic example of CWE‑325, the improper use of a cryptographic primitive.

Affected Systems

The flaw exists in the Netty Netty Incubator Codec OHttp package, specifically in versions prior to 0.0.22.Final. Any deployment of the codec‑ohttp library before that release is susceptible. Users should identify whether they are running the affected version and plan an upgrade accordingly.

Risk and Exploitability

The CVSS score of 6.6 indicates a medium severity for this weakness. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an on‑path adversary—such as a malicious OHTTP relay or a man‑in‑the‑middle on the relay‑to‑gateway or relay‑to‑client transport—who can manipulate the stream to perform the truncation. Because the attack requires network proximity and the ability to modify the payload stream, it is considered a remote but path‑dependent exploit. The lack of detection mechanisms in the library means that the compromise can remain hidden from the application side, increasing the potential impact of the attack.

Generated by OpenCVE AI on June 4, 2026 at 20:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netty Netty Incubator Codec OHttp to version 0.0.22.Final or later
  • Add a wrapper around the library to enforce validation of a cryptographic final chunk before processing the outer HTTP body
  • Limit or monitor OHTTP relay traffic, using network segmentation or IDS rules to detect truncated chunked‑OHTTP streams

Generated by OpenCVE AI on June 4, 2026 at 20:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 04 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 04 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Description The netty incubator codec.bhttp is 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. An on-path adversary (the OHTTP relay itself, or any MITM on the relay↔gateway or relay↔client transport) can 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. Version 0.0.22.Final fixes the issue.
Title netty-incubator-codec-ohttp OHttpVersionChunkDraft's Missing Final-Chunk Enforcement Leads to Undetected Stream Truncation
Weaknesses CWE-325
References
Metrics cvssV4_0

{'score': 6.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-04T18:42:22.003Z

Reserved: 2026-05-21T15:33:08.290Z

Link: CVE-2026-48480

cve-icon Vulnrichment

Updated: 2026-06-04T18:42:13.372Z

cve-icon NVD

Status : Received

Published: 2026-06-04T19:16:30.253

Modified: 2026-06-04T19:16:30.253

Link: CVE-2026-48480

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T20:30:16Z

Weaknesses