Improper handling of highly compressed data in Async-http-client - #VU142452
Published: August 13, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper handling of highly compressed data in the HTTP/1.1 response decompressor when processing compressed response bodies with automatic decompression enabled. A remote attacker can send a small compressed response that expands without bound in memory to cause a denial of service.
gzip, deflate, and snappy are available vectors by default, while brotli and zstd apply only when the corresponding optional codecs are on the classpath.