Cryptographic issues in PyCrypto - CVE-2013-1445

 

Cryptographic issues in PyCrypto - CVE-2013-1445

Published: October 26, 2013 / Updated: August 10, 2020


Vulnerability identifier: #VU42419
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2013-1445
CWE-ID: CWE-310
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

The Crypto.Random.atfork function in PyCrypto before 2.6.1 does not properly reseed the pseudo-random number generator (PRNG) before allowing a child process to access it, which makes it easier for context-dependent attackers to obtain sensitive information by leveraging a race condition in which a child process is created and accesses the PRNG within the same rate-limit period as another process.


Affected software

PyCrypto
Amazon Linux AMI
IBM Cloud Pak System
IBM Watson Machine Learning Accelerator

How to mitigate CVE-2013-1445

Install update from vendor's website.

IBM Cloud Pak System - update to 2.3.3.6
IBM Watson Machine Learning Accelerator - update to 4.0

External References

Related Security Bulletins