CVE-2024-26130
- EPSS 0.34%
- Published 21.02.2024 17:15:09
- Last modified 05.02.2025 22:09:20
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public ...
CVE-2023-50782
- EPSS 0.71%
- Published 05.02.2024 21:15:11
- Last modified 21.11.2024 08:37:18
A flaw was found in the python-cryptography package. This issue may allow a remote attacker to decrypt captured messages in TLS servers that use RSA key exchanges, which may lead to exposure of confidential or sensitive data.
CVE-2023-49083
- EPSS 0.6%
- Published 29.11.2023 19:15:07
- Last modified 21.11.2024 08:32:47
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Calling `load_pem_pkcs7_certificates` or `load_der_pkcs7_certificates` could lead to a NULL-pointer dereference and segfault. Exploitation of this...
CVE-2023-38325
- EPSS 1.07%
- Published 14.07.2023 20:15:09
- Last modified 21.11.2024 08:13:20
The cryptography package before 41.0.2 for Python mishandles SSH certificates that have critical options.
CVE-2023-23931
- EPSS 0.72%
- Published 07.02.2023 21:15:09
- Last modified 21.11.2024 07:47:07
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. Thi...
CVE-2020-36242
- EPSS 1.27%
- Published 07.02.2021 20:15:12
- Last modified 21.11.2024 05:29:08
In the cryptography package before 3.3.2 for Python, certain sequences of update calls to symmetrically encrypt multi-GB values could result in an integer overflow and buffer overflow, as demonstrated by the Fernet class.
CVE-2020-25659
- EPSS 0.25%
- Published 11.01.2021 16:15:15
- Last modified 21.11.2024 05:18:22
python-cryptography 3.2 is vulnerable to Bleichenbacher timing attacks in the RSA decryption API, via timed processing of valid PKCS#1 v1.5 ciphertext.
CVE-2016-9243
- EPSS 1.65%
- Published 27.03.2017 17:59:00
- Last modified 20.04.2025 01:37:25
HKDF in cryptography before 1.5.2 returns an empty byte-string if used with a length less than algorithm.digest_size.