CVE-2024-34703: Botan Vulnerable to Denial of Service Due to Overly Large Elliptic Curve Parameters
Botan is a C++ cryptography library. X.509 certificates can identify elliptic curves using either an object identifier or using explicit encoding of the parameters. Prior to versions 3.3.0 and 2.19.4, an attacker could present an ECDSA X.509 certificate using explicit encoding where the parameters are very large. The proof of concept used a 16Kbit prime for this purpose. When parsing, the parameter is checked to be prime, causing excessive computation. This was patched in 2.19.4 and 3.3.0 to allow the prime parameter of the elliptic curve to be at most 521 bits. No known workarounds are available. Note that support for explicit encoding of elliptic curve parameters is deprecated in Botan.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-34703?
CVE-2024-34703 is classified as a medium severity vulnerability affecting the Botan cryptography library.
How do I fix CVE-2024-34703?
To mitigate CVE-2024-34703, upgrade to Botan version 3.3.0 or 2.19.4 or later.
Which versions of Botan are affected by CVE-2024-34703?
CVE-2024-34703 affects Botan versions prior to 3.3.0 and 2.19.4.
What type of attack does CVE-2024-34703 expose Botan to?
CVE-2024-34703 allows an attacker to exploit ECDSA X.509 certificates through the use of explicit encoding.
Is CVE-2024-34703 relevant to all users of Botan?
Yes, CVE-2024-34703 is relevant to all users of Botan versions before 3.3.0 and 2.19.4, particularly those utilizing X.509 certificates.