cvelist/2017/1000xxx/CVE-2017-1000098.json

78 lines
2.3 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "cve-assign@distributedweaknessfiling.org",
"DATE_ASSIGNED" : "2017-08-09",
"ID" : "CVE-2017-1000098",
"REQUESTER" : "kurt@seifried.org",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Go",
"version" : {
"version_data" : [
{
"version_value" : "1.6.3"
},
{
"version_value" : "1.7.3"
}
]
}
}
]
},
"vendor_name" : "Go"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given \"maxMemory\" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file descriptors."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-20"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://golang.org/cl/30410",
"refsource" : "CONFIRM",
"url" : "https://golang.org/cl/30410"
},
{
"name" : "https://golang.org/issue/17965",
"refsource" : "CONFIRM",
"url" : "https://golang.org/issue/17965"
},
{
"name" : "https://groups.google.com/forum/#!msg/golang-dev/4NdLzS8sls8/uIz8QlnIBQAJ",
"refsource" : "CONFIRM",
"url" : "https://groups.google.com/forum/#!msg/golang-dev/4NdLzS8sls8/uIz8QlnIBQAJ"
}
]
}
}