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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-33307— mod_gnutls 安全漏洞

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

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

漏洞信息

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

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

Vulnerability Title
mod_gnutils has stack-based buffer overflow caused by a long client certificate chain
来源: CVE Program / CVE List V5
Vulnerability Description
Mod_gnutls is a TLS module for Apache HTTPD based on GnuTLS. In versions prior to 0.12.3 and 0.13.0, code for client certificate verification imported the certificate chain sent by the client into a fixed size `gnutls_x509_crt_t x509[]` array without checking the number of certificates is less than or equal to the array size. `gnutls_x509_crt_t` is a `typedef` for a pointer to an opaque GnuTLS structure created using with `gnutls_x509_crt_init()` before importing certificate data into it, so no attacker-controlled data was written into the stack buffer, but writing a pointer after the last array element generally triggered a segfault, and could theoretically cause stack corruption otherwise (not observed in practice). Server configurations that do not use client certificates (`GnuTLSClientVerify ignore`, the default) are not affected. The problem has been fixed in version 0.12.3 by checking the length of the provided certificate chain and rejecting it if it exceeds the buffer length, and in version 0.13.0 by rewriting certificate verification to use `gnutls_certificate_verify_peers()`, removing the need for the buffer entirely. There is no workaround. Version 0.12.3 provides the minimal fix for users of 0.12.x who do not wish to upgrade to 0.13.0 yet.
来源: 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
Vulnerability Title
mod_gnutls 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
mod_gnutls是基于 GnuTLS 的 Apache HTTPD 的 TLS 模块。 Mod_gnutls 0.12.3之前版本和0.13.0之前版本存在安全漏洞,该漏洞源于客户端证书验证未检查证书链长度,可能导致分段违规或栈损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
airtower-lunamod_gnutls < 0.12.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-33307

暂无评论


发表评论