Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Full-disclosure] Internet Explorer Ver6.0.2800.1106 vulnerability


  • From: angray at beeb.net (Aaron Gray)
  • Subject: [Full-disclosure] Internet Explorer Ver6.0.2800.1106 vulnerability
  • Date: Mon May 29 21:31:03 2006

>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>