The Bzip2Decoder handler in Netty's compression codec pipeline is vulnerable to a denial-of-service attack through a malformed bzip2 stream that permanently captures the event-loop thread in an infinite loop. The vulnerability exists in the run-length encoding (RLE) state machine within [Bzip2BlockDecompressor.read()]
{
"nvd_published_at": null,
"severity": "HIGH",
"github_reviewed_at": "2026-07-22T21:50:47Z",
"cwe_ids": [
"CWE-835"
],
"github_reviewed": true
}