CVE-2026-41207
5.3 MEDIUMThe netty incubator codec.bhttp is a java language binary http parser
Published: 2026-06-04 · Last updated: 2026-06-05
Severity and scoring
- CVSS
- 5.3 MEDIUM
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
- CWE
- CWE-330
Affected products
| Vendor | Product |
|---|---|
| netty | netty-incubator-codec-ohttp |
Description
The netty incubator codec.bhttp is a java language binary http parser. Prior to version 0.0.21.Final, HKDF_expand returns non-NULL on failure. The byte[] is filled with zeros and has no way to distinguish success from failure. Since this output is used as HKDF key material for the response AEAD, a failure silently produces an all-zero key. When EVP_HPKE_CTX_export fails it also returns an empty byte[] array filled with zeros. This byte[] feeds directly into OHttpCrypto.createResponseAEAD(...). A silent all-zero export secret would produce a deterministic, attacker-predictable AEAD key. Version 0.0.21.Final patches the issue.
Source: NVD
References
Related CVEs
Same vendor
- CVE-2026-48040 — The netty incubator codec.bhttp is a java language binary http parser (9.1 CRITICAL)
- CVE-2026-44248 — Netty is an asynchronous, event-driven network application framework (5.3 MEDIUM)
- CVE-2026-42587 — Netty is an asynchronous, event-driven network application framework (7.5 HIGH)
- CVE-2026-42586 — Netty is an asynchronous, event-driven network application framework (6.8 MEDIUM)
- CVE-2026-42585 — Netty is an asynchronous, event-driven network application framework (6.5 MEDIUM)
Same CWE
- CVE-2026-41701 — Correlation IDs for replies in the RabbitTemplate.sendAndReceive() with the fixed reply queue are predictable due to internal simple counter (4.4 MEDIUM)
- CVE-2026-41838 — IDs for WebSocket sessions in the spring-websocket module are not cryptographically unpredictable, which may be possible to exploit in co... (4.8 MEDIUM)
- CVE-2026-50208 — High-risk TrustAllCerts routines disable standard TLS certificate validation (9.4 CRITICAL)
- CVE-2026-44054 — Netatalk 2.0.0 through 4.4.2 generates AFP session tokens derived from predictable process IDs, which allows a remote authenticated attac... (6.5 MEDIUM)
- CVE-2026-42155 — Magento Long Term Support (LTS) is an unofficial, community-driven project provides an alternative to the Magento Community Edition e-com...