Information Exposure Affecting pycrypto package, versions [0,]
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-PYCRYPTO-42047
- published 6 Feb 2018
- disclosed 3 Feb 2018
- credit Weikeng Chen, TElgamal
Introduced: 3 Feb 2018
CVE-2018-6594 Open this link in a new tabHow to fix?
There is no fixed version for pycrypto
.
Overview
pycrypto is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.).
Affected versions of this package are vulnerable to Insecure Encryption, which can lead to Information Exposure.
It generates weak ElGamal
key parameters, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack).
The Decisional Diffie-Hellman (DDH) assumption does not hold for PyCrypto's ElGamal implementation.