VDB
EN
HIGH

GHSA-jppx-w49h-x2qq

Netty: [SpdyHttpDecoder] ByteBuf Reference Leak on RST_STREAM Leads to Native Memory Exhaustion

빠른 조치

GHSA-jppx-w49h-x2qq — io.netty:netty-codec-http: 아래 명령으로 수정 버전으로 올리세요.

# pom.xml: bump <version>4.2.16.Final</version> for io.netty:netty-codec-http

상세

The `SpdyHttpDecoder` handler in Netty's SPDY-to-HTTP codec allocates a pooled `ByteBuf` when processing a client-initiated `SYN_STREAM` frame with `FLAG_FIN=0`, storing the partially-constructed `FullHttpRequest` in an internal map (`messageMap`) to accumulate subsequent `DATA` frames. When the remote peer sends an `RST_STREAM` for that stream, or when the accumulated content exceeds `maxContentLength`, the decoder removes the entry from the map but **never releases the pooled ByteBuf**, permanently leaking the allocated memory.

이 버전이 영향받나요?

사용 중인 패키지 버전을 입력하면 즉시 평가합니다.

영향 패키지

Maven / io.netty:netty-codec-http
최초 영향 버전: 4.2.0.Final 수정 버전: 4.2.16.Final
수정 # pom.xml: bump <version>4.2.16.Final</version> for io.netty:netty-codec-http
Maven / io.netty:netty-codec-http
최초 영향 버전: 4.1.0.Final 수정 버전: 4.1.136.Final
수정 # pom.xml: bump <version>4.1.136.Final</version> for io.netty:netty-codec-http

참고