Latest Version of MyDoom Exploits New IE Flaw
techentin writes " CNN Money is reporting a new and improved MyDoom variant which is spread by a hyperlink in email. Clicking the link connects the user to an infected machine, which exploits a recently discovered buffer overflow in Internet Explorer. McAfee has a more detailed description. Is this yet another good reason for running Firefox?" CNET also has a story.
It's pretty neat how far FireFox is beginning to spread. CNN carried this story on TV just a half-hour ago. They mentioned that FireFox was becoming the most popular alternative to IE. My coworkers (who's job includes watching CNN) came by and asked me why this FireFox thing is better. I told them about tabbed browsing, popup blocking, lack of security issues, and other niceties.
:-)
One of the coworkers downloaded FireFox right away. I actually expected him to take a little while to wean off of IE. After I showed him FireFox's features, however, he set FireFox to his default browser and deleted his IE shortcuts! I think we're definitely making headway.
Javascript + Nintendo DSi = DSiCade
users could pull their heads out of their asses and stop clicking on links in SPAM.
Let's not be hasty. True, I love Firefox, but IE is a giant honey pot out there for malicious attackers. If too many people switch, they'll start targeting Firefox. As much as I hate to admit it, they WILL find flaws to target.
You mean like how Apache is #1 for vulnerabilities because it's the most popular web server?
"Would it kill you to put down the toilet seat?" -- Maya Angelou
Beware of bugs in the above code; I have only proved it correct, not tried it. -Donald E. Knuth
Microsoft should feel lucky that their crappy browser is being anal probed. by finding exploits like this they are forced to "improve" it. Improve might be a big word but imagine if there were exploits but no viruses/trojans/whatever, you would think that M$ would fix these exploited holes?
until someone discovered a bug that redirects to a pwn3d auto-update site, click a button wait a few kb download and voila... Yeah that might not happen, but don't think it is out of the range of possibility...
Now now,actually knowing how to use Windows is punishable by death on Slashdot. It amazes me how many people don't consider recompiling a kernel a nuisance, and these same people won't be bothered to actually read the documentation that comes with Windows 2k/xp/2003. Yeah. If you've been keeping up with patches this is a non-issue.
Vote Quimby!
The *real* ironic twist to the story is that newer versions of McAfee VirusScan that Dell has been shipping requires Internet Explorer to be installed... and uses it to run the control center windows.
I think I am missing something. Are you saying there are normally Windows versions of Dell machines that come without IE?
Didn't think so.
Ironically, the word ironically is often used incorrectly.
Or Windows XP SP2, which is not vulnerable.
What kind of imbecil runs XP but not SP2?
What's easier to change, Windows 2000 => XP SP2 or IE => Firefox?
For a corporate evironment (where, in many cases, most still run Windows 2000), I think I know which.
Beware: In C++, your friends can see your privates!
you're trusting your include to provide the expected behaviour from printf
you're trusting your compiler and linker to provide you with the expected behaviour from compiling and linking your source code
you're trusting the kernel to not modify the behaviour of the syscalls required to print
you're trusting the CPU to execute the instructions you think it executes
Reflections on Trusting Trust
Ken Thompson
There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
You would be surprised. Let's expand upon your program a bit.
/etc/passwd
:)
/etc/passwd, unknown to the passwd program.)
(pseudocode)
program "evil":
main(){
close STDERR;
exec passwd;
}
program "passwd" running setuid
main(){
open >
print STDERR "Password: "
}
Oops. The password file just got deleted. Security is hard
(The reason? File descriptor STDERR is usually #2. However, fd #2 is closed and replaced with
My other car is first.
XP isn't the entire Windows world.
IIRC, for every XP computer, there is one computer running Windows 2000 installation, and probably one running Win9x too. I wonder if this is the sooner updates is one feature Microsoft is trying to have to push people to upgrading.
And where do I find this Windows 98 SP2????
What kind of imbecil runs XP but not SP2?
I do, why upgrade? XP SP2 is slower, has even more annoying widgets, and there is a considerable risk that my computer won't boot anymore if I install it. I think the big question is what kind of imbecil still runs IE, even if they have XP SP2?
Just playing devil's advocate here, but if there was a security vulnerabilty in an open-source project which affected older versions of the software -- but not the current released/stable version -- then this would be a non-story. "Foo v1.25 has a vulnerability? Well it's the user's fault for not running v1.30 which fixed that bug." But it's Microsoft, so somehow all the laws of software are different....