Slashdot Mirror


2.5 Million Xbox and PlayStation Gamers' Details Have Been Leaked From Piracy Forums (thenextweb.com)

Xbox360ISO.com and PSPISO.com have been hacked by an unknown attacker in late 2015 and the details of the 2.5 million users affected have been leaked online. The leaked information contains email addresses, IP addresses, usernames and passwords. The Next Web reports: It seems that the operator of these sites did nothing to protect the latter, as all passwords were "protected" using the MD5 hashing system, which is trivially easy to overcome. For reference, that's the same hashing system used by LinkedIn. As the names of these sites imply, they were used to share pirated copies of games for Microsoft and Sony's gaming platforms. They also both have a thriving community where people discussed a variety of tech-related topics, including gaming news and software development. If you think you might have had an account on these sites at one point, and want to check if you were affected, you can visit Troy Hunt's Have I Been Pwned. If you have, it's worth emphasizing that anyone who gained access to that site, and anyone who has since downloaded the data dump, will be able to discern your password. If you've used it on another website or platform, you should change it.

36 comments

  1. Creds leaked... by WolfgangVL · · Score: 2

    From this totally wholesome-on-the-up-and-up site. Color me surprised. This is why we use throw away email addys for this sort of thing kids.

    --
    You are being ripped off every second of every day, so that advertisers can help rip you off even more tomorrow.
  2. How interesting! by Ol+Olsoc · · Score: 1
    I clicked on some white space below the story, as I was working in another program on my other screen.

    It took me to the "Have I been Pwned?" site

    NONONONONONONONONONONONONO!!!!! Do not fucking do this Slashdot! This is not funny! This is not appropriate. You want to take me to another website after clicking on white space? What the sleazy clickbit malware satan in hell are you doing?P NO! Bad Slashdot! Evil Slashdot. Stop it. This will not do. We are not amused.

    Other than that, I have no strong feelings on the ,matter

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    1. Re:How interesting! by Wootery · · Score: 1

      Agree, but I'd start closer to home: if, like me, you're dumb enough to browse Slashdot with no ad-blocker, the 'Sponsored Links' shown on the homepage are as scummy as clickbait gets.

    2. Re:How interesting! by Ol+Olsoc · · Score: 1

      Agree, but I'd start closer to home: if, like me, you're dumb enough to browse Slashdot with no ad-blocker, the 'Sponsored Links' shown on the homepage are as scummy as clickbait gets.

      This is weird, as I'm blocking ads, and scripts. They musta found a way around it that needs fixed.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  3. Not a surprise by gweihir · · Score: 3, Interesting

    The number of times I have had to explain to customers how to do password storage right is staggering. Most still believe a single hash is enough (well, to be fair, for a high-entropy password it is). Some have at least heard of salting the hash. But as soon as you come to iteration, most are clueless, and if you put in things like a large-memory-property (to prevent brute-forcing by FPGAs and graphics-cards), you have lost them completely. Many people just stop learning when there is no direct need to and these are the same people that in many cases write security-critical software.

    On the other hand, PBKDF2 has been available since 2000, packing hashing, iteration and salting in a nice package. And Argon2 now adds large memory and other nice properties and essentially solves the problem. People just seem to be completely unaware of this.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:Not a surprise by geekmux · · Score: 1

      The number of times I have had to explain to customers how to do password storage right is staggering. Most still believe a single hash is enough (well, to be fair, for a high-entropy password it is). Some have at least heard of salting the hash...

      Ah yes, salting. A concept I read about over two decades ago in my O'Reilly SysAdmin book. I agree with you, sure is frustrating when those writing software these days act like good security is some newfangled concept we're still waiting for cold fusion to provide.

      On the other hand, PBKDF2 has been available since 2000, packing hashing, iteration and salting in a nice package. And Argon2 now adds large memory and other nice properties and essentially solves the problem. People just seem to be completely unaware of this.

      Given the prevalence of humans using 123456 as a "password", it's not that people are unaware; they simply don't give a shit enough to care.

    2. Re:Not a surprise by gweihir · · Score: 1

      On the other hand, PBKDF2 has been available since 2000, packing hashing, iteration and salting in a nice package. And Argon2 now adds large memory and other nice properties and essentially solves the problem. People just seem to be completely unaware of this.

      Given the prevalence of humans using 123456 as a "password", it's not that people are unaware; they simply don't give a shit enough to care.

      Well, my customers come from industries that should care, but yes, that is decidedly one of the roots of the problem.

      Doing password storage badly needs to be classified by default as gross negligence and result in severe personal consequences for those that have done it, just the same as gross malpractice. It is regrettable that this may mean formal engineering qualification requirements or the like for people implementing password-handling software, but apparently the industry is completely unable to regulate itself and enforce minimal quality standards. And as long as people do not need formal qualifications, these formal qualifications cannot be stripped from them if they screw up.

      As for users, using a bad password should just mean that they lose all expectation on privacy. Unfortunately, password quality enforcement schemes do not work and requirements to change them regularly make things worse.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:Not a surprise by FrankHaynes · · Score: 2

      Given the prevalence of humans using 123456 as a "password"

      That's amazing! I've got the same combination on my luggage!

      --
      slashdot: A failed experiment.
    4. Re:Not a surprise by tlhIngan · · Score: 1

      Given the prevalence of humans using 123456 as a "password", it's not that people are unaware; they simply don't give a shit enough to care.

      It depends.

      If it's a user on a forums, "123456" or "password" may be perfectly legitimate to use. I use them on sketchy websites I don't care if the account gets pwned - they get a junk email address and a junk password - big whoop. You want to post as me? Go right ahead since I signed up to log in once and forgot all about it.

      If it's the admins, then it's a bigger problem.

      I always laughed because one forum I visited decided to impose complexity rules and time based password changes. I simply asked them "if these rules were in place, would the forums still have been compromised?" The answer is almost always yes because it wasn't an admin account (and you can always require complexity on admin accounts) that was used, but a fundamental flaw in the software.

      The only thing complexity does is make the password harder to crack and maybe take over sites if it was a compromised admin account (though since credentials are normally stolen through phishing, it doesn't matter).

      Fundamentally, password complexity and not using stupid passwords are silly policies for sites people don't care about. A bank requiring it makes sense. On a random websites on the Internet, not so much.

      That said, password storage systems shouldn't be so hard to implement - I don't know why all these frameworks just don't have a simple "password storage" type class to securely store passwords into a backing store.

  4. Clickbait title by wept · · Score: 3, Insightful

    Worst.

    1. Re:Clickbait title by Toth · · Score: 2

      Yeah it is clickbaity but it's accurate.
      Yes the hack was over a year ago but the "news" is that it was made widely available about three days ago.

    2. Re:Clickbait title by Anonymous Coward · · Score: 0

      The author of the article is a clueless noob who is slinging around computer terms he doesn't even understand. MD5 is NOT trivially easy to overcome if it's used correctly.

      He sounds like an armchair script-kiddie to me.

  5. Re:No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    I'm not a gamer. Don't play them, but get the fuck off my lawn!
    Sheesh.

  6. Wrong Headline by Osgeld · · Score: 3, Insightful

    2.5 million game pirates had their information leaked from a sketchy ass website over a year ago and now are acting offended someone may steal from them

  7. Headline is completely misleading. I'm done. by thesandbender · · Score: 2

    I started to type up a rant about how this headline was completely misleading... but instead I'll just same "I'm done".

    /screw you guys, I'm going home.

    1. Re: Headline is completely misleading. I'm done. by Anonymous Coward · · Score: 0

      Agreed. I didn't think Slashdot could get worse than it was during the Dice years, but here we are.

  8. Re:No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    Umm, I'm not a gamer for couple of reasons dolt!
    1. My info is my own. I "share" bits and pieces when absolutely necessary.
    2. Games bore me.
    You're not too bright, are you?
    Social networking? Nah, not my thing and I find facebook et al. to be far too intrusive.
    If you'd bother to read and UNDERSTAND what I'd written, you'd see we're close to being on the same page. Only diiference is, I choose not
    to be a raving dickhead about it.

  9. Re:No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    At first I though it was a joke - but maybe you're a _real_ straight-man - but you definitely hit the nail on the head.

    CAP === 'falsify'

  10. Re:No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    I apologize to you, it was wrong, you weren't my target audience. No offense intended to you personnally.

  11. Re: No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    You are mixing unrelated issues and acting superior about it.

  12. MD5 isn't really "trivially easy to overcome" by peppepz · · Score: 1

    The problem lies in not using a salt, not in using MD5.

    1. Re:MD5 isn't really "trivially easy to overcome" by geekmux · · Score: 2

      The problem lies in not using a salt, not in using MD5.

      If a three-digit combination lock protecting a safe needs a bodyguard standing next to it to ensure no one steals anything, then using a shitty lock is in fact the problem, especially since few choose to spice up their recipe when cooking up a security model.

    2. Re: MD5 isn't really "trivially easy to overcome" by Anonymous Coward · · Score: 0

      MD5's weakness lies in it's popularity and therefore susceptibility to rainbow table lookup. There's not a hashing algorithm around you should use without a salt and feel good about in the long term.

      Your analogy is dumb.

    3. Re: MD5 isn't really "trivially easy to overcome" by geekmux · · Score: 2

      MD5's weakness lies in it's popularity and therefore susceptibility to rainbow table lookup. There's not a hashing algorithm around you should use without a salt and feel good about in the long term.

      Your analogy is dumb.

      Much like a 3-digit combination that is unknown to the attacker, MD5's ultimate weakness lies in the speed at which it can be cracked, which today's hardware has proven, irrelevant of the popularity or combinations known by rainbow tables.

      And if programmers are going to remain as ignorant as they always have and refuse to add a little salt to their coding diet, then stronger algorithms (stronger locks) are a rather necessary minimum, because convincing them to use a decades-old security bolster sure as shit ain't working.

      You are correct in that a hash alone does not provide a comfortable security buffer, but that hardly dismisses my analogy.

    4. Re: MD5 isn't really "trivially easy to overcome" by Anonymous Coward · · Score: 0

      MD5's weakness lies in it's popularity and therefore susceptibility to rainbow table lookup. There's not a hashing algorithm around you should use without a salt and feel good about in the long term.

      Your analogy is dumb.

      Much like a 3-digit combination that is unknown to the attacker, MD5's ultimate weakness lies in the speed at which it can be cracked, which today's hardware has proven, irrelevant of the popularity or combinations known by rainbow tables.

      And if programmers are going to remain as ignorant as they always have and refuse to add a little salt to their coding diet, then stronger algorithms (stronger locks) are a rather necessary minimum, because convincing them to use a decades-old security bolster sure as shit ain't working.

      You are correct in that a hash alone does not provide a comfortable security buffer, but that hardly dismisses my analogy.

      Do you not know what a rainbow table is? MD5 can't be cracked quickly... The problem with MD5 is that people have been working for decades to crack it and they shared the cracked passwords to the point that it is trivial to take the encypted password "fb8273hbr#@T@(#FJW" and map it to "secret!"

    5. Re: MD5 isn't really "trivially easy to overcome" by geekmux · · Score: 1

      MD5's weakness lies in it's popularity and therefore susceptibility to rainbow table lookup. There's not a hashing algorithm around you should use without a salt and feel good about in the long term.

      Your analogy is dumb.

      Much like a 3-digit combination that is unknown to the attacker, MD5's ultimate weakness lies in the speed at which it can be cracked, which today's hardware has proven, irrelevant of the popularity or combinations known by rainbow tables.

      And if programmers are going to remain as ignorant as they always have and refuse to add a little salt to their coding diet, then stronger algorithms (stronger locks) are a rather necessary minimum, because convincing them to use a decades-old security bolster sure as shit ain't working.

      You are correct in that a hash alone does not provide a comfortable security buffer, but that hardly dismisses my analogy.

      Do you not know what a rainbow table is? MD5 can't be cracked quickly... The problem with MD5 is that people have been working for decades to crack it and they shared the cracked passwords to the point that it is trivial to take the encypted password "fb8273hbr#@T@(#FJW" and map it to "secret!"

      And when a password happens to not exist yet in a rainbow table (thus removing your "popularity" factor), MD5's standing weakness is the fact that modern computing technology allows billions of computations per second against that particular algorithm, which was my entire point. The very existence of rainbow tables tend to prove how weak certain algorithms are, especially against modern hardware.

  13. Re: No sympathy for modern gamers... by Anonymous Coward · · Score: 1

    Gotta love unsubstantiated and unverifiable claims on the internet. "My life is *serious*, man! I have a murderer trying to murder me!"
    If someone has "tried to kill [you] a couple of times" why did a "real man" like you have to wait for a woman to take out the restraining order? Wouldn't a "real man" deal with that himself?

    Sorry, reads like fantasy/bullshit.

  14. Outrageous by DrXym · · Score: 1

    If you can't trust a piracy forum to protect your online details then who can you trust?

  15. Re: No sympathy for modern gamers... by Anonymous Coward · · Score: 0

    Source? No way something like this happens with out at least local news getting involved

  16. And in upcomfing news....... by Anonymous Coward · · Score: 0

    Microsoft, Sony, and other companies sue over 1 million people for piracy. Here's a thought for the conspiracy theorists: Perhaps Microsoft, Sony, and other companies hired the hacker(s).