GHSA-32hf-8jw3-v4qq

Suggest an improvement
Source
https://github.com/advisories/GHSA-32hf-8jw3-v4qq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-32hf-8jw3-v4qq/GHSA-32hf-8jw3-v4qq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-32hf-8jw3-v4qq
Aliases
Published
2026-06-11T13:28:37Z
Modified
2026-06-11T13:56:30Z
Severity
  • 6.8 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
netty-incubator-codec-ohttp's Incorrect Native Pointer Derivation in Pooled Direct ByteBuf Fallback Leads to Out-of-Bounds Native Memory Access
Details

The netty-incubator-codec-ohttp library implements Oblivious HTTP (RFC 9458) using BoringSSL's HPKE C library via JNI. When deriving native memory addresses for cryptographic operations, provides 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.

Why this matters: 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.

Database specific
{
    "cwe_ids":  [
        "CWE-125"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-06-11T13:28:37Z",
    "nvd_published_at":  "2026-06-04T18:16:31Z",
    "severity":  "MODERATE"
}
References

Affected packages

Maven / io.netty.incubator:netty-incubator-codec-ohttp-hpke-native-boringssl

Package

Name
io.netty.incubator:netty-incubator-codec-ohttp-hpke-native-boringssl
View open source insights on deps.dev
Purl
pkg:maven/io.netty.incubator/netty-incubator-codec-ohttp-hpke-native-boringssl

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
0.0.22.Final

Affected versions

0.*
0.0.3.Final
0.0.4.Final
0.0.5.Final
0.0.6.Final
0.0.7.Final
0.0.8.Final
0.0.9.Final
0.0.10.Final
0.0.11.Final
0.0.12.Final
0.0.13.Final
0.0.14.Final
0.0.15.Final
0.0.16.Final
0.0.17.Final
0.0.18.Final
0.0.19.Final
0.0.20.Final
0.0.21.Final

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-32hf-8jw3-v4qq/GHSA-32hf-8jw3-v4qq.json"