CVE-2026-85721
Last modified
CVE-2026-85721 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and 3.0.12, automatic response decompression on the HTTP/1.1 path uses ChannelManager.newHttpContentDecompressor() to install Http1ContentDecompressor without a cumulative output-size limit.
Description
The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. From 2.0.0 until 2.16.1 and 3.0.12, automatic response decompression on the HTTP/1.1 path uses ChannelManager.newHttpContentDecompressor() to install Http1ContentDecompressor without a cumulative output-size limit. A hostile or compromised server, or an attacker who can alter a response in transit, can send a small gzip, deflate, or snappy response that expands across chunks until the client exhausts its heap and raises OutOfMemoryError; brotli and zstd are also affected when their optional codecs are present. In versions 3.0.8 through 3.0.10, the HTTP/2 decompressor is also unbounded, so switching protocols does not mitigate the issue on those releases. A limit applied to each decode call is insufficient because the response can be delivered as many small chunks, so the fixed implementation tracks total decompressed bytes for the whole response. This issue is fixed in versions 2.16.1 and 3.0.12.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| AsyncHttpClient | async-http-client | >= 2.0.0, < 2.16.1; >= 3.0.0, < 3.0.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85721?
How severe is CVE-2026-85721?
How do I fix CVE-2026-85721?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85716The AsyncHttpClient (AHC) library allows Java applications t…3.7
- CVE-2026-85717The AsyncHttpClient (AHC) library allows Java applications t…6.8
- CVE-2026-85718The AsyncHttpClient (AHC) library allows Java applications t…5.9
- CVE-2026-85719The AsyncHttpClient (AHC) library allows Java applications t…7.5
- CVE-2026-8572Insufficient policy enforcement in Network in Google Chrome …3.1
- CVE-2026-85720The AsyncHttpClient (AHC) library allows Java applications t…5.9
- CVE-2026-85724Moquette is a lightweight Java MQTT broker. Prior to 0.18.1,…9.6
- CVE-2026-85725LightRAG provides simple and fast retrieval-augmented genera…5.9
- CVE-2026-8573Integer overflow in Codecs in Google Chrome on Windows prior…8.3
- CVE-2026-85730smol-toml is a small, fast, and correct TOML parser and seri…8.2
- CVE-2026-85731oras-go is a Go library for managing OCI artifacts. Prior to…8.8
- CVE-2026-85732oras-go is a Go library for managing OCI artifacts. Prior to…4.7
Are you affected by CVE-2026-85721?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
