OMG!I am geek
Gender:
Posts: 56
374 credits Members referred : 0
« Reply #1 on: Mar 17, 2006, 01:54:29 PM »
Sounds like a serious vulnerability.
Thanks for sharing. I will add it to my .htaccess file.
Just another rainy day
Posts: 1
6 credits Members referred : 0
« Reply #2 on: May 03, 2007, 03:00:41 PM »
I am using Apache 2.0.55 version in Solaris 8 platform. But due to "RewriteEngine On" in apache module , there was a Apache - Mod_Rewrite - Off-By-One Buffer Overflow Issue. So i upgraded to Apache 2.0.59. Now i also need to disable Http Trace method in the apache version. But if i change Rewrite Off to Rewrite On in apache httpd.config file to disable Http Trace, it will again introduce Apache - Mod_Rewrite - Off-By-One Buffer Overflow Issue. Thus can you provide any other alternative solution for Http Trace issue.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7822
39867 credits Members referred : 3
« Reply #3 on: May 03, 2007, 03:50:42 PM »
I am afraid this can't be done without modifying the source code of Apache....
So I guess you will have to leave one of these vulnerabilities open. Or maybe check how this overflow is running in Solaris. To use the HTTP_TRACE mod_rewrite rule, you need to apply it in your httpd.conf file. Maybe the mod_rewrite overflow problem is happening for certain rules, or in general happens under some circumstances.