Does anyone have an idea how can I fix this vulnerability in Apache 2.2.4, without upgrading the Web Server?
This is what I found about it on the net at SecurityReason. The fix they suggest suggested by them is to upgrade it to version 2.2.6. But the server is live and upgrading t is the last resort.
Apache2 XSS Undefined Charset UTF-7 XSS Vulnerability
The XSS(UTF7) exist in mod_autoindex.c . Charset is not defined and we can provide XSS attack using "P" option available in apache 2.2.4 by setting Charset to UTF-7.
"P=pattern lists only files matching the given pattern"
Please suggest a solution for this.
