cvelist/2019/0xxx/CVE-2019-0197.json

102 lines
4.0 KiB
JSON
Raw Normal View History

2018-11-14 09:04:54 -05:00
{
2019-06-11 22:00:46 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
2019-03-18 00:37:53 +00:00
"CVE_data_meta": {
"ID": "CVE-2019-0197",
2019-06-11 22:00:46 +00:00
"ASSIGNER": "security@apache.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Apache Software Foundation",
"product": {
"product_data": [
{
"product_name": "Apache HTTP Server",
"version": {
"version_data": [
{
"version_value": "2.4.34 to 2.4.38"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "mod_http2, possible crash on late upgrade"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20190401 CVE-2019-0197: mod_http2, possible crash on late upgrade",
"url": "http://www.openwall.com/lists/oss-security/2019/04/02/2"
},
{
"refsource": "BID",
"name": "107665",
"url": "http://www.securityfocus.com/bid/107665"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2019-cf7695b470",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WETXNQWNQLWHV6XNW6YTO5UGDTIWAQGT/"
},
{
"refsource": "MISC",
"name": "https://lists.apache.org/thread.html/e0b8f6e858b1c8ec2ce8e291a2c543d438915037c7af661ab6d33808@%3Cdev.httpd.apache.org%3E",
"url": "https://lists.apache.org/thread.html/e0b8f6e858b1c8ec2ce8e291a2c543d438915037c7af661ab6d33808@%3Cdev.httpd.apache.org%3E"
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2019:1190",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00051.html"
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2019:1209",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00061.html"
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2019:1258",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00084.html"
},
{
"refsource": "CONFIRM",
"name": "https://support.f5.com/csp/article/K44591505",
"url": "https://support.f5.com/csp/article/K44591505"
}
]
2019-03-18 00:37:53 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2019-06-11 22:00:46 +00:00
"value": "A vulnerability was found in Apache HTTP Server 2.4.34 to 2.4.38. When HTTP/2 was enabled for a http: host or H2Upgrade was enabled for h2 on a https: host, an Upgrade request from http/1.1 to http/2 that was not the first request on a connection could lead to a misconfiguration and crash. Server that never enabled the h2 protocol or that only enabled it for https: and did not set \"H2Upgrade on\" are unaffected by this issue."
2019-03-18 00:37:53 +00:00
}
]
}
}