目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-85721— AsyncHttpClient HTTP/1.1解压炸弹拒绝服务

一分钟漏洞结论

影响对象
AsyncHttpClient async-http-client
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

AsyncHttpClient (AHC) 库使 Java 应用程序能够轻松执行 HTTP 请求并异步处理 HTTP 响应。在 2.0.0 至 2.16.1 以及 3.0.12 之前的版本中,HTTP/1.1 路径上的自动响应解压缩功能通过 安装 ,但未对累计输出大小设置限制。恶意服务器或已受感染的服务器,以及能够在传输过程中篡改响应的攻击者,可以发送一个较小的 gzip、deflate 或 snappy 压缩响应,该响应在分块传输过程中不断解压扩展,直至耗尽客户端堆内存并触发 。如果系统中存在可选的编解码器,br

CVSS 7.5 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-85721 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
AsyncHttpClient: Unbounded HTTP/1.1 response decompression enables a decompression-bomb denial of service
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
未加控制的资源消耗(资源穷尽)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
AsyncHttpClient async-http-client >= 2.0.0, < 2.16.1 -

二、漏洞 CVE-2026-85721 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-85721 的情报信息

登录查看更多情报信息。

CVE-2026-85721 补丁与修复 (3)

CVE-2026-85721 厂商安全公告 (1)

同批安全公告 · AsyncHttpClient · 2026-09-17 · 共 6 条

CVE-2026-85719 7.5 HIGH AsyncHttpClient SOCKS代理明文泄露凭据漏洞
CVE-2026-85717 6.8 MEDIUM AsyncHttpClient 跨域重定向凭据泄露
CVE-2026-85718 5.9 MEDIUM AsyncHttpClient TLS握手失败拒绝服务漏洞
CVE-2026-85720 5.9 MEDIUM AsyncHttpClient 明文CONNECT请求凭据泄露
CVE-2026-85716 3.7 LOW AsyncHttpClient 身份认证响应未校验漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-85721

暂无评论


发表评论