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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-18798— QUIC Server 处理初始包时可能触发双重释放漏洞

一分钟漏洞结论

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

漏洞摘要:当初始数据包的通道创建失败时,QUIC 服务器可能对 QRX(QUIC 记录层接收方向)对象执行双重释放(double free)。 影响摘要:双重释放会导致堆损坏,通常引起 QUIC 服务器进程终止,从而导致拒绝服务(DoS)。截至目前,尚无证据表明此双重释放可被远程利用以执行任意代码,因此认为其被远程代码执行利用的可能性极低。 CWE:CWE-415:双重释放 详细描述:为了验证初始数据包,OpenSSL QUIC 栈的默认数据包处理器( )会创建一个所谓的 QRX 对象。如果初始数据包通过 QRX

AI 预测 7.5 利用难度: 中等

影响版本矩阵 3

厂商产品 版本范围状态
OpenSSL OpenSSL 4.0.0< 4.0.2 affected
3.6.0< 3.6.4 affected
3.5.0< 3.5.8 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
QUIC Server May Trigger Double Free When Processing INITIAL Packet
来源: CVE Program / CVE List V5
Vulnerability Description
Issue summary: QUIC server may double free QRX (QUIC record layer RX) object when channel creation fails for initial packet. Impact summary: Double free leads to heap corruption, which typically results in termination of QUIC server process, leading to Denial of Service. There is so far no evidence that this double free is exploitable for remote code execution, thus it is considered highly improbable. CWE: CWE-415: Double Free Description: In order to validate initial packet, OpenSSL QUIC stack default packet handler (port_default_packet_handler()) creates a so-called QRX object. If the initial packet validates successfully with QRX object, the default packet handler proceeds to channel (connection object) creation. The QRX object used for packet validation is passed to port_bind_channel(), so it becomes part of the newly created connection. If port_bind_channel() fails, then it also frees the QRX object. Once port_bind_channel() returns, the port_default_packet_handler() detects the failure and proceeds to the error branch, where the same QRX object is freed for the second time. The failure in port_bind_channel() function can be induced with a relatively low effort by a malformed (non RFC 9000 compliant) INITIAL packet. If the packet carries DCID (destination connection ID) which is shorter than 8 bytes, then port_bind_channel() jumps to the error path after ossl_quic_lcidm_enrol_odcid() detects that the DCID has invalid length. FIPS impact: no The FIPS module is not affected, as the QUIC implementation is outside of the OpenSSL FIPS module boundary.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
双重释放
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
OpenSSL OpenSSL 4.0.0 ~ 4.0.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · OpenSSL · 2026-08-25 · 共 9 条

CVE-2026-75803 EVP_Cipher()使用AEAD时空密文伪造漏洞
CVE-2026-54874 DTLS记录缓冲区过度内存使用漏洞
CVE-2026-63074 ExtraCerts 无限缓存增长漏洞
CVE-2026-63072 CMS 密钥解封装中的堆缓冲区溢出漏洞
CVE-2026-63073 CMP响应验证中未信任的发送者DN被用作格式字符串漏洞
CVE-2026-63075 QUIC ACK包保留可导致内存耗尽
CVE-2026-63076 CMP Server 保护算法构造指针解引用漏洞
CVE-2026-14457 RPK 服务器签名算法选择可导致引用缺失证书的漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-18798

暂无评论


发表评论