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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54251— Netty OHttp 服务端解码器内存泄漏致拒绝服务

一分钟漏洞结论

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

netty-incubator-codec-ohttp 基于 Netty 实现了无意识 HTTP(OHTTP)网关和客户端功能。在 0.0.23.Final 版本之前,位于 中的 OHTTP 网关解密路径会在验证 AEAD 标签之前,为解密后的明文分配一个池化的直接 ByteBuf。当无效标签导致 抛出 时, 未能释放该 ByteBuf,因为其分配操作没有被 保护。因此,反复收到无效的加密请求会导致本地堆外内存泄漏,直到网关无法继续处理请求。该问题已在 0.0.23.Final 版本中修复。

CVSS 8.7 · High EPSS 0.29% · P22

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 2

厂商产品 版本范围状态
io.netty.incubator netty-incubator-codec-ohttp < 0.0.23.Final affected
netty netty-incubator-codec-ohttp < 0.0.23.Final affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
netty-incubator-codec-ohttp: [OHttpServerCodec] Native Direct-Memory Leak on AEAD Decryption Failure Leads to Gateway Denial of Service
来源: CVE Program / CVE List V5
Vulnerability Description
netty-incubator-codec-ohttp implements Oblivious HTTP (OHTTP) gateway and client functionality using Netty. Prior to 0.0.23.Final, the OHTTP gateway decryption path in codec-ohttp/src/main/java/io/netty/incubator/codec/ohttp/OHttpRequestResponseContext.java allocates a pooled direct ByteBuf for decrypted plaintext before the AEAD tag is verified. When an invalid tag causes decryptChunk() to throw CryptoException, OHttpRequestResponseContext.decodeChunk() does not release the ByteBuf because the allocation is not guarded by try/finally. Repeated invalid encrypted requests can therefore leak native off-heap memory until the gateway is unable to continue serving requests. This issue is fixed in version 0.0.23.Final.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
在生命周期中对资源的控制不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
netty netty-incubator-codec-ohttp < 0.0.23.Final -
io.netty.incubator netty-incubator-codec-ohttp < 0.0.23.Final -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-54251 补丁与修复 (1)

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

CVE-2026-54251 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-54251

暂无评论


发表评论