CVE-2026-33308

Source
https://cve.org/CVERecord?id=CVE-2026-33308
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33308.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33308
Aliases
  • GHSA-hm2g-m958-8qgh
Downstream
Published
2026-03-24T01:36:50.545Z
Modified
2026-04-10T05:42:42.947929Z
Severity
  • 6.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N CVSS Calculator
Summary
mod_gnutls missing key purpose check in client certificate verification
Details

Mod_gnutls is a TLS module for Apache HTTPD based on GnuTLS. Prior to version 0.13.0, code for client certificate verification did not check the key purpose as set in the Extended Key Usage extension. An attacker with access to the private key for a valid certificate issued by a CA trusted for TLS client authentication but designated for a different purpose could have used that certificate to improperly access resources requiring TLS client authentication. Server configurations that do not use client certificates (GnuTLSClientVerify ignore, the default) are not affected. The problem has been fixed in version 0.13.0 by rewriting certificate verification to use gnutls_certificate_verify_peers(), and requiring key purpose id-kp-clientAuth (also known as tls_www_client in GnuTLS) by default if the Extended Key Usage extension is present. The new GnuTLSClientKeyPurpose option allows overriding the expected key purpose if needed (please see the manual for details). Behavior for certificates without an Extended Key Usage extension is unchanged. If dedicated (sub-)CAs are used for issuing TLS client certificates only (not for any other purposes) the issue has no practical impact.

Database specific
{
    "cwe_ids": [
        "CWE-295"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33308.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/airtower-luna/mod_gnutls

Affected ranges

Type
GIT
Repo
https://github.com/airtower-luna/mod_gnutls
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.13.0"
        }
    ]
}

Affected versions

mod_gnutls/0.*
mod_gnutls/0.10.0
mod_gnutls/0.11.0
mod_gnutls/0.12.0
mod_gnutls/0.12.1
mod_gnutls/0.12.2
mod_gnutls/0.7
mod_gnutls/0.7-beta
mod_gnutls/0.7.1
mod_gnutls/0.7.2
mod_gnutls/0.7.3
mod_gnutls/0.8.0
mod_gnutls/0.8.0-alpha
mod_gnutls/0.8.0-beta
mod_gnutls/0.8.1
mod_gnutls/0.8.2
mod_gnutls/0.8.3
mod_gnutls/0.8.4
mod_gnutls/0.9.0
mod_gnutls/0.9.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33308.json"