mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"CVE_data_meta" : {
|
|
"ASSIGNER" : "cve-assign@distributedweaknessfiling.org",
|
|
"ID" : "CVE-2017-1000363",
|
|
"REQUESTER" : "roee.hay@hcl.com",
|
|
"STATE" : "PUBLIC"
|
|
},
|
|
"affects" : {
|
|
"vendor" : {
|
|
"vendor_data" : [
|
|
{
|
|
"product" : {
|
|
"product_data" : [
|
|
{
|
|
"product_name" : "Linux Kernel",
|
|
"version" : {
|
|
"version_data" : [
|
|
{
|
|
"version_value" : "4.11.1"
|
|
},
|
|
{
|
|
"version_value" : "3.18.53"
|
|
},
|
|
{
|
|
"version_value" : "2.6.39"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name" : "Linux Kernel"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format" : "MITRE",
|
|
"data_type" : "CVE",
|
|
"data_version" : "4.0",
|
|
"description" : {
|
|
"description_data" : [
|
|
{
|
|
"lang" : "eng",
|
|
"value" : "Linux drivers/char/lp.c Out-of-Bounds Write. Due to a missing bounds check, and the fact that parport_ptr integer is static, a 'secure boot' kernel command line adversary (can happen due to bootloader vulns, e.g. Google Nexus 6's CVE-2016-10277, where due to a vulnerability the adversary has partial control over the command line) can overflow the parport_nr array in the following code, by appending many (>LP_NO) 'lp=none' arguments to the command line."
|
|
}
|
|
]
|
|
},
|
|
"problemtype" : {
|
|
"problemtype_data" : [
|
|
{
|
|
"description" : [
|
|
{
|
|
"lang" : "eng",
|
|
"value" : "CWE-276"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references" : {
|
|
"reference_data" : [
|
|
{
|
|
"name" : "https://alephsecurity.com/vulns/aleph-2017023",
|
|
"refsource" : "MISC",
|
|
"url" : "https://alephsecurity.com/vulns/aleph-2017023"
|
|
},
|
|
{
|
|
"name" : "DSA-3945",
|
|
"refsource" : "DEBIAN",
|
|
"url" : "http://www.debian.org/security/2017/dsa-3945"
|
|
},
|
|
{
|
|
"name" : "98651",
|
|
"refsource" : "BID",
|
|
"url" : "http://www.securityfocus.com/bid/98651"
|
|
}
|
|
]
|
|
}
|
|
}
|