CVE-2026-48040
Last modified
CVE-2026-48040 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. The netty incubator codec.bhttp is a java language binary http parser. The library implements Oblivious HTTP (RFC 9458) using BoringSSL's HPKE C library via JNI. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
The netty incubator codec.bhttp is a java language binary http parser. The library implements Oblivious HTTP (RFC 9458) using BoringSSL's HPKE C library via JNI. When deriving native memory addresses for cryptographic operations versions prior to 0.0.22.Final provide a fallback path for direct ByteBufs that do not expose their memory address through `hasMemoryAddress()`. This fallback occurs when `sun.misc.Unsafe` is unavailable to Netty — for example, when the JVM is started with `-Dio.netty.noUnsafe=true`, when a SecurityManager restricts Unsafe access, or when running on non-HotSpot JVMs. In these configurations, Netty's default `PooledByteBufAllocator` returns `PooledDirectByteBuf` instances for which `hasMemoryAddress()` returns false. Under the enabling JVM configuration, an unauthenticated network attacker can cause the OHTTP gateway to corrupt memory belonging to other concurrent connections and disclose the contents of adjacent pooled direct buffers by triggering cryptographic operations with crafted OHTTP requests. The corruption occurs regardless of whether the AEAD tag verification succeeds, as BoringSSL zeroizes the output buffer on failure. The information disclosure path provides the attacker with the encryption key needed to extract the leaked data. This violates the confidentiality and integrity of all connections sharing the same Netty buffer arena. Version 0.0.22.Final fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty-Incubator-Codec-Ohttp | < 0.0.22 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48040?
How severe is CVE-2026-48040?
How do I fix CVE-2026-48040?
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-48035Hulumi is an open-source toolkit that ships secure-by-defaul…7.1
- CVE-2026-48036Hulumi is an open-source toolkit that ships secure-by-defaul…8.4
- CVE-2026-48037Hulumi is an open-source toolkit that ships secure-by-defaul…6.3
- CVE-2026-48038joi is a schema description language and data validator for …5.3
- CVE-2026-48039Meta Ads MCP is a Model Context Protocol (MCP) server that l…9.1
- CVE-2026-4804The Zakra theme for WordPress is vulnerable to Stored Cross-…6.4
- CVE-2026-48042Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-48043Netty is a network application framework for development of …7.5
- CVE-2026-48044Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-48045Zeroconf is a pure Python implementation of multicast DNS se…6.5
- CVE-2026-48046Streambert is a cross-platform Electron Desktop App to strea…9.3
- CVE-2026-48047XWiki Platform WebJars API is a package for XWiki, a generic…5.9
Are you affected by CVE-2026-48040?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
