]> granicus.if.org Git - apache/commit
Security fix - this is presumed to fix CVE-2009-3094 (the disclosed
authorJoe Orton <jorton@apache.org>
Mon, 14 Sep 2009 14:16:14 +0000 (14:16 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 14 Sep 2009 14:16:14 +0000 (14:16 +0000)
commit8d3f77b70d3c49bd14eb05c423788ec5df65bdad
treeba6062a044dad33cd388f4b45e8a55a995963794
parent7bf3e4012d032a94c21bb4dc47bca5832ac491b7
Security fix - this is presumed to fix CVE-2009-3094 (the disclosed
information was limited so this has not been confirmed):

* modules/proxy/mod_proxy_ftp.c (parse_epsv_reply): New function.
  (proxy_ftp_handler): Fix possible NULL pointer deference in
  apr_socket_close(NULL) on error paths.  Fix possible buffer overread
  in EPSV response parser; use parse_epsv_reply instead.  Thanks to
  Jeff Trawick and Stefan Fritsch for analysis of this issue.

Submitted by: Stefan Fritsch <sf fritsch.de>, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814652 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_ftp.c