Slashdot Log In
Worm Wriggles Through Yahoo! Mail Flaw
Posted by
Zonk
on Tue Jun 13, 2006 09:03 AM
from the descriptive-imagery dept.
from the descriptive-imagery dept.
Jasen Bell writes to mention a ZDNet article about a clever new worm affecting users of Yahoo!'s email service. The virus uses a flaw in JavaScript to infect a computer when an email is opened from the user's web-based mail. From the article: "The worm, which was spotted in the wild early this morning, has hit the remote server more than 100,000 times, forwarding Yahoo e-mail addresses harvested from unsuspecting users, Turner said. Although the worm is spreading quickly, and no patch has been issued, Symantec is rating the threat a '2.' The security vendor uses a 1-to-5 rating system, with '5' as its most severe category."
This discussion has been archived.
No new comments can be posted.
Worm Wriggles Through Yahoo! Mail Flaw
|
Log In/Create an Account
| Top
| 186 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Copies available (Score:1, Funny)
Fell for this yestereday (Score:2, Informative)
(http://twoturtlelovers.blogspot.com/ | Last Journal: Friday May 25, @03:01PM)
Damn
Your "JavaScript"? (Score:4, Insightful)
(http://www.webdevelopers.cz/)
Not everyone affected... (Score:1)
Although the worm is spreading quickly, and no patch has been issued, Symantec is rating the threat a '2.'
According to Symantec [symantec.com], "The worm cannot run on the newest version of Yahoo Mail Beta." so I would use that if you are nervous, then again, you could also not open werid emails from people you don't know.
Fixed. (Score:4, Insightful)
(http://www.jeffornot.com/ | Last Journal: Monday May 14 2007, @09:56AM)
I have to say I agree with the low threat level. All the virus does is propogate and collect email addresses, and only on yahoo. If you have a yahoo email address, you're getting spam anyway, so how will you even know the difference?
First reported (Score:5, Insightful)
(Last Journal: Wednesday November 07, @10:09AM)
Yesterday by The Register [theregister.co.uk]
My question is: who thought it was a good idea to enable JavaScript in emails? Someone at Yahoo! wasn't paying attention to basic security.
Re:First reported (Score:4, Informative)
The article is wrong when it claims that it's "a flaw in JavaScript", it's a flaw in Yahoo's webmail. So the answer to your question is almost certainly: nobody thought it was a good idea to enable JavaScript in emails, the developers working on Yahoo's webmail didn't escape things properly and nobody was doing decent QA to catch the mistake the developers made. So basically, it's a management error.
There doesn't seem to be detailed technical information available anywhere, but it sounds very much like it's just a specialised form of an XSS attack, where you sneak code into the application in such a way that the application doesn't encode it properly for output to another user.
Medireview virus attacks yahoo. (Score:5, Interesting)
(http://emulemorph.sourceforge.net/)
Ok, the virus can send a lot of e-mails and break the yahoo mail system. or si there something about yahoo mail i do not understand?
Re:Medireview virus attacks yahoo. (Score:5, Informative)
With a little creativity, this could be extended to grab a file off the HD, and send the data to any site it chose, but it does not sound like that is the case here.
Infecting the computer? (Score:2)
Just another reason why Javascript is evil.
Can't we all just leave each other alone? (Score:4, Funny)
(Last Journal: Saturday December 09 2006, @10:46PM)
Symantec (Score:4, Insightful)
(http://zulupad.gersic.com/)
The lowball number is interesting, especially given the fact that Symantec is the company charged with the task of keeping an outbreak like this from happening:
Symantec to scan Yahoo Mail for viruses [infoworld.com]
Exploits a javascript bug? (Score:3, Insightful)
Here's the flaw that's exploited (Score:4, Informative)
(http://www.snowplow.org/martin/)
<img src='http://us.i1.yimg.com/us.yimg.com/i/us/nt/ma
target=""onload="whole bunch of crappy javascript here that uses only
single quotes and just goes on and on">
Note the lack of a space between the 'target' bit and the 'onload' bit. Now, apparently "target" is one of the HTML attributes that yahoo allows through on an IMG tag (why?). Anyway, it appears that yahoo's servers see both the target and the onload bit as one big long target attribute and let it through, whereas most browsers see that as a separate "target" and "onload" attribute and execute the javascript as soon as the image (one of the standard yahoo mail images, so it'll likely already be in the browser cache) is loaded.
The lesson here? I'm not really sure, beyond "double- and triple-check your parsing routines, since they will be used in security-sensitive code".
Spread? (Score:3, Interesting)
Anyone have any idea if this works on/through gmail too?
Behavior (Score:3, Informative)
(http://pyscrabble.sf.net/)
Once executed, the worm forwards itself to an infected users' contacts on Yahoo! Mail. It also harvests these address and sends them to a remote internet server. Only contacts with an email address of either @yahoo.com or @yahoogroups.com are hit by this behaviour.
As The Worm Turns... (Score:2)
(http://www.creimer.ws/ | Last Journal: Friday January 26 2007, @12:40PM)
BETA version not effected (Score:2)
(http://slashdot.org/)
I've seen lots of complaints about people using javascript and Yahoo!'s use of it. Yahoo!'s beta version is not effected by this worm.
FTFA, "The Yamanner worm targets all versions of Yahoo Web-based mail except the latest beta version, Symantec said in an advisory released Monday." (Emphisis mine)
Here is the Source, Luke. (Score:4, Informative)
(http://www.newspony.com/)
Crime and punishment (Score:4, Interesting)
(http://slashdot.org/)
People often complain that punishment is too severe for this otherwise 'harmless' activity (and often compared to more heinous crimes such as assault, robbery, murder sex/child related crimes) and that damages are quite often exaggerated beyond reason. I can't say much about exaggerated damages, but I can say that in addition to other classifications of crimes, I also consider the following:
Planned/premeditated or not. Many aspects of the more heinous crimes where punishment is often less than these "white collar" crimes are not planned or premeditated. They are driven by little more than emotional or other motives. There is something more cold, more dark and indeed more arrogant when it comes to crimes such as the act of creating and deploying an internet worm. There is no question that what they are doing is immoral and illegal. They perform the act believing they will not be caught, that they will profit from the act and seemingly that it is somehow their right to take advantages of weaknesses in security simply because they are 'superior' in some way.
I see a noticable decline in the amount of spam in my inboxes of late. People claimed that the current federal legislation regarding spam wasn't enough and yet I see stories of people being prosecuted under these law successfully and when these people are put out of business, most all see a difference -- an improvement. It's working.
We don't need more legislation, but we do need to up the level of aggression in persuing these people and up the amount of punishment they are given when they are caught. While they are thinking about their planned attacks, they need to have cause to consider the potential cost to their lives as well.
The subject field is important (Score:3, Informative)
Reference: Symantec advisory at http://securityresponse.symantec.com/avcenter/ven
"a flaw in JavaScript"? (Score:3, Insightful)
The warm may not be as "innocent" (Score:5, Informative)
Here are the technical details of the worm:
1) Arrives on the compromised computer as an HTML email containing Javascript. The email may have the following characteristics:
From: Varies
Subject: New Graphic Site
Message body: Note: forwarded message attached.
2) Once the email is opened the worm exploits a vulnerability in the Yahoo email service to run a script.
3) Sends a copy of itself to certain email addresses gathered from the Yahoo email folders.
4) Targets email addresses from the @yahoo.com and @yahoogroups.com domains.
5) Contacts the following URL:
[http://]www.av3.net/index.htm
6) Sends a list of email addresses gathered to the above URL.
Lacks information (Score:1)
Why isn't Yahoo saying anything about this? (Score:3, Insightful)
(Last Journal: Thursday November 09 2006, @10:31AM)
That's pretty shitty. How hard would it be to add a warning and some helpful directions to the template of the login page?
the creators website is still up (Score:1, Insightful)
and still collecting all those addresses
http://www.av3.net/ [av3.net]
and the whois is of course using that American whois "privacy" service, perhaps the FBI would like to sift through their computers, iam sure a lot of online crime could be cleared up quite quickly
Don't open unknown emails (Score:1)
We who are "in the know" about this sort of thing should make sure our less technical family and friends follow this practice.
Yay for NoScript! (Score:3, Interesting)
Does it affect limited user accounts? (Score:2)
Can you tell if you've been hit? (Score:1)
I was using webmail on Mozilla on Linux, which usually makes me feel safe from things like this. There goes another false sense of security.
Crap (Score:1)
I guess that... (Score:1)
Re:Very interesting (Score:2)
(http://booktextmark.mozdev.org/)
Re:Very interesting (Score:3, Insightful)
(Last Journal: Wednesday August 22, @07:47AM)
Re:Very interesting (Score:2)
(Last Journal: Friday March 31 2006, @11:17AM)
FireFox + NoScript for the win.
Re:"This worm is a 2." (Score:3, Informative)
Category 5 - Very Severe
Highly dangerous threat type, very difficult to contain. All machines should download the latest virus definitions immediately and execute a scan. Email servers may need to come down. All three threat metrics must be High.
* Wild: High
* Damage: High
* Distribution: High
Category 4 - Severe
Dangerous threat type, difficult to contain. The latest virus definitions should be downloaded immediately and deployed.
* Wild: High
* Damage or Distribution: High
Category 3 - Moderate
Threat type characterized either as highly wild (but reasonably harmless and containable) or potentially dangerous (and uncontainable) if released into the wild.
* Wild: High
or
* Damage: High and Distribution: High
Category 2 - Low
Threat type characterized either as low or moderate wild threat (but reasonably harmless and containable) or non-wild threat characterized by an unusual damage or spread routine, or perhaps by some feature of the virus that makes headlines in the news.
* Damage: High
or
* Distribution: High
or
* Wild: Low or Moderate
Category 1 - Very Low
Poses little threat to users. Rarely even makes headlines. No reports in the wild.
* Wild: Low
* Damage or Distribution: Low
Re:JavaScript and CSS (Score:2, Funny)
(http://tinyurl.com/j6x47 | Last Journal: Tuesday December 09 2003, @05:13PM)
Here ya go (Score:3, Informative)
ThreatCon Level 1
Low : Basic network posture This condition applies when there is no discernible network incident activity and no malicious code activity with a moderate or severe risk rating. Under these conditions, only a routine security posture, designed to defeat normal network threats, is warranted. Automated systems and alerting mechanisms should be used.
Threatcon Level 2
Medium : Increased alertness
This condition applies when knowledge or the expectation of attack activity is present, without specific events occurring or when malicious code reaches a moderate risk rating. Under this condition, a careful examination of vulnerable and exposed systems is appropriate, security applications should be updated with new signatures and/or rules as soon as they become available and careful monitoring of logs is recommended. Changes to the security infrastructure are not required.
Threatcon Level 3
High : Known threat
This condition applies when an isolated threat to the computing infrastructure is currently underway or when malicious code reaches a severe risk rating. Under this condition, increased monitoring is necessary, security applications should be updated with new signatures and/or rules as soon as they become available and redeployment and reconfiguration of security systems is recommended. People should be able to maintain this posture for a few weeks at a time, as threats come and go.
Threatcon Level 4
Extreme : Full alert
This condition applies when extreme global network incident activity is in progress. Implementation of measures in this Threat Condition for more than a short period probably will create hardship and affect the normal operations of network infrastructure.
Re:Very interesting (Score:1)
(http://rytis.blogsome.com/)
1) slow while browsing and full of annoying ads;
2) impossible to categorize my e-mails;
3) but the worse is that Yahoo messes up my e-mails with non-latin symbols.
GMail is far more convenient and just better.
Re:Symantec's rate "2" seems ok to me. (Score:2)
(http://www.creimer.ws/ | Last Journal: Friday January 26 2007, @12:40PM)
Oh, really? As a contractor, I used Yahoo! email to communicate with the outfit that cuts my paycheck and to send in my hours to the manager at the job site. Why? Because I don't have access to my regular email account from the job site due to the firewall configuration. Go figure.
Re:Symantec's rate "2" seems ok to me. (Score:1)
Yahoo does provide web hosting services. For $12 a month [yahoo.com], you get 5GB of disk space, and 200GB of data transfer. If you don't want to actually bother administrating your own server, that's a pretty good deal.
I am betting a fair number of small to medium businesses actually do use Yahoo! web hosting. But, since their paid services allow pop3 access, I am wondering how vulnerable those users are.
Re:"This worm is a 2." (Score:2, Funny)
Re:Javascript == web security problem number 1 (Score:2, Funny)
Re:Javascript == web security problem number 1 (Score:1)
More importantly: Why would the BBC require you to use a Browser to view a video?
Re:I thought... (Score:1)
Re:Symantec's rate "2" seems ok to me. (Score:1)
(http://www.threesources.com/ | Last Journal: Saturday August 25 2001, @01:19PM)
People think Yahoo/Hotmail are viable email services.
Look at this guy... He's running for Pa Senate, with a yahoo account. http://www.threesources.com/archives/002949.html [threesources.com]
Re:JavaScript and CSS (Score:2)
(Last Journal: Friday March 09 2007, @01:10PM)
As far as I'm aware, the only browser which tied JavaScript and CSS support together was the craptacular Netscape 4.x. Modern browsers let you enable/disable them independently.
Re:"This worm is a 2." (Score:1)
(http://www.imageofdarkness.com/)
No, all it means is that the Candian judges were coerced into giving the Russian virus a better score.
Re:Mac users aren't directly affected by this (Score:2)
(http://www.rhymezilla.com/ | Last Journal: Monday December 19 2005, @11:54PM)
Correct: in exactly the same way that PC users aren't directly affected by this... Or Linux users...
The platform doesn't matter, you tool: the flaw is in Yahoo! Mail, not in the browser. It should spread in exactly the same way on any browser that has JavaScript turned on. You mentioned turning off HTML... Did you think about that a second? There is no EMail client involved in this.
You DO know that Yahoo! Mail options work the same on all platforms, right?
Re:Mac users aren't directly affected by this (Score:2)
Re:Mac users aren't directly affected by this (Score:1)
(http://www.demsign.com/)
Re:I thought... (Score:2)