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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-93572— Netty redisarrayaggregator 预分配限制漏洞

一分钟漏洞结论

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

Summary recently added and limits to fix public Redis resource-exhaustion advisories. The limits are independent, but the allocator remains eager: every positive nested RESP array header creates before any child element exists. With the default constructor, an

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

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

漏洞信息

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

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

Vulnerability Title
Io.netty/netty-codec-redis: netty: redisarrayaggregator nested resp headers multiply patched preallocation limits
来源: CVE Program / CVE List V5
Vulnerability Description
## Summary `RedisArrayAggregator` recently added `maxElements` and `maxNestedArrayDepth` limits to fix public Redis resource-exhaustion advisories. The limits are independent, but the allocator remains eager: every positive nested RESP array header creates `new ArrayList<RedisMessage>(length)` before any child element exists. With the default constructor, an attacker can send nested array headers with length `1,000,000` until the default nesting limit of `1024` is reached. This can reserve up to `1,024,000,000` child slots from roughly 12 KB of RESP input. This is backing capacity, not logical list size: `ArrayList(int)` constructs an empty list with the specified initial capacity. ## Technical Details Current `decodeRedisArrayHeader(...)` checks the two limits independently: ```java if (header.length() > maxElements) { throw new CodecException("this codec doesn't support longer length than " + maxElements); } if (depths.size() >= maxNestedArrayDepth) { releaseAndClearDepths(); throw new CodecException("max nested array depth exceeded: " + maxNestedArrayDepth); } depths.push(new AggregateState((int) header.length())); ``` `AggregateState` i
来源: 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 订阅
Red Hat Red Hat build of Apache Camel for Spring Boot 4 - cpe:/a:redhat:camel_spring_boot:4
Red Hat Red Hat Fuse 7 - cpe:/a:redhat:jboss_fuse:7
Red Hat Red Hat JBoss Enterprise Application Platform 7 - cpe:/a:redhat:jboss_enterprise_application_platform:7
Red Hat Red Hat JBoss Enterprise Application Platform 7 - cpe:/a:redhat:jboss_enterprise_application_platform:7
Red Hat Red Hat JBoss Enterprise Application Platform 7 - cpe:/a:redhat:jboss_enterprise_application_platform:7
Red Hat Red Hat JBoss Enterprise Application Platform 7 - cpe:/a:redhat:jboss_enterprise_application_platform:7
Red Hat Red Hat Single Sign-On 7 - cpe:/a:redhat:red_hat_single_sign_on:7

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-93572 其他参考 (1)

同批安全公告 · Red Hat · 2026-09-18 · 共 33 条

CVE-2026-93569 8.2 HIGH Netty http2 代理主机头覆盖漏洞
CVE-2026-93564 7.5 HIGH Netty haproxy模块嵌套TLV引用计数泄漏
CVE-2026-89059 7.5 HIGH Resteasy iioimageprovider 图片解压炸弹拒绝服务漏洞
CVE-2026-93494 7.5 HIGH Netty Stomp子帧解码器字节缓冲区泄漏漏洞
CVE-2026-87743 7.5 HIGH Quarkus vertx-http 路径规范化授权绕过漏洞
CVE-2026-93575 7.5 HIGH Netty MQTT解码器资源耗尽漏洞
CVE-2026-93563 7.5 HIGH Netty-codec-smtp SMTP解码器内存耗尽DoS
CVE-2026-93488 7.5 HIGH Netty 远程拒绝服务漏洞
CVE-2026-93491 7.5 HIGH Netty HTTPServerCodec 拒绝服务漏洞
CVE-2026-93560 7.5 HIGH Netty STOMP编解码器无限循环拒绝服务漏洞
CVE-2026-93558 7.5 HIGH Netty WebSocket扩展处理器未界队列拒绝服务
CVE-2026-93565 7.5 HIGH Netty RTSP解码器方法令牌走私漏洞
CVE-2026-91149 7.5 HIGH Cockpit: cockpit: denial of service via unbounded connection thread spawning
CVE-2026-93567 7.5 HIGH Netty HTTP2 authority 连接转换缺陷
CVE-2026-93576 7.5 HIGH Netty SMTP命令名CRLF校验不完整漏洞
CVE-2026-93568 7.5 HIGH Netty HTTP/2与HTTP/3 CONNECT请求降级漏洞
CVE-2026-89058 7.4 HIGH Resteasy CORSFilter 任意源凭据反射漏洞
CVE-2026-81627 6.7 MEDIUM Qemu-kvm 远程代码执行漏洞
CVE-2026-93566 6.5 MEDIUM Netty Http 请求走私漏洞
CVE-2026-93579 6.5 MEDIUM Io.netty/netty-codec-http2: netty: http/2 header field values are not validated by default

显示前 20 条,共 33 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-93572

暂无评论


发表评论