Slashdot Mirror


Blogger System Sites Used for Phishing

jimbojw writes "In a recent security advisory Fortinet is reporting that due to Blogger's popularity, hackers have started to embed malicious scripts on some blogs. 'These scripts have shown up on hundreds of Blogger.com sites. In some cases, a variant of the Stration mass mailer is responsible for directing traffic to the Blogger.com sites.' CNET reports on the situation, quoting an unnamed Google representative as saying 'These are not legitimate blogs that were compromised. They appear to be deliberately set up to promote phishing, which is against our terms of service. We are investigating, and blogs found to include malicious code or promote phishing will be deleted.' The blogs in question use meta or JavaScript redirection to push traffic to a phishing or malware site. Links to the blogs are subsequently mass-mailed by infected visitors — typically via worms in the Stration family. We can only hope that this will not cause Google to remove Blogger.com's templating engine — which is both a source of its strength, and a potential liability as illustrated by these recent attacks."

33 comments

  1. Phishers by Anonymous Coward · · Score: 0

    Damn phishermen really get on my chimes >-(

  2. Good old javascript by Anonymous Coward · · Score: 2, Interesting

    This stuff just isn't ever going to be fixed. Some folks may not like it, but with all these silly problems, AJAX is the new MS Windows of the 21st century.

    No, that's not a troll. Just an observation that many want to cover up.

    1. Re:Good old javascript by Anonymous Coward · · Score: 0

      This has nothing to do with JavaScript. RTFA.

    2. Re:Good old javascript by celardore · · Score: 1

      The summary says different.

      The blogs in question use meta or JavaScript redirection to push traffic to a phishing or malware site

      I did not RTFA.

    3. Re:Good old javascript by Vexorian · · Score: 1

      I am afraid I'll have to agree 100% with that statement, sorry guys.

      --

      Copyright infringement is "piracy" in the same way DRM is "consumer rape"
    4. Re:Good old javascript by pkulak · · Score: 1

      How is adding a refresh meta tag to HTML "AJAX"?

    5. Re:Good old javascript by Anonymous Coward · · Score: 0

      The meta refresh tag does not require JavaScript. JavaScript isn't the source of this security problem.

    6. Re:Good old javascript by cheater512 · · Score: 1

      Javascript its isnt insecure. Its showing vulnerabilities with the blogger.com system not Javascript.

      Where is the security flaw in location.href? There is none.

  3. Phishing with Worms? by ehaggis · · Score: 5, Funny

    That seems about right.

    --
    One ring to bind them - should probably have more fiber and less rings in their diet.
    1. Re:Phishing with Worms? by daenz · · Score: 1

      yup. only that in this case, we become the "phishes"..

  4. SPAM by mastershake_phd · · Score: 2, Interesting

    Not to mention blogs set up just to be filled with spam. Google must give these popular sites some leeway, before delisting them.

  5. What's Next? by andrewd18 · · Score: 3, Funny

    What's next, hacking a release server and modifying tarballs so blog updaters everywhere become vulnerable? Oh, wait...

  6. They did what? by voice_of_all_reason · · Score: 4, Insightful

    These sites allow you to include script? What were they thinking?

    Anybody home, McFly?

    1. Re:They did what? by Lumpy · · Score: 2, Informative

      Lots of people have legitimate uses for Jscript on the website, AND google's own adwords relies on jScript to work.

      Honestly all they need to do is make the template engine scrub any script that does redirects or nasty tricks like opening popups on load.

      --
      Do not look at laser with remaining good eye.
    2. Re:They did what? by drinkypoo · · Score: 1

      Honestly all they need to do is make the template engine scrub any script that does redirects or nasty tricks like opening popups on load.

      That's not as easy as you think it is. If the javascript is sufficiently obfuscated then it will require a fairly complete environment to detect such tricks.

      I personally think it makes more sense to just not allow people to use the template engine until they've had a functioning blog with actual readers for at least a month, maybe longer.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:They did what? by Dachannien · · Score: 1

      Lots of people have legitimate uses for Jscript on the website

      Yeah. It wouldn't be Web 2.0 without onMouseOver, would it.

      Still, I guess it's better than embedding fifty Flash widgets on the page just for navigation.

    4. Re:They did what? by voice_of_all_reason · · Score: 1

      Lots of people have legitimate uses for handgrenades, but your landlord will probably not allow you to start setting them up in your apartment.

      As to point 2, won't people just come up with new nasty tricks if some are blocked? Blacklisting won't work here.

    5. Re:They did what? by maxume · · Score: 2, Insightful

      OnMouseOver was Web 1.5. The :hover pseudo-class is Web 2.0.

      --
      Nerd rage is the funniest rage.
    6. Re:They did what? by Lavi+Dave · · Score: 1
      Well, I hope to God they can fix this without changing it too much. With the right coding, you can do damn near everything you can with a database-backed webserver.


      I mean, why pay for hosting with this kind of flexibility?

    7. Re:They did what? by Josef+Meixner · · Score: 2, Insightful

      Honestly all they need to do is make the template engine scrub any script that does redirects or nasty tricks like opening popups on load.

      If you find a way to do that, you will also have solved the halting-problem, in other words, that is nearly impossible to do.

      There is only one way which might be safe, supply finished javascript functions to the users to use and make it impossible to define new functions. Even that might be dangerous.

    8. Re:They did what? by evought · · Score: 2, Interesting

      In relatively early versions of TCL, they had the ability to create a sub-interpreter. The controlling interpreter could then populate the sub-interpreter with whatever commands and environment were deemed safe and create limited connections between the interpreters. Scripts running in the sub-interpreter simply did not have access to anything else. We used this to execute user scripts and configuration files in secure setups where anything coming in from the outside could be considered suspect. This could easily be done with javascript where untrusted pages/scripts would run in a limited sandbox. It was not terribly inefficient, either (against the interpreter overhead) and could even be nested. The page itself could even request such treatment, or an otherwise trusted page could request it for certain blocks of code. This pushes the actual security responsibility to the interpreter where it arguably belongs anyway. The client could decide it doesn't like the whole page and run it all in a sandbox.

      Overall, I think javascript is much overused and abused for what should be simple content.

    9. Re:They did what? by klenwell · · Score: 2, Interesting

      Agreed, but the ability to fully edit the source does make Blogger more fun than a lot of other 2.0 sites and I'd hate to see it go away.

      Interestingly, both Blogger and Googlepages are now Google services. Blogger is obviously meant for blogging and Googlepages for setting up common web pages, but Googlepages is a headache and Blogger offers the ability to edit the source. So if I need to set up a random web page on the web and I want it to look like I want it to look (and not have ads plastered all over it), I'll use Blogger. I don't know anywhere else on the web where I can do this.

      --
      Innovation makes enemies of all those who prospered under the old regime... -- Machiavelli
    10. Re:They did what? by SpectralDesign · · Score: 1

      You can, in fact, edit the HTML in googlepages too... look in the lower-right corner, next to "add gadget" where it says "edit HTML" (you need the cursor in the section you want to edit.)

      But I agree -- I find the blogger interface more functional, in general. I suppose it also depends on what you're trying to accomplish too, however... there's certainly a place for googlepages.

      --
      Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind. - Dr. Seuss
  7. That's a STRENGTH? by ScentCone · · Score: 2, Interesting

    A template that allows people to slap a meta redirect into the header is strength that they hope Google will still respect? If you want to play those games, host your own site. The point of these blog-o-spaces is to let people do the easy stuff, not monkey with redirection. On the other hand, I can see how it might take, oh... at least 10 minutes to write a filter that would block the meta redirects on their side of things. That is a lot to ask, even in the face of being Google-blacked.

    --
    Don't disappoint your bird dog. Go to the range.
    1. Re:That's a STRENGTH? by SirTalon42 · · Score: 1

      Except you can do all sorts of nasty tricks with javascript to obfuscate the redirection and other stuff. I remember a long time ago on Xanga's blog site you were allowed to put a limited subset of javascript in one section, but eventually someone can up with a way to get around the limits (I think it involved using document.write to write more javascript code) which you could then use to steal the cookies of anyone that was logged in to visit your page (so you could access most parts of their account, except posting and a couple other things, though you could view all their posts even ones marked private/protected).

      It isn't as easy as you'd think it would be.

    2. Re:That's a STRENGTH? by Anonymous Coward · · Score: 1, Insightful

      It's not meta, it's JavaScript, see: http://johnbokma.com/mexit/2006/07/13/
      They often redirect to sites that pay for click traffic.

      My best guess is that there are about 50.000 blog spot blogs doing this, although Google, after months, seems more serious at cleaning this shit up.

  8. If this hasn't already been named... by Flabio · · Score: 5, Funny

    ...can we call it "phlogging"?

    1. Re:If this hasn't already been named... by kbox · · Score: 1

      I prefer "bloshing".

  9. Been there. by Shadyman · · Score: 2, Informative

    I've had numerous attacks against my site, which of course don't work because I don't allow script tags, but I've reported the target sites to their respective webhosts and registrars, and had at least a few blocked/cancelled/warned/etc. Most registrars and webhosts are more than happy to put these sites out of their misery.

  10. OMG! by whorapedia.com · · Score: 1, Funny

    What has the world come to! You spammers should all be ashamed of yourselves!!

    Visit http://www.whorapedia.com/ ... where all of your wildest dreams will come true!!

    --
    Whore Yourself... @ http://whorapedia.com/
  11. new hobby.. by beando · · Score: 1

    i guess people nowaday like to go "Fishing"..