]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
follow up r920961 with the related CHANGES entry
authorJeff Trawick <trawick@apache.org>
Tue, 9 Mar 2010 17:29:22 +0000 (17:29 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 9 Mar 2010 17:29:22 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@920995 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0c0921790c64769499fd27cac35b30739fa17b14..0dfbae62d37b224bd821b5dcb9c71d7c9c220a5b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.0.64
 
+  *) SECURITY: CVE-2010-0425 (cve.mitre.org)
+     mod_isapi: Do not unload an isapi .dll module until the request
+     processing is completed, avoiding orphaned callback pointers.
+     [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
+
   *) SECURITY: CVE-2008-2939 (cve.mitre.org)
      mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of
      the FTP URL. Discovered by Marc Bevand of Rapid7. [Ruediger Pluem]