]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose CVE-2007-3847 for backport
authorEric Covener <covener@apache.org>
Mon, 6 Aug 2007 17:42:12 +0000 (17:42 +0000)
committerEric Covener <covener@apache.org>
Mon, 6 Aug 2007 17:42:12 +0000 (17:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563203 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 114d56541abc63c4c3e0e38701e1eeb3009e19b1..8617802b36f0de2624da02e6e6d44cfa5e8482b4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -142,6 +142,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
+    *) SECURITY: CVE-2007-3847
+       mod_proxy: Prevent reading past the end of a buffer when parsing
+       date-related headers.  PR 41144.
+         2.2.x: http://svn.apache.org/viewvc?view=rev&revision=563198
+         2.0.x: http://people.apache.org/~covener/proxy-util-20x.patch
+            (Same as 2.2 but removed lines have hard tabs)
+       +1: covener
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.