CVE-2026-34582: Botan has a TLS 1.3 certificate authentication bypass
Botan is a C++ cryptography library. Prior to version 3.11.1, the TLS 1.3 implementation allowed ApplicationData records to be processed prior to the Finished message being received. A server which is attempting to enforce client authentication via certificates can by bypassed by a client which entirely omits Certificate, CertificateVerify, and the Finished message and instead sends application data records. This vulnerability is fixed in 3.11.1.
Security readout for executives and security teams
Plain-English summary
Botan versions before 3.11.1 can let a TLS client bypass certificate-based client authentication in TLS 1.3. A service relying on Botan to prove client identity could accept data from an unauthenticated client, risking unauthorized access to protected functions or data.
Executive priority
Treat as urgent where Botan protects sensitive services with client certificates. The vulnerability can undermine authentication, so remediation should be prioritized ahead of routine patch cycles for exposed or high-trust mTLS systems.
Technical view
The TLS 1.3 implementation processed ApplicationData records before receiving the Finished message. For servers enforcing client certificates, a client could omit Certificate, CertificateVerify, and Finished messages while still sending application data. Botan fixed this in version 3.11.1.
Likely exposure
Exposure is likely where Botan before 3.11.1 is used by TLS 1.3 servers that require client certificate authentication. Risk is lower for applications not using Botan, not operating TLS servers, or not relying on client certificates.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is high impact because it is network reachable, needs no privileges or user interaction, and can defeat a strong authentication control.
Researcher notes
Key validation is whether application data can be accepted before handshake completion in affected deployments. Avoid assuming broad exposure: the evidence names Botan before 3.11.1 and the specific TLS 1.3 client-certificate authentication path.
Mitigation direction
Upgrade Botan to version 3.11.1 or later.
Prioritize internet-facing and partner-facing services using TLS client certificates.
Check vendor distribution guidance for packaged Botan builds.
Review statically linked applications that may embed vulnerable Botan versions.
Consider temporary exposure reduction for critical mTLS services until upgraded.
Validation and detection
Inventory deployed Botan versions and flag anything before 3.11.1.
Identify services using Botan for TLS 1.3 server-side client certificate authentication.
Confirm deployed binaries use the upgraded library, including static builds.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-166: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-166 · source CWE mapping
Improper Handling of Missing Special Element
Improper Handling of Missing Special Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Enforcement of Behavioral Workflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.