CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33307

High
Published: Translated: NVD NIST

Summary

Mod_gnutls to moduł TLS dla Apache HTTPD oparty na GnuTLS. W wersjach przed 0.12.3 i 0.13.0 kod weryfikacji certyfikatów klienta importował łańcuch certyfikatów bez sprawdzania jego długości, co mogło prowadzić do błędów segmentacji.

Risk Assessment

Organizacje, które korzystają z certyfikatów klienta, mogą być narażone na potencjalne problemy z stabilnością serwera, chociaż nie zaobserwowano rzeczywistej korupcji stosu.

Recommendation

Zaleca się aktualizację do wersji 0.12.3 lub nowszej, aby zapewnić odpowiednie sprawdzanie długości łańcucha certyfikatów.

Related vulnerabilities

Original NVD description (English source)

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, a

Vulnerability data from NVD (NIST) · CISA KEV · EPSS