
CVE-2024-50382
https://notcve.org/view.php?id=CVE-2024-50382
23 Oct 2024 — 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. • https://github.com/randombit/botan/commit/53b0cfde580e86b03d0d27a488b6c134f662e957 • CWE-203: Observable Discrepancy •

CVE-2024-50383 – Ubuntu Security Notice USN-7586-1
https://notcve.org/view.php?id=CVE-2024-50383
23 Oct 2024 — 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 MIPS, and GCC on x86-i386. (Only 32-bit processors can be affected.) It was discovered that Botan could have compiler dependent operations induced under certain circumstances. • https://github.com/randombit/botan/commit/53b0cfde580e86b03d0d27a488b6c134f662e957 • CWE-203: Observable Discrepancy •

CVE-2017-7252
https://notcve.org/view.php?id=CVE-2017-7252
03 Nov 2023 — 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. El hash de contraseñas de bcrypt en Botan anterior a 2.1.0 no maneja correctamente las contraseñas con una longitud de entre 57 y 72 caracteres, lo que facilita a los atacantes determinar la contraseña en texto plano. • https://botan.randombit.net/security.html • CWE-319: Cleartext Transmission of Sensitive Information •

CVE-2022-43705
https://notcve.org/view.php?id=CVE-2022-43705
27 Nov 2022 — 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). En Botan anterior a 2.19.3, es posible falsificar respuestas OCSP debido a un error de verificación de certificado. Este problema se introdujo en Botan 1.11.34 (noviembre de 2016). • https://github.com/randombit/botan/releases/tag/2.19.3 • CWE-295: Improper Certificate Validation •

CVE-2021-40529 – Gentoo Linux Security Advisory 202208-14
https://notcve.org/view.php?id=CVE-2021-40529
06 Sep 2021 — 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. Una implementación de ElGamal en Botan versiones hasta 2.18.1, tal y como se usa en Thunderbird ... • https://eprint.iacr.org/2021/923 • CWE-327: Use of a Broken or Risky Cryptographic Algorithm •

CVE-2021-24115
https://notcve.org/view.php?id=CVE-2021-24115
22 Feb 2021 — In Botan before 2.17.3, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex). En Botan versiones anteriores a 2.17.3, los cálculos de tiempo constante no son usados para determinadas operaciones de decodificación y codificación (base32, base58, base64 y hex) • https://botan.randombit.net/news.html •

CVE-2018-20187
https://notcve.org/view.php?id=CVE-2018-20187
07 Jan 2019 — 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. Se ha detectado un fallo de canal lateral en B... • https://botan.randombit.net/news.html • CWE-320: Key Management Errors •

CVE-2018-12435
https://notcve.org/view.php?id=CVE-2018-12435
15 Jun 2018 — 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. Botan versión 2.5.0 hasta 2.6.0 anterior a 2.7.0, permite un ataque de canal lateral de memoria caché en firmas ECDSA, también se conoce como Problema... • https://botan.randombit.net/security.html • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVE-2018-9860
https://notcve.org/view.php?id=CVE-2018-9860
12 Apr 2018 — 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. • https://botan.randombit.net/security.html • CWE-193: Off-by-one Error •

CVE-2018-9127
https://notcve.org/view.php?id=CVE-2018-9127
02 Apr 2018 — 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. Botan 2.2.0 - 2.4.0 (solucionado en 2.5.0) ges... • https://botan.randombit.net/security.html • CWE-295: Improper Certificate Validation •