Summary
Detail | |||
---|---|---|---|
Vendor | Botan Project | First view | 2016-05-13 |
Product | Botan | Last view | 2024-07-08 |
Version | 1.8.10 | Type | Application |
Update | * | ||
Edition | * | ||
Language | * | ||
Sofware Edition | * | ||
Target Software | * | ||
Target Hardware | * | ||
Other | * | ||
CPE Product | cpe:2.3:a:botan_project:botan |
Activity : Overall
Related : CVE
Date | Alert | Description | |
---|---|---|---|
5.3 | 2024-07-08 | CVE-2024-39312 | 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. |
7.5 | 2023-11-03 | CVE-2017-7252 | 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. |
9.1 | 2022-11-27 | CVE-2022-43705 | 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). |
5.9 | 2021-09-06 | CVE-2021-40529 | 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. |
9.8 | 2021-02-22 | CVE-2021-24115 | In Botan before 2.17.3, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex). |
5.9 | 2019-03-08 | CVE-2018-20187 | 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. |
5.9 | 2018-06-14 | CVE-2018-12435 | 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. |
7.5 | 2018-04-12 | CVE-2018-9860 | 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. |
9.8 | 2018-04-02 | CVE-2018-9127 | 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. |
5.5 | 2017-09-25 | CVE-2017-14737 | 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. |
9.8 | 2017-04-10 | CVE-2016-6878 | 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. |
9.8 | 2017-04-10 | CVE-2015-7826 | 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. |
7.5 | 2017-04-10 | CVE-2015-7825 | 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. |
7.5 | 2017-04-10 | CVE-2015-7824 | 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. |
9.8 | 2017-01-30 | CVE-2016-9132 | 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. |
9.8 | 2016-05-13 | CVE-2016-2195 | 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. |
7.5 | 2016-05-13 | CVE-2016-2194 | 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. |
7.5 | 2016-05-13 | CVE-2015-7827 | 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. |
7.5 | 2016-05-13 | CVE-2014-9742 | 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. |
CWE : Common Weakness Enumeration
% | id | Name |
---|---|---|
25% (4) | CWE-295 | Certificate Issues |
18% (3) | CWE-200 | Information Exposure |
12% (2) | CWE-20 | Improper Input Validation |
6% (1) | CWE-327 | Use of a Broken or Risky Cryptographic Algorithm |
6% (1) | CWE-320 | Key Management Errors |
6% (1) | CWE-319 | Cleartext Transmission of Sensitive Information |
6% (1) | CWE-310 | Cryptographic Issues |
6% (1) | CWE-193 | Off-by-one Error |
6% (1) | CWE-190 | Integer Overflow or Wraparound |
6% (1) | CWE-119 | Failure to Constrain Operations within the Bounds of a Memory Buffer |
Nessus® Vulnerability Scanner
id | Description |
---|---|
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-eaa7de17ae.nasl - Type: ACT_GATHER_INFO |
2018-08-20 | Name: The remote FreeBSD host is missing a security-related update. File: freebsd_pkg_7762d7ad2e3841d29785c51f653ba8bd.nasl - Type: ACT_GATHER_INFO |
2018-07-12 | Name: The remote Fedora host is missing a security update. File: fedora_2018-98ab6b4e56.nasl - Type: ACT_GATHER_INFO |
2018-01-15 | Name: The remote Fedora host is missing a security update. File: fedora_2017-523f6a613d.nasl - Type: ACT_GATHER_INFO |
2017-10-09 | Name: The remote Debian host is missing a security update. File: debian_DLA-1125.nasl - Type: ACT_GATHER_INFO |
2017-01-17 | Name: The remote Debian host is missing a security update. File: debian_DLA-786.nasl - Type: ACT_GATHER_INFO |
2016-12-27 | Name: The remote Fedora host is missing a security update. File: fedora_2016-7de64a450f.nasl - Type: ACT_GATHER_INFO |
2016-12-27 | Name: The remote Fedora host is missing a security update. File: fedora_2016-3b59109c48.nasl - Type: ACT_GATHER_INFO |
2016-12-13 | Name: The remote Gentoo host is missing one or more security-related patches. File: gentoo_GLSA-201612-38.nasl - Type: ACT_GATHER_INFO |
2016-07-14 | Name: The remote Fedora host is missing a security update. File: fedora_2016-fe0d8f126a.nasl - Type: ACT_GATHER_INFO |
2016-07-14 | Name: The remote Fedora host is missing a security update. File: fedora_2016-f2aae0dbc5.nasl - Type: ACT_GATHER_INFO |
2016-06-14 | Name: The remote FreeBSD host is missing a security-related update. File: freebsd_pkg_f771880c31cf11e68e82002590263bf5.nasl - Type: ACT_GATHER_INFO |
2016-06-14 | Name: The remote FreeBSD host is missing a security-related update. File: freebsd_pkg_ac0900df31d011e68e82002590263bf5.nasl - Type: ACT_GATHER_INFO |
2016-05-09 | Name: The remote Fedora host is missing a security update. File: fedora_2016-a545f81683.nasl - Type: ACT_GATHER_INFO |
2016-05-03 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-3565.nasl - Type: ACT_GATHER_INFO |
2016-04-01 | Name: The remote FreeBSD host is missing a security-related update. File: freebsd_pkg_4cd9b19ff66d11e5b94c001999f8d30b.nasl - Type: ACT_GATHER_INFO |
2016-03-04 | Name: The remote Fedora host is missing one or more security updates. File: fedora_2016-1c08d77b96.nasl - Type: ACT_GATHER_INFO |
2016-03-04 | Name: The remote Fedora host is missing one or more security updates. File: fedora_2016-fb9b356b74.nasl - Type: ACT_GATHER_INFO |