
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-44378 is a denial-of-service vulnerability in Botan, a C++ cryptography library, caused by quadratic complexity when parsing certain BER indefinite length encodings. Prior to version 3.12.0, the parser accepted indefinite length encodings even in structures required to use DER encoding (which prohibits such encodings), allowing an attacker to trigger excessive CPU consumption. The vulnerability was published on May 27, 2026, and fixed in Botan 3.12.0. It carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 6.9 (Medium) (GitHub Advisory).
The root cause is classified as CWE-407 (Inefficient Algorithmic Complexity): certain patterns of indefinite length encodings in BER-encoded ASN.1 data trigger quadratic worst-case behavior in Botan's parser. Because the library accepted indefinite length encodings even in DER-required contexts, an attacker can craft malicious ASN.1 structures (e.g., X.509 certificates, OCSP responses) that cause the parser to perform an exponentially growing number of operations relative to input size. No authentication or user interaction is required — any network-accessible service that processes attacker-supplied ASN.1 data is potentially vulnerable. The vulnerability was discovered by researcher Yt Sun and reported to the Botan project (GitHub Advisory).
Successful exploitation results in a CPU-based denial of service, causing the affected application to become unresponsive or crash. There is no impact on confidentiality or integrity — only availability is affected. Any service that processes attacker-controlled ASN.1 data (such as TLS certificate validation, OCSP response parsing, or other PKI operations) using a vulnerable version of Botan is at risk (GitHub Advisory).
The primary remediation is to upgrade Botan to version 3.12.0 or later, which enforces strict DER encoding requirements and rejects indefinite length encodings in DER-required contexts. As a temporary workaround, operators can implement input validation and limits on BER data complexity or parsing time at the application or network layer, and consider running parsers with CPU/memory resource constraints. Services that do not need to accept externally supplied ASN.1 data should restrict such input at the network perimeter (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."