VYPR

Vendor CVEs

Botan Project

All CVEs

35 total · sorted by risk
  • CVE-2018-9127CriApr 2, 2018
    risk 0.64cvss 9.8epss 0.01

    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…

  • CVE-2016-6878CriApr 10, 2017
    risk 0.64cvss 9.8epss 0.01

    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-7826CriApr 10, 2017
    risk 0.64cvss 9.8epss 0.01

    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-2016-9132CriJan 30, 2017
    risk 0.64cvss 9.8epss 0.02

    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…

  • CVE-2016-2196CriMay 13, 2016
    risk 0.64cvss 9.8epss 0.05

    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-2195CriMay 13, 2016
    risk 0.64cvss 9.8epss 0.07

    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-2026-34582CriApr 7, 2026
    risk 0.52cvss 9.1epss 0.00

    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…

  • CVE-2026-34580HigApr 7, 2026
    risk 0.49cvss 7.5epss 0.00

    Botan is a C++ cryptography library. In 3.11.0, the function Certificate_Store::certificate_known had a misleading name; it would return true if any certificate in the store had a DN (and subject key identifier, if set) matching that of the argument. It did not check that the…

  • CVE-2018-9860HigApr 12, 2018
    risk 0.49cvss 7.5epss 0.01

    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…

  • CVE-2016-6879HigApr 10, 2017
    risk 0.49cvss 7.5epss 0.01

    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-2015-7825HigApr 10, 2017
    risk 0.49cvss 7.5epss 0.01

    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-7824HigApr 10, 2017
    risk 0.49cvss 7.5epss 0.02

    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-2850HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.02

    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-2849HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.02

    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-2194HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.03

    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-7827HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.02

    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-5727HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.01

    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-5726HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.01

    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-9742HigMay 13, 2016
    risk 0.49cvss 7.5epss 0.01

    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.

  • CVE-2026-32877HigMar 30, 2026
    risk 0.46cvss 8.2epss 0.00

    Botan is a C++ cryptography library. From version 2.3.0 to before version 3.11.0, during SM2 decryption, the code that checked the authentication code value (C3) failed to check that the encoded value was of the expected length prior to comparison. An invalid ciphertext can…

  • CVE-2026-44378HigMay 27, 2026
    risk 0.42cvss 7.5epss 0.00

    Botan is a C++ cryptography library. Prior to 3.12.0, certain patterns of indefinite length encodings in BER data could cause quadratic behavior in the parser, resulting in a denial of service. Such BER encodings were accepted even in structures which are required to be encoded…

  • CVE-2024-34703HigJun 30, 2024
    risk 0.42cvss 7.5epss 0.01

    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…

  • CVE-2017-2801MedMay 24, 2017
    risk 0.42cvss 6.5epss 0.01

    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…

  • CVE-2016-8871MedOct 28, 2016
    risk 0.40cvss 6.2epss 0.00

    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-2017-14737MedSep 26, 2017
    risk 0.36cvss 5.5epss 0.00

    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…

  • CVE-2026-32884MedMar 30, 2026
    risk 0.31cvss 5.9epss 0.00

    Botan is a C++ cryptography library. Prior to version 3.11.0, during processing of an X.509 certificate path using name constraints which restrict the set of allowable DNS names, if no subject alternative name is defined in the end-entity certificate Botan would check that the…

  • CVE-2026-32883MedMar 30, 2026
    risk 0.31cvss 5.9epss 0.00

    Botan is a C++ cryptography library. From version 3.0.0 to before version 3.11.0, during X509 path validation, OCSP responses were checked for an appropriate status code, but critically omitted verifying the signature of the OCSP response itself. This issue has been patched in…

  • CVE-2024-34702MedJul 8, 2024
    risk 0.27cvss 5.3epss 0.01

    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 3.5.0 and 2.19.5, checking name constraints in X.509 certificates is quadratic in the number of names…

  • CVE-2024-50382Oct 23, 2024
    risk 0.00cvss epss 0.01

    Botan before 3.6.0, when certain LLVM versions are used, has compiler-induced secret-dependent control flow in lib/utils/ghash/ghash.cpp in GHASH in AES-GCM. There is a branch instead of an XOR with carry. This was observed for Clang in LLVM 15 on RISC-V.

  • CVE-2024-50383Oct 23, 2024
    risk 0.00cvss epss 0.01

    Botan before 3.6.0, when certain GCC versions are used, has a compiler-induced secret-dependent operation in lib/utils/donna128.h in donna128 (used in Chacha-Poly1305 and x25519). An addition can be skipped if a carry is not set. This was observed for GCC 11.3.0 with -O2 on…

  • CVE-2024-39312Jul 8, 2024
    risk 0.00cvss epss 0.00

    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…

  • CVE-2017-7252Nov 3, 2023
    risk 0.00cvss epss 0.00

    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-2021-24115Feb 22, 2021
    risk 0.00cvss epss 0.02

    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-20187Mar 8, 2019
    risk 0.00cvss epss 0.02

    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…

  • CVE-2018-12435MedJun 15, 2018
    risk 0.00cvss 5.9epss 0.01

    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…