1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
Files
apache/include
Joe Orton bb2749fd6e SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverse
proxy configuration, a remote attacker could send a carefully crafted
request which could crash a server process, resulting in denial of
service.

Thanks to Marek Kroemeke working with HP's Zero Day Initiative for
reporting this issue.

* server/util.c (ap_parse_token_list_strict): New function.

* modules/proxy/proxy_util.c (find_conn_headers): Use it here.

* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):
  Send a 400 for a malformed Connection header.

Submitted by: Edward Lu, breser, covener


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610674 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 12:27:00 +00:00
..
2006-07-11 20:33:53 +00:00
2013-04-27 08:37:36 +00:00
2014-05-29 06:20:36 +00:00
2014-01-02 18:04:26 +00:00
2012-02-10 22:45:48 +00:00
2011-11-13 00:20:32 +00:00
2011-11-14 21:39:19 +00:00
2011-11-13 00:20:32 +00:00
2011-11-13 00:20:32 +00:00
2011-11-14 21:39:19 +00:00
2011-11-14 21:39:19 +00:00
2011-11-14 21:39:19 +00:00
2014-01-22 19:15:14 +00:00
2006-07-11 20:33:53 +00:00
2013-03-19 19:09:40 +00:00
2013-08-13 12:36:27 +00:00