PatchSiren cyber security CVE debrief
CVE-2026-42013 Red Hat CVE debrief
A certificate validation bypass vulnerability exists in GnuTLS where an oversized Subject Alternative Name (SAN) field causes the validation process to incorrectly fall back to checking the Common Name (CN) field. This behavior could allow a remote attacker to present a certificate that passes validation despite not matching the intended hostname, enabling spoofing or man-in-the-middle attacks. The vulnerability stems from improper handling of SAN field size constraints during X.509 certificate chain validation.
- Vendor
- Red Hat
- Product
- Red Hat Enterprise Linux 8
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-26
- Original CVE updated
- 2026-08-25
- Advisory published
- 2026-05-26
- Advisory updated
- 2026-08-25
Who should care
System administrators operating TLS-terminating services using GnuTLS, security teams managing PKI infrastructure, and developers integrating GnuTLS for certificate validation in applications.
Technical summary
The vulnerability occurs during X.509 certificate chain validation in GnuTLS. When processing a certificate containing an oversized Subject Alternative Name extension, the validation logic fails to properly handle the size condition and incorrectly falls back to validating against the Common Name field. This violates RFC 6125 guidance that SAN fields should take precedence over CN when present. An attacker could craft or obtain a certificate with a malformed SAN that triggers this fallback, then use CN-based hostname matching to impersonate a target domain. The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N indicates network attack vector, low attack complexity, no privileges required, no user interaction, with high impact to integrity but limited confidentiality impact and no availability impact.
Defensive priority
HIGH
Recommended defensive actions
- Apply GnuTLS security updates when available from distribution maintainers
- Review TLS certificate validation configurations for systems using GnuTLS
- Monitor Red Hat Bugzilla 2467448 for patch availability and backport information
- Audit certificate chains for unusually large SAN fields in internal PKI deployments
- Enable certificate transparency logging where supported to detect anomalous certificate issuance
Evidence notes
CVE published 2026-05-26 with CVSS 3.1 score 8.2 (HIGH). Red Hat Bugzilla reference 2467448 filed. CWE-1284 (Improper Validation of Specified Quantity in Input) identified as primary weakness. Vendor attribution marked low confidence requiring review; Red Hat referenced as domain candidate.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-42013 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-42013
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-42013 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-42013
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://access.redhat.com/errata/RHSA-2026:20611
-
Source reference
Unverified legacy reference
URL: https://access.redhat.com/security/cve/CVE-2026-42013
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.