CVE-2026-33307
Last modified
CVE-2026-33307 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Mod Gnutls Project | Mod Gnutls | < 0.12.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-33307?
How severe is CVE-2026-33307?
How do I fix CVE-2026-33307?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33301OpenEMR is a free and open source electronic health records …8.1
- CVE-2026-33302OpenEMR is a free and open source electronic health records …8.1
- CVE-2026-33303OpenEMR is a free and open source electronic health records …5.4
- CVE-2026-33304OpenEMR is a free and open source electronic health records …6.5
- CVE-2026-33305OpenEMR is a free and open source electronic health records …5.4
- CVE-2026-33306bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() passw…7.5
- CVE-2026-33308Mod_gnutls is a TLS module for Apache HTTPD based on GnuTLS.…5.9
- CVE-2026-33309Langflow is a tool for building and deploying AI-powered age…9.9
- CVE-2026-3331The Lobot Slider Administrator plugin for WordPress is vulne…4.3
- CVE-2026-33310Intake is a package for finding, investigating, loading and …8.8
- CVE-2026-33311DiceBear is an avatar library for designers and developers. …4.7
- CVE-2026-33312Vikunja is an open-source self-hosted task management platfo…5.4
Are you affected by CVE-2026-33307?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
