CVE-2026-33307

7.5

AirTower-Luna · mod_gnutls

A stack-based buffer overflow in the mod_gnutls TLS module for Apache HTTPD allows remote unauthenticated attackers to cause a denial of service via a crafted client certificate chain.

Executive summary

A stack-based buffer overflow in the mod_gnutls module for Apache HTTPD poses a high risk of service disruption for servers configured to perform client certificate verification.

Vulnerability

This vulnerability is a stack-based buffer overflow (CWE-121) occurring during client certificate verification, where an unauthenticated attacker can supply a certificate chain that exceeds a fixed-size internal array. While exploitation typically results in a segmentation fault, the flaw allows for potential memory corruption.

Business impact

The vulnerability carries a CVSS score of 7.5, reflecting its high impact on service availability. Successful exploitation by an unauthenticated attacker would trigger a crash of the affected Apache process, leading to a denial of service for legitimate users. Organizations relying on client certificate authentication for secure access controls are at the highest risk of operational disruption.

Remediation

Immediate Action: Update the mod_gnutls module to version 0.12.3 or 0.13.0, where the certificate chain length verification logic has been corrected or replaced.

Proactive Monitoring: Review web server error logs for recurrent segmentation faults or unexpected process terminations, which may indicate attempted exploitation of this buffer overflow.

Compensating Controls: If immediate patching is not feasible, ensure that the GnuTLSClientVerify directive is set to ignore, as configurations that do not utilize client certificate verification are not susceptible to this flaw.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the potential for remote denial of service, administrators should prioritize updating the mod_gnutls module to the latest patched version. If your environment does not require client certificate authentication, verify that the configuration is set to ignore to eliminate the attack surface immediately.

Sources