Python 2.7 before 3.4 only uses the last eight bits of the prefix to randomize hash values, which causes it to compute hash values without restricting the ability to trigger hash collisions predictably and makes it easier for context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1150.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
21 Nov 2024, 02:00
Type | Values Removed | Values Added |
---|---|---|
References | () http://bugs.python.org/issue14621 - | |
References | () http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html - | |
References | () http://www.openwall.com/lists/oss-security/2013/12/09/13 - | |
References | () http://www.openwall.com/lists/oss-security/2013/12/09/3 - | |
References | () http://www.securityfocus.com/bid/64194 - | |
References | () https://support.apple.com/kb/HT205031 - Vendor Advisory |
Information
Published : 2014-05-19 14:55
Updated : 2024-11-21 02:00
NVD link : CVE-2013-7040
Mitre link : CVE-2013-7040
CVE.ORG link : CVE-2013-7040
JSON object : View
Products Affected
apple
- mac_os_x
python
- python
CWE
CWE-310
Cryptographic Issues