Skip to content

Bzip2Decoder doesn't allow setting size restrictions for decompressed data

Moderate
normanmaurer published GHSA-grg4-wf29-r9vv Sep 9, 2021

Package

maven netty-codec (Maven)

Affected versions

< 4.1.68.Final

Patched versions

4.1.68.Final

Description

Impact

The Bzip2 decompression decoder function doesn't allow setting size restrictions on the decompressed output data (which affects the allocation size used during decompression).

All users of Bzip2Decoder are affected. The malicious input can trigger an OOME and so a DoS attack

Workarounds

No workarounds other than not using the Bzip2Decoder

References

Relevant code areas:

https://github.com/netty/netty/blob/netty-4.1.67.Final/codec/src/main/java/io/netty/handler/codec/compression/Bzip2Decoder.java#L80
https://github.com/netty/netty/blob/netty-4.1.67.Final/codec/src/main/java/io/netty/handler/codec/compression/Bzip2Decoder.java#L294
https://github.com/netty/netty/blob/netty-4.1.67.Final/codec/src/main/java/io/netty/handler/codec/compression/Bzip2Decoder.java#L305

For more information

If you have any questions or comments about this advisory:

Severity

Moderate

CVE ID

CVE-2021-37136

Weaknesses

No CWEs

Credits