PDA

Bekijk Volledige Versie : Browser bugs [DoS] ... where will you draw a line?



Bipin Gautam
09/04/04, 19:25
Browser bugs [DoS] ... where will you draw a line?

Shouldn't developers [of Browsers] draw a line... between a DoS bug and a "can be troublesome" feature in their web-browsern and put necessary measures in their code to protect form such nasty codes. These days... I’ve been seeing lot of stupid IE/Mozill
a DoS exploits. They do get patched. Should we need another "Bloodhound" technology in brouser as well for such but...... it's strange to see neither neither a antivirus softwares nor IE / MOZILLA are putting necessary efforts in their code to prevent su
ch hostile scripts.....?

------------
<body onload="hUNT()">
&lt;script language="JavaScript"><!--
var szhUNT="...cauz its a jungle out there!"
function hUNT()
{szhUNT=szhUNT + szhUNT
window.status="String Length is: "+szhUNT.length
window.setTimeout('hUNT()',1);}
// -->&lt;/script&gt;
-------------

OR

you could just have a scripts that kicks a infinite pop up windows!!! or at worst...... lets add a WSH script...

--------------------------------------
I guess this bug has patch…
--------------------------------------
&lt;object id='wsh' classid='clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'>&lt;/object&gt;
&lt;script&gt;
wsh.Run("cmd.exe /k echo ...today is your lucky day!");
&lt;/script&gt;
--------------------------------------

.... such browser features are far *MORE* troublesome than *any* browser DoS BUGS!!!

the solution shouldn't be to disable scripting...... etc!

so ??????

../hUNT3R
-------------------------------------
http://www.geocities.com/visitbipin
http://www.01security.com

Drew Copley
09/04/04, 23:05
=20

> -----Original Message-----
> From: Bipin Gautam [mailto:visitbipin@hotmail.com]=20
> Sent: Friday, April 09, 2004 8:07 AM
> To: bugtraq@securityfocus.com
> Subject: Browser bugs [DoS] ... where will you draw a line?
>=20
>=20
>=20
> Browser bugs [DoS] ... where will you draw a line?
>=20
>=20
>=20
> Shouldn't developers [of Browsers] draw a line... between a=20
> DoS bug and a "can be troublesome" feature in their=20
> web-browsern and put necessary measures in their code to=20
> protect form such nasty codes. These days... I've been=20
> seeing lot of stupid IE/Mozilla DoS exploits. They do get=20
> patched. Should we need another "Bloodhound" technology in=20
> brouser as well for such but...... it's strange to see=20
> neither neither a antivirus softwares nor IE / MOZILLA are=20
> putting necessary efforts in their code to prevent such=20
> hostile scripts.....?=20
>=20
>=20

I think that is presumptive.=20

They put a lot of work into their browsers. But, unlike most other
applications you are talking about a massive application here which is
designed to perform many major tasks which include being it's own
language parser for several languages.

DoS attacks are not a priority. This can be almost anything. They don't
run code. And, quite frankly, at least in IE, most DoS attacks are now
handled pretty well. You can actually just close the browser. Further,
it is not nearly so easy to get such attacks to work anymore because you
are so much more limited in how you can attack. It used to be you could
just send a newspost or email on any html post and get everyone.=20



<snip>


> --------------------------------------
>=20
> I guess this bug has patch...
>=20
> --------------------------------------
>=20
> &lt;object id=3D'wsh'=20
> classid=3D'clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B'>&lt;/object&gt;
>=20
> &lt;script&gt;
>=20
> wsh.Run("cmd.exe /k echo ...today is your lucky day!");=20
>=20
> &lt;/script&gt;=20
>=20
> --------------------------------------


Running wsh within the browser does not work in internet zone. The
vulnerabilities that run code are very difficult to find. They may look
easy as a finished product, but a great deal of grueling work goes into
them.=20

Running wsh within the browser if the file is on your desktop works, if
you click "Okay" to the security warning.

Web browsers are an essential technology. If you don't think they should
be able to run games or perform powerful tasks then just turn off their
ability to do so. Personally, even as someone that has found multiple
full compromise vulnerabilities in IE, I like the power of it. It is
cool to be able to have applications within a webpage. I like that
mozilla added IRC to their browser. I can only hope they add more
features.

More features do mean more bugs.=20

I will fault Microsoft on their time to fix bugs. I have serious
problems with that. I don't blame the everyday person there, but I see
that as a larger, management incompetence issue.=20


<snip>
>=20
>=20
>=20
> the solution shouldn't be to disable scripting...... etc!

Agreed there.

And Microsoft has gone with this "solution" on w2k3.=20

But, dealing with language parsers is very difficult. You can do almost
anything in several different languages. There is so much to check.=20

The same kind of issues remain for trying to firewall out SQL attacks or
Javascript attacks. There are so many different ways to "say" the same
thing. These are languages.



>=20
>=20
>=20
> so ??????
>=20
>=20
>=20
> ./hUNT3R
>=20
> -------------------------------------
>=20
> http://www.geocities.com/visitbipin
>=20
> http://www.01security.com
>=20
>=20