mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
87 lines
3.1 KiB
JSON
87 lines
3.1 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "cve@mitre.org",
|
|
"ID": "CVE-2013-7040",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "n/a",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "n/a"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "n/a"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "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."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "n/a"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "64194",
|
|
"refsource": "BID",
|
|
"url": "http://www.securityfocus.com/bid/64194"
|
|
},
|
|
{
|
|
"name": "[oss-security] 20131209 Re: CPython hash secret can be recoved remotely",
|
|
"refsource": "MLIST",
|
|
"url": "http://www.openwall.com/lists/oss-security/2013/12/09/13"
|
|
},
|
|
{
|
|
"name": "[oss-security] 20131209 CPython hash secret can be recoved remotely",
|
|
"refsource": "MLIST",
|
|
"url": "http://www.openwall.com/lists/oss-security/2013/12/09/3"
|
|
},
|
|
{
|
|
"name": "APPLE-SA-2015-08-13-2",
|
|
"refsource": "APPLE",
|
|
"url": "http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html"
|
|
},
|
|
{
|
|
"name": "http://bugs.python.org/issue14621",
|
|
"refsource": "CONFIRM",
|
|
"url": "http://bugs.python.org/issue14621"
|
|
},
|
|
{
|
|
"name": "https://support.apple.com/kb/HT205031",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://support.apple.com/kb/HT205031"
|
|
}
|
|
]
|
|
}
|
|
} |