Slashdot Log In
Spyware Disguises Itself as Firefox Extension
Posted by
timothy
on Thu Jul 27, 2006 12:42 PM
from the not-yet-linux-compatible dept.
from the not-yet-linux-compatible dept.
Juha-Matti Laurio writes "The antivirus specialists at McAfee have warned of a Trojan that disguises itself as a Firefox extension. The trojan installs itself as a Firefox extension, presenting itself as a legitimate existing extension called numberedlinks. It then begins intercepting passwords and credit card numbers entered into the browser, which it then sends to an external server. The most dangerous part of the issue is that it records itself directly into the Firefox configuration data, avoiding the regular installation and confirmation process."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Not a vulnerability. (Score:5, Informative)
The trojan is opened as a Windows executable from email attachments, and writes itself into the Firefox profile's configuration directory.
Re:Not a vulnerability. (Score:5, Funny)
We have to send a message to developers that we want our apps native.
KFG
Parent
Re:Not a vulnerability. (Score:5, Funny)
This is how it works:
First create an executable that will do bad things. It could even be a csh script. Then send emails to all and sundry like this and attach that file"
Dear Linuxuser,
This is a virus/trojan/worm/malware for Linux. It works on the honor system. Please forward the attachment to all addresses in your .mailrc first and then save it to disk, chmod +x and sudo it. Thank you.
Attachment: malware
Parent
make it open source (Score:5, Funny)
that way it's open source and people can improve it .
Parent
Re:Not a vulnerability. (Score:5, Funny)
Parent
Re:Not a vulnerability. (Score:3, Funny)
This is a virus created for Windows users, and it is based on the honor system.
Please forward this email and its trojan/virus written attachment to all your
Microsoft based users, and let them know how much you care!
Sincerely,
Another Linux User Friend
ATTACHMENT: firephox.extention.exe
Re:Not a vulnerability. (Score:5, Funny)
Parent
Re:Not a vulnerability. (Score:5, Funny)
A friend of mine has certifications as an MCSE and a CNE. When I tell him to run "ipconfig
Parent
Re:Not a vulnerability. (Score:5, Funny)
With friends like that, who needs users?
Parent
Re:Not a vulnerability. (Score:5, Insightful)
Parent
Re:Not a vulnerability. (Score:3, Insightful)
Re:Not a vulnerability. (Score:5, Funny)
It still does: Moron Confused by Sun Equipment.
Still better than Netware, which has two certification which stand for Certainly No Experience and Can't Network Anything.
Parent
Emphasis on that. (Score:5, Informative)
This does not exploit any vulnerability in Firefox.
If your OS is not secure, no app running on it can be secured.
Parent
Re:Emphasis on that. (Score:5, Insightful)
This is an user-executed email attachment with a trojan. It will happily be executed from Outlook Express, IE, Eudora and Thunderbird. McAfee mentions they've seen one version trying to exploit a three year old IE vulnerability. If you haven't patched that, well then you deserve to get nailed.
This does not exploit any vulnerability in Firefox
It is a vulnerability in that FF will happily load and execute any plugins dropped into its profile directory. The only time you are warned about installing someone is at download time. FF will never check for a signature or otherwise go "oh, a new plugin I've never seen. Hmmm, maybe I should ask the user about it?". Vulnerability.
If your OS is not secure, no app running on it can be secured.
If your OS is being operated by a user that executes attachments from "WalMart" that read "helo, teh attcachements for yuo pleasures" then your OS is not secure.
BTW, this progression is interesting. When FF came out just installing it would make the world safe, because it was invulnerable and impervious. Now I also have to switch operating systems? And when someone finds another exploit in SSH
Parent
Re:Emphasis on that. (Score:5, Insightful)
Okay, and then the next trojan will simply add itself to the file that Firefox checks to see if the extension is new, and you're back to square one.
Firefox isn't the problem. The fact that the thing can write to the application's directory means the computer is already compromised.
Parent
Re:Emphasis on that. (Score:3, Informative)
There is nothing about "vulnerability" that would stop the same thing happening on a Linux box. The only saving grace for Linux at this point in time is that your average Linux user is smart enough to not execute random executable files they receive from people they don't know in an email message.
Re:Emphasis on that. (Score:5, Informative)
Parent
RE: Emphasis on that. (Score:5, Informative)
Actually, if you read the article more closely (and similar articles that have appeared in no shortage of other places), the malware pretends to be the numberdlinks extension. Your post implies that the actual extension is malware, and this is untrue.
Additionally, if you read the Slashdot blurb, it's explained pretty clearly there.
Basically, if you click on e-mail attachments without knowing what they are, it's your own fault if your computer becomes infested with viruses and spyware.
Parent
Re: Emphasis on that. (Score:3, Interesting)
Re: Emphasis on that. (Score:5, Insightful)
Any extension downloaded from addons.mozilla.org has been tested, is widely used, and subject to an enormous amount of user feedback.
Now, if you download an extension from kickme.to/malware, you get what you deserve.
Parent
Re:Not a vulnerability. (Score:3, Insightful)
Re:Not a vulnerability. (Score:3, Insightful)
Signatures don't matter here (Score:4, Insightful)
The only place a singature would matter in this case is when the trojan executable was run. If you are executing attached executables from an e-mail, then no amount of signature verification is going to protect you. The reality is that no technical process can exist that will prevent this kind of attack so long as users can install their own software.
Parent
Re:Not a vulnerability. (Score:5, Funny)
Parent
Re:Not a vulnerability. (Score:3, Informative)
Re:Not a vulnerability. (Score:3, Insightful)
I still don't see how that differs from a trojan on, say, SourceForge--that's just how trojans are.
IMHO problem with ActiveX are the seemingly endless vulnerabilities that enable drive by installations, I don't see this with Firefox.
Re:Not a vulnerability. (Score:5, Insightful)
While true, perhaps a related problem that actually is a vulnerability is the fact that Firefox (apparently) only checks for a valid signature on the plugin at download/install time. Maybe the Firefox configuration file, or at the very least the binaries for each extension, should be cryptographically verified at runtime.
Of course, this presupposes that Firefox hackers can manage to get their extensions signed, and if that's possible, then the malware authors could do the same. Unless...FF gets distributed with a mozilla.org CA cert, and extensions accepted and published on the mozilla site(s) get signed with that cert, then every "legitimate" extension from the mozilla sites will be verifiable at runtime. The user could opt out of that with an "allow execution [not installation] of unsigned extensions" preference setting, but the majority of users would be protected, so long as the malware doesn't also set that preference for the user.
(though even that last bit could be guarded against by creating a personal key to sign the config with, and every time you make a "security relevant configuration change" to the browser's settings, you have to re-sign the file.)
Parent
Re:Not a vulnerability. (Score:5, Insightful)
Once you're pwned, you're pwned. If you give someone free reign on your box, he can do anything to any file writeable by you.
Parent
Re:Not a vulnerability. (Score:5, Insightful)
Once someone's system is compromised, they can replace or alter the FireFox binary which verifies the signatures, replace libnssckbi.so, libsoftokn3.so, whatever.
You can't win at that point. If you're storing your operating system and executables on writable media, it can never be trusted to that level. The hardware would have to cryptographically verify the boot loader on disk, which would verify the kernel, which would then be able to verify everything it executes--FireFox alone can't do it.
(Say, what was that hardware-based Trusted Computing stuff supposed to do? In addition to ramming DRM down everyone's PCI bus, wasn't there system verification too?)
Parent
Re:Not a vulnerability. (Score:3, Funny)
Darn, I knew this was going to happen sooner or later. Time to switch to IE. oh, wait a minute...
Re:Not a vulnerability. (Score:5, Informative)
KFG
Parent
Re:It is a vulnerability. (Score:3, Insightful)
By way of example, at my previous job I used a linux boot floppy to change the local administrator password on a Windows NT4 system, thus owning the machine at the next boot. By an extension of your standard, this represented a Windows vulnerability, because whatever measures Windows may have taken to prevent such a thing (like NTFS) were ineffective.
I think that's a clear mis-assessment of the true v
MozillaZine Has More (Score:5, Informative)
Personally... (Score:4, Informative)
https://addons.mozilla.org/extensions.php?app=fir
Re:Personally... (Score:4, Insightful)
Education must be the answer then. I learned not to open random executables from unknown sources many years ago. People apparently click them though. Teach a man to use the internet, and he'll be safe for a day. Teach a man to know the internet and he'll be safe for a lifetime.
Parent
Re:Personally... (Score:5, Funny)
http://www.youtube.com/watch?v=DClkE64nFDY [youtube.com]
Fast forward to about 2:00.
Parent
Hmmmm (Score:4, Interesting)
Nothing to see here, move along..
Break extension (Score:5, Funny)
Thankfully, I'm running IE (Score:5, Funny)
that's it, I'm switching to Internet Explorer (Score:3, Funny)
Spyware Disguised as an MSIE Extension (Score:5, Funny)
RTFA (Score:5, Informative)
For those of you screaming that "numberedlinks" should be removed from the mozilla site, that wouldn't fix the problem. The original extension is perfectly safe and NOT a trojan. This one is just spoofing it by installing itself with the same name.
A little more careful reading and some common sense go a long way
Firefox is horribly vulnerable; I have proof. (Score:4, Interesting)
My daughter (with a limited user account, no less) viewed a malicious advertising banner while logged into MySpace.com. I'm quite sure she clicked "yes" to running a WMF exploit.
She has a limited account. End of story, you say? Nope, read on . . .
My wife logged in a couple days later. A popup baloon warned her that the machine was infested and she should "click here to fix the problem". Well, she installed AntiVirusGolden v3.3 (from her not-so-limited user account). Who can blame her? I wouldn't have fallen for it (I already had CA's EZ-Antivirus installed and more or less trusted it), but it looked like a valid course of action to her, so the next thing I knew there were nearly a dozen payloads whanging around the rusty innards of my SO's computer - some acquired on the spot, others dropped there during the following week, I'm sure.
That machine now runs Linux (like the rest of my home network). I'd like to thank the wonderful malware authors at AntivirusGolden for giving me the leverage I needed to convince my SO to give up on Windows and use a somewhat more securable OS.
Oh, but I'll continue to use Firefox, now that I've closed that horrible WMF exploit that it has! You'd think the Firefox development team would know better than to trust end-users with the option to execute WMF's. Hmmph!
*(The above is intentionally sardonic; but the basic facts are true)*
Looking at the big picture! (Score:3, Insightful)
Re:and? (Score:5, Funny)
Parent
Re:and? (Score:3)
Re:Is numberedlinks legit? (Score:3, Informative)
It is: "presenting itself as a legitimate existing extension called numberedlinks".
The McAfee characteristics page [nai.com] (2nd tab - stupid that that isn't directly linkable) also says:
Re:Why is mozdev.org still... (Score:4, Insightful)
Parent
Re:FUD (Score:4, Insightful)
Parent
Re:FUD (Score:3, Insightful)