The Register®

Original URL: http://www.theregister.co.uk/2002/08/15/windows_apache_security_bug_revealed/

Windows Apache security bug revealed

Serious hole, easy fix

By Thomas C Greene in Washington DC

Posted in Software, 15th August 2002 02:11 GMT

Free whitepaper – Best practices for optimizing performance and availability in virtual infrastructures

Default installations of Apache on Windows are susceptible to a bug discovered by Italian researcher Luigi Auriemma, Apache.org reports.

According to a PivX advisory (http://www.pivx.com/press_releases/al_apache001.html), non-Unix platforms like Windows OS2 and Netware are vulnerable, but Unix versions are not.

Details are sketchy to discourage immediate exploitation, but the organization says it will post additional details 'in the coming weeks'.

Meanwhile, the fix is simple. Add the following line to the httpd.conf file before the first 'Alias' or 'Redirect' directive:
RedirectMatch 400 "\\\.\."

The fix is included in version 2.0.40 (http://www.apache.org/dist/httpd), along with fixes for "two minor path-revealing exposures," Apache says. Apache fixed the binaries within 24 hours of initial notification, PivX notes. ®