[ad]
Internet Storm Center’s always informative Diary has some good information.
At the urging of Handler Extraordinaire Kyle Haugsness, I tested the sploit on a box with software-based DEP and DropMyRights… here are the results:
Software-based DEP protecting core Windows programs: sploit worked
Software-based DEP protecting all programs: sploit worked
DropMyRights, config’ed to allow IE to run (weakest form of DropMyRights protection): sploit worked
Active Scripting Disabled: sploit failedSo, go with the last one, if you are concerned. By the way, you should be concerned.
It didn’t take long for the exploits to appear for that IE vulnerability. One has been making the rounds that pops the calculator up (no, I’m not going to point you to the PoC code, it is easy enough to find if you read any of the standard mailing lists), but it is a relatively trivial mod to turn that into something more destructive. For that reason, SANS is raising Infocon to yellow for the next 24 hours.
Microsoft recommends you turn Active Scripting OFF to protect against this vulnerability.
Source: ISC
Yah I know, yet another reason to dump Internet Explorer and grab Firefox, not that anyone reading this site would be using Internet Exploder..
The code is along the lines of:
<code><input type=”checkbox” id=’c’>
<script>
r=document.getElementById(“c”);
a=r.createTextRange();
</script></code>
You can find the Bleeding Snort rule for the IE Exploit here.
Microsoft has now confirmed this.
“We’re still investigating, but we have confirmed this vulnerability and I am writing a Microsoft Security Advisory on this,” writes Lennart Wistrand, security program manager with the Microsoft Security Response Center, in a blog posting. “We will address it in a security update.”
There is also a 3rd party fix for this from eEye.
Navaho Gunleg says
createTextRange( ) on a frigging CHECKBOX (i.e. an element without text at all)?
Just when you thought Microsoft can’t sink any lower they achieve the impossible.