| 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
| ||
|
Message-ID: <083301c6835e$bbd15320$0300a8c0@AMDLAPTOP>
Date: Mon May 29 21:31:03 2006
From: angray at beeb.net (Aaron Gray)
Subject: Internet Explorer Ver6.0.2800.1106 vulnerability
>a simple crash can lead to code exec but some people don't have
>knowledge/time to research it. they just report the crash and leave it
>of somebody else to make the actual code execute. sometimes simple crash
>is simple crash :-)) sometimes simple crash is remote code exec.
>
>Javor Ninov aka DrFrancky
>http://securitydot.net/
Look at the original post and you will see there is no where to inject any
code.
Aaron
>> <script>
>> var wwidth = (window.innerWidth)?window.innerWidth:
>> ((document.all
>> )?document.body.offsetWidth:null);
>>
>> while (wwidth)
>> {
>> self.resizeBy(-999999, -1);
>> }
>>
>> </script>