]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose CVE-2014-0118 backport
authorEric Covener <covener@apache.org>
Mon, 14 Jul 2014 21:02:52 +0000 (21:02 +0000)
committerEric Covener <covener@apache.org>
Mon, 14 Jul 2014 21:02:52 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1610527 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 98c3056025eed4729357349aaa137cd3031103b4..dd79e2edd6ef07f25557658a2e3fa81c18ba6f5c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -125,6 +125,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-cgid-script_timeout.diff
      +1: covener
 
+
+   * SECURITY: CVE-2014-0118 (cve.mitre.org)
+     mod_deflate: The DEFLATE input filter (inflates request bodies) now
+     limits the length and compression ratio of inflated request bodies to avoid
+     denial of sevice via highly compressed bodies.  See directives
+     DeflateInflateLimitRequestBody, DeflateInflateRatioLimit,
+     and DeflateInflateRatioBurst. [Yann Ylavic, Eric Covener]
+     trunk patch: http://svn.apache.org/r1610501
+     2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-deflate_limitrequestbody.diff
+     +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.