CVE-2026-54251
Last modified
CVE-2026-54251 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. netty-incubator-codec-ohttp implements Oblivious HTTP (OHTTP) gateway and client functionality using Netty. Prior to 0.0.23.Final, the OHTTP gateway decryption path in codec-ohttp/src/main/java/io/netty/incubator/codec/ohttp/OHttpRequestResponseContext.java allocates a pooled direct ByteBuf for decrypted plaintext before the AEAD tag is verified.
Description
netty-incubator-codec-ohttp implements Oblivious HTTP (OHTTP) gateway and client functionality using Netty. Prior to 0.0.23.Final, the OHTTP gateway decryption path in codec-ohttp/src/main/java/io/netty/incubator/codec/ohttp/OHttpRequestResponseContext.java allocates a pooled direct ByteBuf for decrypted plaintext before the AEAD tag is verified. When an invalid tag causes decryptChunk() to throw CryptoException, OHttpRequestResponseContext.decodeChunk() does not release the ByteBuf because the allocation is not guarded by try/finally. Repeated invalid encrypted requests can therefore leak native off-heap memory until the gateway is unable to continue serving requests. This issue is fixed in version 0.0.23.Final.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| netty | netty-incubator-codec-ohttp | < 0.0.23.Final |
| io.netty.incubator | netty-incubator-codec-ohttp | < 0.0.23.Final |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-54251?
How severe is CVE-2026-54251?
How do I fix CVE-2026-54251?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54246Skipper is an HTTP router and reverse proxy for service comp…5.7
- CVE-2026-54247Skipper is an HTTP router and reverse proxy for service comp…4.3
- CVE-2026-54248Doco-CD is a GitOps continuous delivery tool that automatica…6.5
- CVE-2026-54249Pydantic AI is a Python agent framework for building Generat…6.8
- CVE-2026-5425The Widgets for Social Photo Feed plugin for WordPress is vu…7.2
- CVE-2026-54250K3s is a fully conformant production-ready Kubernetes distri…5.8
- CVE-2026-54253TS3 Manager is modern web interface for maintaining Teamspea…8.2
- CVE-2026-54254Cyberdrop-DL is a bulk asynchronous downloader for multiple …5.9
- CVE-2026-54256Winter CMS is a content management system built on the Larav…5.4
- CVE-2026-54257Electron is a framework for writing cross-platform desktop a…9.3
- CVE-2026-54258ZoneMinder is a free, open source closed-circuit television …6.5
- CVE-2026-54259Wagtail is an open source content management system built on…4.3
Are you affected by CVE-2026-54251?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
