LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-33307

mod gnutls project · mod gnutls

Published
CVSS7.5
Severityhigh
WeaknessCWE-121
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

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

References

← Back to the CVE Tracker

Our coverage of CVE-2026-33307

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-33307.