Safety vulnerability ID: 25680
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Cryptography 1.5.3 includes a fix for CVE-2016-9243: HKDF in cryptography before 1.5.2 returns an empty byte-string if used with a length less than algorithm.digest_size.
https://github.com/pyca/cryptography/commit/b924696b2e8731f39696584d12cceeb3aeb2d874
Latest version: 43.0.3
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
~~~~~~~~~~~~~~~~~~
* **SECURITY ISSUE**: Fixed a bug where ``HKDF`` would return an empty
byte-string if used with a ``length`` less than ``algorithm.digest_size``.
Credit to **Markus Döring** for reporting the issue. *CVE-2016-9243*
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application