Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [Full-disclosure] Apache Illegal Request Handling Possible XSS Vulnerability |
|---|---|
| Date: | Tue, 24 Apr 2007 11:18:42 +0200 |
Hi. I think that server should have a list of valid requests. In fact Apache warns you sometimes that valid requests are: "GET/POST/TRACE/OPTIONS". The solution that it just accepts everything as request and protocol makes no sense. What kind of protocol is "<script>"? Regards Michal. On 4/24/07, Richard Moore <rich@westpoint.ltd.uk> wrote:
Michal Majchrowicz wrote:Hi. I think now we can classify this as flaw in Apache. It accepts requests that simply make no sense. Take a look at this example: <script>alert(document.cookie);</script> /test.php <script>alert(document.cookie);</script> In some circumstances it may cause XSS vulnerability: <?php echo $_SERVER['REQUEST_METHOD']; echo $_SERVER['SERVER_PROTOCOL']; ?>As Kradorex Xeron said, that's a flaw in the script. Apache needs to let arbitrary verbs through to the PHP (or other server extension) otherwise tools like webdav that require additional verbs could not be implemented. It is possibly arguable that it should restrict the verbs to a single alphanumeric string, but it certainly can't be counted on to be just GET/POST etc. Cheers Rich.I am now investigating other possible attacks. Regards Michal Majchrowicz. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/-- Richard Moore, Principal Software Engineer, Westpoint Ltd, Albion Wharf, 19 Albion Street, Manchester, M1 5LN, England Tel: +44 161 237 1028 Fax: +44 161 237 1031
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
| Previous by Date: | Re: [Full-disclosure] Apache Illegal Request Handling Possible XSS Vulnerability, Richard Moore |
|---|---|
| Next by Date: | [Full-disclosure] Apache Illegal Request Handling Possible XSS Vulnerability, Michal Majchrowicz |
| Previous by Thread: | Re: [Full-disclosure] Apache Illegal Request Handling Possible XSS Vulnerability, Richard Moore |
| Next by Thread: | Re: [Full-disclosure] Apache Illegal Request Handling Possible XSS Vulnerability, Michal Majchrowicz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |