SciLinux: CVE-2007-3847 httpd SL4.x i386/x86_64
Summary
Date: Thu, 15 Nov 2007 14:11:41 -0600Reply-To: Troy DawsonSender: Security Errata for Scientific Linux From: Troy Dawson Subject: Security ERRATA for httpd on SL4.x i386/x86_64Comments: To: scientific-linux-errata@fnal.govSynopsis: Moderate: httpd security, bug fix, and enhancement updateIssue date: 2007-11-15CVE Names: CVE-2007-3847A flaw was found in the Apache HTTP Server mod_proxy module. On sites wherea reverse proxy is configured, a remote attacker could send a carefullycrafted request that would cause the Apache child process handling thatrequest to crash. On sites where a forward proxy is configured, an attackercould cause a similar crash if a user could be persuaded to visit amalicious site using the proxy. This could lead to a denial of service ifusing a threaded Multi-Processing Module. (CVE-2007-3847)As well, these updated packages fix the following bugs:* the default "/etc/logrotate.d/httpd" script incorrectly invoked the killcommand, instead of using the "/sbin/service httpd restart" command. If youconfigured the httpd PID to be in a location other than"/var/run/httpd.pid", the httpd logs failed to be rotated. This has beenresolved in these updated packages.* Set-Cookie headers with a status code of 3xx are not forwarded toclients when the "ProxyErrorOverride" directive is enabled. Theseresponses are overridden at the proxy. Only the responses with statuscodes of 4xx and 5xx are overridden in these updated packages.* mod_proxy did not correctly handle percent-encoded characters (ie %20)when configured as a reverse proxy.* invalid HTTP status codes could be logged if output filters returnederrors.* the "ProxyTimeout" directive was not inherited across virtual hostdefinitions.* in some cases the Content-Length header was dropped from HEAD responses.This resulted in certain sites not working correctly with mod_proxy, suchas www.windowsupdate.com.This update adds the following enhancements:* a new configuration option has been added, "ServerTokens Full-Release",which adds the package release to the server version string, which isreturned in the "Server" response header.* a new module has been added, mod_version, which allows configurationfiles to be written containing sections, which are evaluated only if theversion of httpd used matches a specified condition.SL 4.x SRPMS:httpd-2.0.52-38.sl4.src.rpm i386:httpd-2.0.52-38.sl4.i386.rpmhttpd-devel-2.0.52-38.sl4.i386.rpmhttpd-manual-2.0.52-38.sl4.i386.rpmhttpd-suexec-2.0.52-38.sl4.i386.rpmmod_ssl-2.0.52-38.sl4.i386.rpm x86_64:httpd-2.0.52-38.sl4.x86_64.rpmhttpd-devel-2.0.52-38.sl4.x86_64.rpmhttpd-manual-2.0.52-38.sl4.x86_64.rpmhttpd-suexec-2.0.52-38.sl4.x86_64.rpmmod_ssl-2.0.52-38.sl4.x86_64.rpm-Connie Sieh-Troy Dawson