From f0d8298a30bd171079a6103c76b439774fbb2648 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 16 Jul 2014 01:03:29 +0000 Subject: [PATCH] get proposal CVE-2014-0117 on the books git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1610891 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/STATUS b/STATUS index fe553a29bfc..57bce868b42 100644 --- a/STATUS +++ b/STATUS @@ -146,6 +146,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-deflate_limitrequestbody.diff +1: covener, ylavic + + * SECURITY: CVE-2014-0117 (cve.mitre.org) + Fix crashing with mod_proxy Connection handling. + trunk patch: http://svn.apache.org/r1610674 + 2.4.x patch: http://svn.apache.org/r1610737 (simplified ver) + 2.2.x patch: 2.4 works + +1 covener: + * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782. This may happen when ProxyPreserveHost is on and the proxy-worker handles connections to different Hosts. -- 2.47.3