OSV 1.4.0 · github-reviewed · 修改于 2026-08-21 02:39
发布时间
2026-08-21 02:39
GitHub 审查时间
2026-08-21 02:39
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/08/GHSA-vmr9-j6wf-pmh2/GHSA-vmr9-j6wf-pmh2.json
The netty-incubator-codec-ohttp library implements Oblivious HTTP (OHTTP) gateway and client functionality using Netty's ByteBuf memory management. When an OHTTP gateway processes encrypted client requests, it allocates a pooled direct (native off-heap) ByteBuf to hold the decrypted plaintext before the AEAD tag is verified. If the AEAD tag check fails — meaning the ciphertext is invalid — the decryption method throws a CryptoException, but the allocated buffer is never released because no try/finally block guards the allocation.