Jump to content

Recommended Posts

Posted

The Internet Storm Centre has some info on a new IE Exploit floating around the net.

 

The UK group "Computer Terrorism" released a proof of concept exploit against patched versions of Internet Explorer. We verified that the code is working on a fully patched Windows XP system with default configuration.

 

The bug uses a problem in the javascript 'Window()' function, if run from 'onload'. 'onload' is an argument to the HTML

tag, and is used to execute javascript as the page loads.

 

The Javascript Window() vulnerability has been known for a few months now, but it has so far been treated as a denial of service (DoS) vulnerability. The author of this PoC figured out a way to use this older vulnerability to execute code.

 

Impact:

 

Arbitrary executables may be executed without user interaction. The PoC demo as tested by us will launch the calculator (calc.exe).

 

In addition ot the PoC 'Calculator' exploit, a reader (thanks Chris R!) submitted a version that opens a remote shell. The PoC exploit allows for easy copy/paste of various shell code snippets.

 

In itself, the vulnerability will not escalate privileges. We are trying to verify other exploits at this point.

 

Mitigation:

 

Turn off javascript, or use an alternative browser (Opera, Firefox). If you happen to use Firefox: This bug is not affecting firefox. But others may. For firefox, the extnion 'noscript' can be used to easily allow Javascript for selected sites only.

 

 

 

Microsoft Security Advisory is here. No Patch yet though...

 

http://www.microsoft.com/technet/security/advisory/911302.mspx

 

Snort IDS signature if your fortunate enough to have a Linux based firewall.

 

alert tcp $EXTERNAL_NET $HTTP_PORTS -> $HOME_NET any
(msg:"BLEEDING-EDGE CURRENT EVENTS Microsoft Internet
Explorer Window() Possible Code Execution"; flow:established,from_server;
content:"window"; nocase; pcre:"/[=:'"s]windows*(s*)/i";
reference:url,secunia.com/advisories/15546; \  reference:url,[url]www.computerterrorism.com/research/ie/ct21-11-2005;[/url]
reference:cve,2005-1790; classtype:attempted-user; sid:2002682; rev:1; )

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...