]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add reference to CVE-2012-0021
authorStefan Fritsch <sf@apache.org>
Wed, 25 Jan 2012 18:56:45 +0000 (18:56 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 25 Jan 2012 18:56:45 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1235875 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index efa6cd94893c52f27bde46a37aa840431aa9773a..b749c37b0d78a9dab9220aa255a07dae1179758f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -27,8 +27,11 @@ Changes with Apache 2.2.22
      is enabled, could allow local users to gain privileges via a .htaccess
      file. [Stefan Fritsch, Greg Ames]
 
-  *) mod_log_config: Fix segfault when logging nameless, valueless cookie.
-     PR 52256. [Stefan Fritsch]
+  *) SECURITY: CVE-2012-0021 (cve.mitre.org)
+     mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format
+     string is in use and a client sends a nameless, valueless cookie, causing
+     a denial of service. The issue existed since version 2.2.17. PR 52256.
+     [Stefan Fritsch]
 
   *) mod_proxy_ajp: Try to prevent a single long request from marking a worker
      in error. [Jean-Frederic Clere]