CVE-2026-63202
Published:August 20, 2026
Updated:September 10, 2026
"BinaryHttpParser" decodes Binary HTTP (RFC 9292) messages. An OHTTP gateway/client built on this library feeds the decrypted OHTTP body straight into "BinaryHttpParser.parse(...)". The field-section decoding loop terminates only on the exact condition "fieldSectionLength != 0" and relies on a Java "assert" to guarantee forward progress. Because (a) the loop counter can be driven negative and (b) "readFieldLine(...)" legitimately consumes zero bytes and returns "null" on a truncated/over-long field line, the loop can spin forever. Assertions are disabled in any normal production JVM, so the two "assert" statements meant to catch this provide no protection. A single ~17-byte Binary HTTP message — encapsulated by an unauthenticated attacker inside a normal OHTTP request, using the gateway's public key configuration — pins one Netty event-loop thread at 100% CPU permanently. A handful of such requests exhausts the entire event-loop group and takes the OHTTP gateway (or client) fully offline.
Affected Packages
https://github.com/netty/netty-incubator-codec-ohttp.git (GITHUB):
Affected version(s) >=netty-incubator-codec-parent-ohttp-0.0.1.Final <netty-incubator-codec-parent-ohttp-0.0.23.FinalFix Suggestion:
Update to version netty-incubator-codec-parent-ohttp-0.0.23.Finalio.netty.incubator:netty-incubator-codec-bhttp (JAVA):
Affected version(s) >=0.0.1.Final <0.0.23.FinalFix Suggestion:
Update to version 0.0.23.FinalRelated Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH