]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
get proposal CVE-2014-0117 on the books
authorEric Covener <covener@apache.org>
Wed, 16 Jul 2014 01:03:29 +0000 (01:03 +0000)
committerEric Covener <covener@apache.org>
Wed, 16 Jul 2014 01:03:29 +0000 (01:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1610891 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fe553a29bfcb3d76181974edf3c2070d8b43fd25..57bce868b42ec53393dda0299510c466b653d279 100644 (file)
--- 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.