mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-12-13 23:37:08 +00:00
86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"CVE_data_meta" : {
|
|
"ASSIGNER" : "cve-assign@distributedweaknessfiling.org",
|
|
"ID" : "CVE-2017-1000373",
|
|
"REQUESTER" : "qsa@qualys.com",
|
|
"STATE" : "PUBLIC"
|
|
},
|
|
"affects" : {
|
|
"vendor" : {
|
|
"vendor_data" : [
|
|
{
|
|
"product" : {
|
|
"product_data" : [
|
|
{
|
|
"product_name" : "OpenBSD",
|
|
"version" : {
|
|
"version_data" : [
|
|
{
|
|
"version_value" : "6.1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name" : "OpenBSD"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format" : "MITRE",
|
|
"data_type" : "CVE",
|
|
"data_version" : "4.0",
|
|
"description" : {
|
|
"description_data" : [
|
|
{
|
|
"lang" : "eng",
|
|
"value" : "The OpenBSD qsort() function is recursive, and not randomized, an attacker can construct a pathological input array of N elements that causes qsort() to deterministically recurse N/4 times. This allows attackers to consume arbitrary amounts of stack memory and manipulate stack memory to assist in arbitrary code execution attacks. This affects OpenBSD 6.1 and possibly earlier versions."
|
|
}
|
|
]
|
|
},
|
|
"problemtype" : {
|
|
"problemtype_data" : [
|
|
{
|
|
"description" : [
|
|
{
|
|
"lang" : "eng",
|
|
"value" : "A specific CWE doesn't exist, listing as unknown for now"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references" : {
|
|
"reference_data" : [
|
|
{
|
|
"url" : "https://www.exploit-db.com/exploits/42271/"
|
|
},
|
|
{
|
|
"url" : "https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/qsort.c?rev=1.15&content-type=text/x-cvsweb-markup"
|
|
},
|
|
{
|
|
"url" : "https://www.qualys.com/2017/06/19/stack-clash/stack-clash.txt"
|
|
},
|
|
{
|
|
"url" : "https://support.apple.com/HT208112"
|
|
},
|
|
{
|
|
"url" : "https://support.apple.com/HT208113"
|
|
},
|
|
{
|
|
"url" : "https://support.apple.com/HT208115"
|
|
},
|
|
{
|
|
"url" : "https://support.apple.com/HT208144"
|
|
},
|
|
{
|
|
"url" : "http://www.securityfocus.com/bid/99177"
|
|
},
|
|
{
|
|
"url" : "http://www.securitytracker.com/id/1039427"
|
|
}
|
|
]
|
|
}
|
|
}
|