Mozilla First To Patch Pwn2Own Browser Vulnerability
Constantine the Less writes "Mozilla has released Firefox 3.0.8 to fix a pair of code execution holes that put users of the browser at risk of drive-by download attacks. It includes a fix for one of the flaws exploited during this year's CanSecWest Pwn2Own hacker contest. The update also fixes a separate zero-day flaw disclosed earlier this week on a public exploit site. Both issues are rated 'critical,' Mozilla's highest severity rating."
And good to see Mozilla patching things this quickly.
"City hall" in German is "Rathaus" Kinda explains a few things......
If I want to have Firefox download my exploit, umm, contribution to thousands of users worldwide, could I get such fast service and minimal vetting if I called it a security patch?
If you must moderate, please moderate as irrelevent, not something bad, because I'm sure someone will find this interest
In other news, Slashdot have announced an update to version 0.03 alpha.
This version doesn't fix the Javascript Slowdown that causes the browser window to turn grey on Linux systems, for spinning beachballs on Mac OS X, and Windows thinking the application isn't responding.
However it alters something that was working into something that doesn't. Also there's a "Prefs" button on the bottom of the page.
I really don't understand your logic. Just because Apple happens to be a decent software company, and quickly fixes exploits *that have been reported to them*, open source is less secure?
This says nothing negative about open source, IMO. The exploits that were patched here were found because someone took the time to try to find them. When all you get is a binary blob, that's obviously going to be harder than if you've got is source code. So your point is moot.
And yes, exploits submitted to open source packages generally get included quickly. Look at the lkml, this happens daily.
Because I like to use the JIT javascript compiler in 3.5 (aka 3.1)
I also thought that open source had a built in Plan B that if a hole was found, anyone could submit a patch and it would get folded in as soon as it was reviewed and approved.
That's funny, this is a story about the Open Source browser being patched before every other browser, and you're not seeing a benefit?
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
Yeah, and this resulted in them being first to patch. I already have patched version, it downloaded automatically. Even if microsoft patched ie8 today it probably wouldn't update automatically till next patch tuesday. And did closed source helped ms to make more secure browser?
Extreme Programming - Redundant Array of Inexpensive Developers
if it's not still day zero, don't call it a zero-day flaw.
Why is this marked flame-bait?
The remark is rhetorical and underlines open-source's strange!
Silly me too!
Seen how insecure web browsers are, what would be a good way to surf under Linux?
I have an account that I use only for GMail and my bank's website (the latter using a physical device answering cryptographic challenge so nobody is abusing that [when wiring money to a new account number, the account number of the recipient itself is part of the cryptographic challenge, there's no MITM, no nothing that can work against that]).
Then I have an account only for browsing. The user owning this account on my machine has user ID 1007.
This user is not even allowed to connect to localhost. I don't want to know. All he can do is surf the web, using iptables like this:
iptables -I OUTPUT -m owner --uid-owner 1007 -j REJECT
iptables -I OUTPUT -m owner --uid-owner 1007 -p tcp --dport 80 -j ACCEPT
iptables -I OUTPUT -m owner --uid-owner 1007 -p tcp --dport 443 -j ACCEPT
iptables -I OUTPUT -m owner --uid-owner 1007 -p udp --dport 53 -j ACCEPT
Are there others simple things I could do to deal with security hazard that these browsers are?
Things I could do about this user's home directory permissions? Disable his SSH? etc.
Basically I think I'd like to have an account that can "do nothing but run Firefox".
Or is there an easy, lightweight (lightweight as in "I don't necessarily want to virtualize a full OS just to run a browser", way to sandbox a browser?
In other words, I consider the "security" of all the browsers to be a bad joke and I regard running a browser basically the same as executing "omgWindozeServer2012Crack.exe" on my machine and I'd like any hint from people who are surfing in a "safer" way.
(Same coward as parent...)
Heh, I just got done reading an Apple story, and here I am thinking we were talking about them.
Anyways, I still don't get this guys point.
See what sarcasm gets ya?
Nerd rage is the funniest rage.
This is in reply to all of this post's brothers and sisters:
*whoosh*
I'm seeing the benefit, just not the surprise.
Is it sad that I am more likely to recognize you and your posts by your sig than your name or UID?
Exactly! The siblings to parent's post should re-read the GP. Slowly this time.
I know, I just wish that people read the subject before firing off a reply.
Is it sad that I am more likely to recognize you and your posts by your sig than your name or UID?
MS patched this on IE8 on Vista already before it published Mar 19. http://blogs.iss.net/archive/chicksdigIE8.html
XP hasn't been patched yet. Doesn't support DEP, so will be a bit more work.
Is Seamonkey affected by the same bugs? Are the updates ready?
Actually the IE8 exploit used during Pwn2Own contest wouldn't work on the final release of IE8 published one day later on the 19th of March.
http://dvlabs.tippingpoint.com/blog/2009/03/27/pwn2own-ie8-exploit-foiled-is-the-browser-finally-secure
What about the post's parents, grandparents, aunts and uncles, children and what-not: don't they get a *whoosh* too?
What about cousins?
The contestants already have next year's winning exploit waiting in the wings. Maybe we should have these contests every month instead of once a year.
What?
How many stories on Slashdot are surprising?
And did closed source helped ms to make more secure browser?
umm, yes.
the person who cracked safari on osx said that ie8 on vista was the toughest to exploit.
http://blogs.iss.net/archive/chicksdigIE8.html
MS already fixed this in Vista when IE8 was published on March 19. XP hasn't been patched yet - doesn't support DEP.
seven
...is a good patch! Cheers to all involved.
But Ubuntu has already reviewed it, and pushed it out through the repositories, marking it as critical. I love open source.
42
Of having discrete components, and of modular operating systems.
Mozilla isn't integrated into the OS, so they can just fix bugs. IE is "integrated into the OS" which means they can't simply fix bugs, they've got to make sure the rest of the big ball of mud OS continues to work as well.
Deleted
Well, it wouldn't work on Vista on the final release of IE8, except on Intranet pages. Apparently, it still works on IE8 running under XP, still works on Intranet pages. The underlying vulnerability is still present on IE8 on all platforms, it's just that there's not currently any way to exploit it thanks to DEP and ASLR.
what about telnet 80?
that's how I do all my browsing
When I find an exploit, I patch it using cat > /usr/bin/telnet
that's how I keep it real
See what sarcasm gets ya?
And that, ladies and gentlemen, is the surprise.
Clicked pie.
hmm, this is like 3 days old news
On the other hand, Firefox on Linux wasn't exploited at all.
Dilbert RSS feed
On the other hand, Firefox on Linux wasn't exploited at all.
Yes, but there wasn't a Linux box. IE 4 on Windows 95 wasn't exploited during the contest either... does that prove anything?
I love how this is being spun as some great thing for Firefox. Google Chrome didn't even need a patch because it was unaffected by the exploit. Also, as someone else mentioned, IE8 is unaffected, therefore it was patched before Firefox.
Firefox hasn't come first at all. If anything it came pretty damned close to last place, ahead of Safari only.
Article is bullshit. Microsoft patched IE8 in under 24hrs. Pwn2Own targetted IE8RC1. The full IE8 was released the following day and was immune to the exploit used.
I only please one person per day. Today is not your day. Tomorrow isn't looking good either. - Scott Adams
I wonder how good in bloacking all these new attacks is Noscript.
"Charlie: The NX bit is very powerful.When used properly, it ensures that user-supplied code cannot be executed in the process during exploitation. Researchers (and hackers) have struggled with ways around this protection. ASLR is also very tough to defeat. This is the way the process randomizes the location of code in a process. Between these two hurdles, no one knows how to execute arbitrary code in Firefox or IE 8 in Vista right now. For the record, Leopard has neither of these features, at least implemented effectively. In the exploit I won Pwn2Own with, I knew right where my shellcode was located and I knew it would execute on the heap for me."
That has nothing to do with it being closed source.
'Actually the IE8 exploit used during Pwn2Own contest wouldn't work on the final release of IE8 published one day later on the 19th of March'
.NET controls have been disabled
According to this only when
davecb5620@gmail.com
I use Firefox with NoScript on Sandboxie and I feel comfortable.
That's funny, this is a story about the Open Source browser being patched before every other browser, and you're not seeing a benefit?
I'm not. I can't download the upgrade. I'm running OSX 10.3.9, and Firefox 2.0.0.1. Firefox 3.x requires 10.4.
OSS developers should think about those of us that are still happy with their older software! (or can't upgrade) I'm only 1 major version behind the current Firefox.
I'm not sure if I'm in danger of a drive-by download though. I do remember getting a few "exe" programs downloaded to my HD while visiting some shadier sites. I just laugh, delete it, and move on.
"That's so plausible, I can't believe it!" - Leela
I'm surprised that nobody has mentioned that the XSL issue was reported 5 months ago, and it had a patch ready to go 4 months ago. Why was a critical issue with a two-line patch not fixed immediately? A better question - if the "bad guys" searched bugzilla for unfixed critical issues, how long would it take them to strike gold?
And they still asked me to download a patch.
Coming from a big software company, this seems like too fast of a release. Isn't there any significant regression testing that goes on to verify that no other bugs have been caused? Or is it just "verified this bug is closed...ship the release!"
Are you kidding? I patched this exploit BEFORE the pnw2own contest. But my submission of the patch wasn't accepted. But at least my own system is secure.
Once again, Opera has been forgotten.
erm that doesn't answer the question, there are some nice technologies in vista* and ie8 can take full advantage of those, eventually FF will be able to use those on vista and still be more secure than IE on xp (something MS has no intention of doing). It DOESN'T have anything to do with it being closed.
IranAir Flight 655 never forget!
All versions of OSX have universal binary support. Every application is a folder with a ".app" extension. Inside the folder are sub-folders for the binary for each system.
A fast Google search for "os x" 10.3 "universal binary" will show that many applications have universal binary downloads that support 10.3.
If you look at Mozilla's site, however, they say they no longer support Firefox 2.x. Why drop support of their previous major version? They could at least provide security updates.
"That's so plausible, I can't believe it!" - Leela
What does Fox Mulder's apartment number have to do with this?
This is why I use Firefox and not Chrome/Safari/IE/etc. Firefox is always centered first and foremost on security, then speed, then features.
Besides the browser itself being very secure, it comes with plugins like NoScript, Ghostery, Objection, Adblock Plus + Elements, CookieSafe (I use CS Lite) that combined make it the most powerful browser against potential security vulnerabilities that you can get.
The most important one out of the bunch is NoScript, and I just can't live without it. Until other browser catch up with Mozilla's patching prowess and this particular plugin, they aren't worth my time.
I can't download the upgrade. I'm running OSX 10.3.9, and Firefox 2.0.0.1. Firefox 3.x requires 10.4.
OSS developers should think about those of us that are still happy with their older software! (or can't upgrade)
Mac OS X is not open-source software. If you can't install Leopard or even Tiger on your PowerPC Mac, try installing a Linux distribution that supports your Mac model. I'm sure they still exist.
Actually, the cracker said Firefox on Windows would be the hardest to exploit. This is a combination of Firefox being the hardest to hack, and the compilers etc. on Windows making it hardest to crack things there in general.
Windows software is hard to crack not because of closed source, but because Microsoft has spent a lot of effort making things hard to exploit. Mac, Linux and other OSes have quite a bit of catching up to do with Microsoft on this front now.
opera ftw :P
Linux on the other hand does have both of those features, and had them long before vista...
http://en.wikipedia.org/wiki/Address_space_layout_randomization
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
Linux is actually way ahead, not sure about mac...
The idea of ASLR was implemented on Linux first, and there are other protections like selinux which go way beyond anything available on other platforms...
Wether people/distributions actually use the features is another matter, but they do exist and do work.
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
Then why does windows 7 keep warning me about not runnung a antivirus?
I don't have any antivirus programs running on linux and have no problems.
I wonder why the system that is hardest to exploit keeps bugging me about this.
Bah. My dodgy dial-up connection is so painfully slow that I find it amusing to install trojans and watch "hackers" try and control my computer.
Then why does windows 7 keep warning me about not runnung a antivirus?
Because you don't know the difference between a browser exploit and a virus?
SE Linux? LOL. Suggest some crap that is useless for average users and claim linux is superior. This is why Linux is a joke on the desktop and will remain as a joke except for basement dwellers who have tons of time to waste trying to fix their toy OS.
Whats more funny is there was a need for SELinux because of the amateur security model of linux. NT has a superior design and will continue to remain a superior design. Linux is stuck in the 70's as a monolithic turd. Keep living in fantasy land or go speak to an OS design expert.
"Both issues are rated 'critical,' Mozilla's highest severity rating."
So that's above "ludicrous" then?
Wrong!
http://gizmodo.com/373779/linux-last-man-standing-in-pwn-2-own-thunderdome
Dilbert RSS feed