Valhalla Legends Archive

General => General Discussion => Topic started by: muert0 on August 06, 2004, 01:48 AM

Title: Mozilla exploit
Post by: muert0 on August 06, 2004, 01:48 AM
http://secunia.com/advisories/12232/
Title: Re:Mozilla exploit
Post by: quasi-modo on August 06, 2004, 01:50 AM
lets place bets on the patch time. I bet it gets patched within 2 days.
Title: Re:Mozilla exploit
Post by: iago on August 06, 2004, 02:13 AM
Quote from: peofeoknight on August 06, 2004, 01:50 AM
lets place bets on the patch time. I bet it gets patched within 2 days.

From the site:
QuoteSolution:
This has been fixed in the following versions:
* Mozilla 1.7.2
* Firefox 0.9.3
* Thunderbird 0.7.3

So I bet it's already been fixed.  I win!
Title: Re:Mozilla exploit
Post by: Zorm on August 06, 2004, 05:16 AM
It took them 21 days to release a patch for this if you look at the bug report.
Title: Re:Mozilla exploit
Post by: Banana fanna fo fanna on August 06, 2004, 10:55 AM
what ever happened to the oh-so-untouchable Mozilla?
Title: Re:Mozilla exploit
Post by: j0k3r on August 06, 2004, 11:16 AM
Quote from: $t0rm on August 06, 2004, 10:55 AM
what ever happened to the oh-so-untouchable Mozilla?
That's Opera's title.
Title: Re:Mozilla exploit
Post by: muert0 on August 06, 2004, 02:35 PM
They aren't untouchable. Windows is just the main target and as more people use it there will be more flaws found.
Title: Re:Mozilla exploit
Post by: iago on August 07, 2004, 11:11 AM
Opera had problems too:
http://www.eweek.com/article2/0,1759,1632120,00.asp (http://www.eweek.com/article2/0,1759,1632120,00.asp)
Title: Re:Mozilla exploit
Post by: Maddox on August 07, 2004, 04:34 PM
Quote from: iago on August 07, 2004, 11:11 AM
Opera had problems too:
http://www.eweek.com/article2/0,1759,1632120,00.asp (http://www.eweek.com/article2/0,1759,1632120,00.asp)

So did the ballet:
http://news.bbc.co.uk/1/hi/health/544604.stm
Title: Re:Mozilla exploit
Post by: quasi-modo on August 07, 2004, 05:48 PM
I am not even safe when I browse on lynx  :'( You would think that would be the safest browser.
Quote
   lynx' use of temporary files allows malicious local users to overwrite a lynx user's files or substitute contents of a downloaded file for another
Title: Re:Mozilla exploit
Post by: iago on August 07, 2004, 05:57 PM
hmm, I'm actually using FireFox now, and I like it.  Thanks to Lobo for giving me the motivation to try it :)
Title: Re:Mozilla exploit
Post by: Banana fanna fo fanna on August 07, 2004, 06:07 PM
why cant anyone write decent software these days!?
Title: Re:Mozilla exploit
Post by: quasi-modo on August 07, 2004, 06:14 PM
Quote from: $t0rm on August 07, 2004, 06:07 PM
why cant anyone write decent software these days!?
Why don't you write some and show them how its done!  ;D Make me a decent web browser  :-X
Title: Re:Mozilla exploit
Post by: muert0 on August 07, 2004, 06:15 PM
http://lynx.browser.org/
Title: Re:Mozilla exploit
Post by: quasi-modo on August 07, 2004, 06:23 PM
Quote from: muert0 on August 07, 2004, 06:15 PM
http://lynx.browser.org/
Humm, I actually got my copy from http://browsers.evolt.org

But I want storm to make me a browser....
::$70rm w3b br0wz4::
Title: Re:Mozilla exploit
Post by: Banana fanna fo fanna on August 07, 2004, 07:12 PM
I made a basic HTML parser that used a rich text box...does that count?

That would be interesting, actually. Anyone up for it?
Title: Re:Mozilla exploit
Post by: quasi-modo on August 07, 2004, 07:22 PM
Quote from: $t0rm on August 07, 2004, 07:12 PM
I made a basic HTML parser that used a rich text box...does that count?

That would be interesting, actually. Anyone up for it?
I made a web based parser one time to get around my schools network, but it got to complicated, we still would not be able to watch flash cartoons. I went back to using remote desktop and browsing through my home computer. I am not up for it :( I just picked up a site job that I need to do.

You probably would not have to start from scratch. You could pick up something open source and mod the heck out of it... I would consider that to be acceptable  8)
Title: Re:Mozilla exploit
Post by: iago on August 07, 2004, 07:25 PM
I once stuck the Java object javax.swing.TextPane on a frame, set its type to "text/html" and put an address bar at the top.  Does that count?
Title: Re:Mozilla exploit
Post by: quasi-modo on August 07, 2004, 07:37 PM
What I do not understand are hte images. You could parse through the html, and later the css. But how would you display images within this thing. I assume you would not be makeing a graphical browser. This seems like it would be some hard core codeing.
Title: Re:Mozilla exploit
Post by: Banana fanna fo fanna on August 08, 2004, 12:47 PM
I think a user-mode TCP stack that didn't use file descriptors would kick ass.