botan_project CVE Vulnerabilities & Metrics

Focus on botan_project vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About botan_project Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with botan_project. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total botan_project CVEs: 27
Earliest CVE date: 13 May 2016, 14:59 UTC
Latest CVE date: 08 Jul 2024, 17:15 UTC

Latest CVE reference: CVE-2024-39312

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 1

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical botan_project CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 5.13

Max CVSS: 10.0

Critical CVEs (≥9): 2

CVSS Range vs. Count

Range Count
0.0-3.9 7
4.0-6.9 10
7.0-8.9 8
9.0-10.0 2

CVSS Distribution Chart

Top 5 Highest CVSS botan_project CVEs

These are the five CVEs with the highest CVSS scores for botan_project, sorted by severity first and recency.

All CVEs for botan_project

CVE-2024-39312 botan_project vulnerability CVSS: 0 08 Jul 2024, 17:15 UTC

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. A bug in the parsing of name constraint extensions in X.509 certificates meant that if the extension included both permitted subtrees and excluded subtrees, only the permitted subtree would be checked. If a certificate included a name which was permitted by the permitted subtree but also excluded by excluded subtree, it would be accepted. Fixed in versions 3.5.0 and 2.19.5.

CVE-2017-7252 botan_project vulnerability CVSS: 0 03 Nov 2023, 01:15 UTC

bcrypt password hashing in Botan before 2.1.0 does not correctly handle passwords with a length between 57 and 72 characters, which makes it easier for attackers to determine the cleartext password.

CVE-2022-43705 botan_project vulnerability CVSS: 0 27 Nov 2022, 04:15 UTC

In Botan before 2.19.3, it is possible to forge OCSP responses due to a certificate verification error. This issue was introduced in Botan 1.11.34 (November 2016).

CVE-2021-40529 botan_project vulnerability CVSS: 2.6 06 Sep 2021, 19:15 UTC

The ElGamal implementation in Botan through 2.18.1, as used in Thunderbird and other products, allows plaintext recovery because, during interaction between two cryptographic libraries, a certain dangerous combination of the prime defined by the receiver's public key, the generator defined by the receiver's public key, and the sender's ephemeral exponents can lead to a cross-configuration attack against OpenPGP.

CVE-2021-24115 botan_project vulnerability CVSS: 7.5 22 Feb 2021, 02:15 UTC

In Botan before 2.17.3, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex).

CVE-2018-20187 botan_project vulnerability CVSS: 4.3 08 Mar 2019, 19:29 UTC

A side-channel issue was discovered in Botan before 2.9.0. An attacker capable of precisely measuring the time taken for ECC key generation may be able to derive information about the high bits of the secret key, as the function to derive the public point from the secret scalar uses an unblinded Montgomery ladder whose loop iteration count depends on the bitlength of the secret. This issue affects only key generation, not ECDSA signatures or ECDH key agreement.

CVE-2018-12435 botan_project vulnerability CVSS: 1.9 15 Jun 2018, 02:29 UTC

Botan 2.5.0 through 2.6.0 before 2.7.0 allows a memory-cache side-channel attack on ECDSA signatures, aka the Return Of the Hidden Number Problem or ROHNP, related to dsa/dsa.cpp, ec_group/ec_group.cpp, and ecdsa/ecdsa.cpp. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.

CVE-2018-9860 botan_project vulnerability CVSS: 5.0 12 Apr 2018, 05:29 UTC

An issue was discovered in Botan 1.11.32 through 2.x before 2.6.0. An off-by-one error when processing malformed TLS-CBC ciphertext could cause the receiving side to include in the HMAC computation exactly 64K bytes of data following the record buffer, aka an over-read. The MAC comparison will subsequently fail and the connection will be closed. This could be used for denial of service. No information leak occurs.

CVE-2018-9127 botan_project vulnerability CVSS: 7.5 02 Apr 2018, 17:29 UTC

Botan 2.2.0 - 2.4.0 (fixed in 2.5.0) improperly handled wildcard certificates and could accept certain certificates as valid for hostnames when, under RFC 6125 rules, they should not match. This only affects certificates issued to the same domain as the host, so to impersonate a host one must already have a wildcard certificate matching other hosts in the same domain. For example, b*.example.com would match some hostnames that do not begin with a 'b' character.

CVE-2017-14737 botan_project vulnerability CVSS: 2.1 26 Sep 2017, 01:29 UTC

A cryptographic cache-based side channel in the RSA implementation in Botan before 1.10.17, and 1.11.x and 2.x before 2.3.0, allows a local attacker to recover information about RSA secret keys, as demonstrated by CacheD. This occurs because an array is indexed with bits derived from a secret key.

CVE-2017-2801 botan_project vulnerability CVSS: 7.5 24 May 2017, 14:29 UTC

A programming error exists in a way Randombit Botan cryptographic library version 2.0.1 implements x500 string comparisons which could lead to certificate verification issues and abuse. A specially crafted X509 certificate would need to be delivered to the client or server application in order to trigger this vulnerability.

CVE-2016-6879 botan_project vulnerability CVSS: 5.0 10 Apr 2017, 15:59 UTC

The X509_Certificate::allowed_usage function in botan 1.11.x before 1.11.31 might allow attackers to have unspecified impact by leveraging a call with more than one Key_Usage set in the enum value.

CVE-2016-6878 botan_project vulnerability CVSS: 7.5 10 Apr 2017, 15:59 UTC

The Curve25519 code in botan before 1.11.31, on systems without a native 128-bit integer type, might allow attackers to have unspecified impact via vectors related to undefined behavior, as demonstrated on 32-bit ARM systems compiled by Clang.

CVE-2015-7826 botan_project vulnerability CVSS: 7.5 10 Apr 2017, 15:59 UTC

botan 1.11.x before 1.11.22 improperly handles wildcard matching against hostnames, which might allow remote attackers to have unspecified impact via a valid X.509 certificate, as demonstrated by accepting *.example.com as a match for bar.foo.example.com.

CVE-2015-7825 botan_project vulnerability CVSS: 7.8 10 Apr 2017, 15:59 UTC

botan before 1.11.22 improperly validates certificate paths, which allows remote attackers to cause a denial of service (infinite loop and memory consumption) via a certificate with a loop in the certificate chain.

CVE-2015-7824 botan_project vulnerability CVSS: 5.0 10 Apr 2017, 15:59 UTC

botan 1.11.x before 1.11.22 makes it easier for remote attackers to decrypt TLS ciphertext data via a padding-oracle attack against TLS CBC ciphersuites.

CVE-2016-9132 botan_project vulnerability CVSS: 7.5 30 Jan 2017, 22:59 UTC

In Botan 1.8.0 through 1.11.33, when decoding BER data an integer overflow could occur, which would cause an incorrect length field to be computed. Some API callers may use the returned (incorrect and attacker controlled) length field in a way which later causes memory corruption or other failure.

CVE-2016-8871 botan_project vulnerability CVSS: 2.1 28 Oct 2016, 15:59 UTC

In Botan 1.11.29 through 1.11.32, RSA decryption with certain padding options had a detectable timing channel which could given sufficient queries be used to recover plaintext, aka an "OAEP side channel" attack.

CVE-2016-2850 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

Botan 1.11.x before 1.11.29 does not enforce TLS policy for (1) signature algorithms and (2) ECC curves, which allows remote attackers to conduct downgrade attacks via unspecified vectors.

CVE-2016-2849 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

Botan before 1.10.13 and 1.11.x before 1.11.29 do not use a constant-time algorithm to perform a modular inverse on the signature nonce k, which might allow remote attackers to obtain ECDSA secret keys via a timing side-channel attack.

CVE-2016-2196 botan_project vulnerability CVSS: 10.0 13 May 2016, 14:59 UTC

Heap-based buffer overflow in the P-521 reduction function in Botan 1.11.x before 1.11.27 allows remote attackers to cause a denial of service (memory overwrite and crash) or execute arbitrary code via unspecified vectors.

CVE-2016-2195 botan_project vulnerability CVSS: 10.0 13 May 2016, 14:59 UTC

Integer overflow in the PointGFp constructor in Botan before 1.10.11 and 1.11.x before 1.11.27 allows remote attackers to overwrite memory and possibly execute arbitrary code via a crafted ECC point, which triggers a heap-based buffer overflow.

CVE-2016-2194 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

The ressol function in Botan before 1.10.11 and 1.11.x before 1.11.27 allows remote attackers to cause a denial of service (infinite loop) via unspecified input to the OS2ECP function, related to a composite modulus.

CVE-2015-7827 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

Botan before 1.10.13 and 1.11.x before 1.11.22 make it easier for remote attackers to conduct million-message attacks by measuring time differences, related to decoding of PKCS#1 padding.

CVE-2015-5727 botan_project vulnerability CVSS: 7.8 13 May 2016, 14:59 UTC

The BER decoder in Botan 1.10.x before 1.10.10 and 1.11.x before 1.11.19 allows remote attackers to cause a denial of service (memory consumption) via unspecified vectors, related to a length field.

CVE-2015-5726 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

The BER decoder in Botan 0.10.x before 1.10.10 and 1.11.x before 1.11.19 allows remote attackers to cause a denial of service (application crash) via an empty BIT STRING in ASN.1 data.

CVE-2014-9742 botan_project vulnerability CVSS: 5.0 13 May 2016, 14:59 UTC

The Miller-Rabin primality check in Botan before 1.10.8 and 1.11.x before 1.11.9 improperly uses a single random base, which makes it easier for remote attackers to defeat cryptographic protection mechanisms via a DH group.