GHSA-vmr9-j6wf-pmh2
netty-incubator-codec-ohttp: [OHttpServerCodec] Native Direct-Memory Leak on AEAD Decryption Failure Leads to Gateway Denial of Service
빠른 조치
GHSA-vmr9-j6wf-pmh2 — io.netty.incubator:netty-incubator-codec-ohttp: 아래 명령으로 수정 버전으로 올리세요.
# pom.xml: bump <version>0.0.23.Final</version> for io.netty.incubator:netty-incubator-codec-ohttp 상세
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.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 수정 버전: 0.0.23.Final # pom.xml: bump <version>0.0.23.Final</version> for io.netty.incubator:netty-incubator-codec-ohttp