From: Eric Covener Date: Mon, 14 Jul 2014 21:02:52 +0000 (+0000) Subject: propose CVE-2014-0118 backport X-Git-Tag: 2.2.28~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb5a205f066193b2756e09488223e61d3bb1a06;p=thirdparty%2Fapache%2Fhttpd.git propose CVE-2014-0118 backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1610527 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 98c3056025e..dd79e2edd6e 100644 --- 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.