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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-56822— Netty OcspServerCertificateValidator 竞态条件漏洞

CVSS 7.4 · High EPSS 0.11% · P2

影响版本矩阵 2

厂商产品版本范围状态
nettynetty>= 4.2.0.Final, < 4.2.16.Finalaffected
< 4.1.136.Finalaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Netty: TOCTOU in OcspServerCertificateValidator
来源: CVE Program / CVE List V5
Vulnerability Description
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, the OcspServerCertificateValidator forwards the SslHandshakeCompletionEvent before the asynchronous OCSP validation completes. This allows the client's downstream handlers to send sensitive application data (e.g., HTTP requests) to a revoked server before the channel is closed by the OCSP check. n io.netty.handler.ssl.ocsp.OcspServerCertificateValidator#userEventTriggered, when an SslHandshakeCompletionEvent is received, the validator immediately calls ctx.fireUserEventTriggered(evt). It then initiates an asynchronous OCSP query using OcspClient.query. Because the handshake completion event is forwarded immediately, downstream handlers in the client's pipeline are notified that the TLS handshake is successful. They may then begin reading and processing incoming application data or sending outgoing data. If the OCSP response later indicates the server's certificate is REVOKED, the validator closes the channel, but by this time, the client may have already leaked sensitive data to a revoked server or processed malicious responses from it. This issue has been fixed in versions 4.1.136.Final and 4.2.16.Final.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
检查时间与使用时间(TOCTOU)的竞争条件
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
nettynetty >= 4.2.0.Final, < 4.2.16.Final -

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

#POC 描述源链接神龙链接
AI 生成 POC高级
Qwen3.6-35B-A3B · 12971 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

同批安全公告 · netty · 2026-07-28 · 共 3 条

CVE-2026-568217.4 HIGHNetty OcspServerCertificateValidator 接受过期OCSP响应漏洞
CVE-2026-599215.7 MEDIUMNetty 输入验证错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-56822

暂无评论


发表评论