cvelist/2017/9xxx/CVE-2017-9788.json
2017-10-19 14:02:35 -04:00

77 lines
2.5 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2017-07-13T00:00:00",
"ID" : "CVE-2017-9788",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "HTTP Server",
"version" : {
"version_data" : [
{
"version_value" : "All through 2.2.33 and 2.4.26"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "In Apache httpd before 2.2.34 and 2.4.x before 2.4.27, the value placeholder in [Proxy-]Authorization headers of type 'Digest' was not initialized or reset before or between successive key=value assignments by mod_auth_digest. Providing an initial key with no '=' assignment could reflect the stale value of uninitialized pool memory used by the prior request, leading to leakage of potentially confidential information, and a segfault in other cases resulting in denial of service."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Uninitialized memory reflection in mod_auth_digest"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://lists.apache.org/thread.html/0dd69204a6bd643cc4e9ccd008f07a9375525d977c6ebeb07a881afb@%3Cannounce.httpd.apache.org%3E"
},
{
"url" : "https://httpd.apache.org/security/vulnerabilities_22.html"
},
{
"url" : "https://httpd.apache.org/security/vulnerabilities_24.html"
},
{
"url" : "http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html"
},
{
"url" : "http://www.securityfocus.com/bid/99569"
},
{
"url" : "http://www.securitytracker.com/id/1038906"
}
]
}
}