[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3d3168e50704240153y3829d15cm8abb7b5d2d7ff86d@mail.gmail.com>
Date: Tue, 24 Apr 2007 10:53:26 +0200
From: "Michal Majchrowicz" <m.majchrowicz@...il.com>
To: full-disclosure@...ts.grok.org.uk, vulnwatch@...nwatch.org,
vulndiscuss@...nwatch.org, bugtraq@...urityfocus.com
Subject: Apache Illegal Request Handling Possible XSS
Vulnerability
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'];
?>
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/
Powered by blists - more mailing lists