Slashdot Mirror


Ubuntu Forum Security Breach

pinkstuff writes "There has been a major security breach of the Ubuntu Forums database. Every user's email address and salted password has been taken. From the forum home page: Unfortunately the attackers have gotten every user's local username, password, and email address from the Ubuntu Forums database. The passwords are not stored in plain text, they are stored as salted hashes. However, if you were using the same password as your Ubuntu Forums one on another service (such as email), you are strongly encouraged to change the password on the other service ASAP. Ubuntu One, Launchpad and other Ubuntu/Canonical services are NOT affected by the breach."

58 of 108 comments (clear)

  1. Dupe from 3 days ago by slimjim8094 · · Score: 3, Insightful
    --
    I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    1. Re:Dupe from 3 days ago by slimjim8094 · · Score: 2

      Weird, it showed the checkbox as checked for me...

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    2. Re:Dupe from 3 days ago by slimjim8094 · · Score: 1

      Yeah I know... Flaky connection here, and I checked it after I clicked the preview button (by habit) and nothing happened so I clicked again. Maybe the first one (without the check) went through. I'm fine if people would rather downvote me... not short of karma

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    3. Re:Dupe from 3 days ago by johnsnails · · Score: 1

      Why would you? It is an old story, and was rightfully pointed out by u.

    4. Re:Dupe from 3 days ago by ElementOfDestruction · · Score: 2

      Turns out you use the name slimjim8094 at ubuntuforums too. Maybe change your password. Now!

    5. Re:Dupe from 3 days ago by slimjim8094 · · Score: 1

      Yes it is.

      I have tiered passwords - one I use for a lot of stuff I don't care about, one I use for stuff I care about a little bit more (Slashdot is included ;) ) and unique passwords for anything "high-security" - work account, bank/anything else involving money, etc. I happened to use the "weak" password for ubuntuforums and - by definition - I don't really care if any other accounts are compromised. To put it in perspective, that's the password I use on sites that don't even hash their passwords, so the attacker getting a salted hashed password is pretty low down on my concerns. But I have reset that "weak" password anyway.

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    6. Re:Dupe from 3 days ago by Psychotria · · Score: 1

      You used a weak password for the ubuntu forums and a stronger one for slashdot? You're pretty weird, dude.

    7. Re:Dupe from 3 days ago by HJED · · Score: 1

      BTW they have managed to decrypt the passwords, Simple Machines Forum just got hit as well because an admin used the same password on both sites.

      --
      null
    8. Re:Dupe from 3 days ago by esmaeilhamdy · · Score: 1

      BTW they have managed to decrypt the passwords, Simple Machines Forum just got hit as well because an admin used the same password on both sites.

  2. Re:Again? by 0dugo0 · · Score: 1

    Probably, my database dump is from late last year.

  3. The forums are useful by jones_supa · · Score: 1, Offtopic

    During last days I have bumped to the "ubuntuforums.org is down for maintenance" message several times while googling some Linux stuff. I never realized before that I visit that site so often.

    1. Re:The forums are useful by Anonymous Coward · · Score: 1

      During last days I have bumped to the "ubuntuforums.org is down for maintenance" message several times while googling some Linux stuff. I never realized before that I visit that site so often.

      The Gentoo and Arch Linux forums much more useful if you are an experienced, competent Linux user and ran into an oddball problem. Those users really, really know their stuff.

      Ubuntu forums are sadly full of noob types asking noob questions. Yes there is good info there but you'll have to wade through the "RTFM" type questions and sometimes your signal to noise ratio is very low. Of course if you actually ARE a newbie this is a plus and they are very good about steering you in the right direction in a nonjudgmental manner, but if you are not a newbie this is a big minus.

      Anyone who gets offended that I dare suggest that one size does not fit all and different sites appeal to different userbases is definitely a noob :-).

  4. Re:Don't worry.... by Dunbal · · Score: 1

    NSA don't need to hack the forums. They've got all the packets in and out of the servers saved on a disk. Not to mention a back door into the servers.

    --
    Seven puppies were harmed during the making of this post.
  5. The hashes are salted by Dwedit · · Score: 2, Interesting

    The hashes are salted. Who cares about a breach with salted hashes?

    1. Re:The hashes are salted by TWX · · Score: 1, Interesting

      That's what I'm wondering, given that's the whole point in using that method to store credentials in the first place...

      I also have to question the practicality of having different passwords for all one's accounts, especially on things as nonessential as forums. Between work and things that matter I already have to remember too many passwords.

      --
      Do not look into laser with remaining eye.
    2. Re:The hashes are salted by Rockoon · · Score: 1

      Smart people?

      --
      "His name was James Damore."
    3. Re:The hashes are salted by fluffy99 · · Score: 4, Interesting

      The hashes are salted. Who cares about a breach with salted hashes?

      If they aren't sure of the extent of the compromise, reading salted hashes (assuming they were) might only be part of the problem. Could be they were intercepting passwords on the fly.

    4. Re:The hashes are salted by bmk67 · · Score: 1

      Would you prefer that they kept silent? I wouldn't. Personally, I prefer an appropriate amount of transparency to silence and bullshit.

    5. Re:The hashes are salted by CastrTroy · · Score: 1

      Why would you have to remember them? Just use something like Password Safe or KeePass to remember your passwords for you. Not only do you not have to remember your passwords, but because you don't have to remember them, you can have much longer and more complex passwords.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    6. Re:The hashes are salted by AHuxley · · Score: 1

      What is holding all the sites back from better password as mentioned the md5(salt+md5(password))?
      What do website admins think of "Here is a 25 GPU cluster that can go after MD5 hashes" arstechnica.com efforts?
      Power and CPU time per user is the expensive over many users over years with new encryption?
      Lack of easy software upgrades? ie would users have to re join as "new" encryption is added?
      Good encryption is expensive per site? Needs hardware upgrades or next gen cpu?

      --
      Domestic spying is now "Benign Information Gathering"
    7. Re:The hashes are salted by bmk67 · · Score: 1

      What is holding all the sites back from better password as mentioned the md5(salt+md5(password))?

      What do website admins think of "Here is a 25 GPU cluster that can go after MD5 hashes" arstechnica.com efforts?

      Power and CPU time per user is the expensive over many users over years with new encryption?

      Not generally, no. While strong encryption is considered an expensive operation, for a typical system, authentication is something that is relatively rarely done and the computing expense is a tiny part of the overall.

      The trick is to make the hashing algorithm inexpensive enough that it isn't a burden on the authenticating system, but expensive enough that it's impractical to attack the hashes, now and a for a reasonable time going forward. As more computing power becomes available, that balance point shifts. Where that point lies at any given time is left as an exercise for people more knowledgeable than I.

      Lack of easy software upgrades? ie would users have to re join as "new" encryption is added?

      No, that would not be necessary. The authentication system needs to track the hashing method used for each user's credentials, and users can be required to do a password change and inherit more secure hashing algorithms (this leaves "abandoned" accounts potentially vulnerable, but that can be dealt with as well). The challenge comes when the operator is at the mercy of the software vendor to implement the functionality, or when they lack the motivation / skills / etc to do it themselves.

    8. Re:The hashes are salted by cbhacking · · Score: 2

      You don't even need a password change. You just store in the database what password verifier scheme was used (and a pair of MD5s with a salt of unknown size is a damn weak one) and then when the user logs in, you derive the password verifier using the scheme stored in the DB for their account. If it matches, then you log them in (of course) but you *also* computer a new password verifier using the new, better scheme - say, PBKDF2 with 50000 iterations - and then store that new verifier, and the new scheme you used to derive it, to the user's account entry in the DB. It's completely transparent to the user. As a bonus, this makes it easy to adopt even stronger schemes in the future.

      --
      There's no place I could be, since I've found Serenity...
    9. Re:The hashes are salted by HJED · · Score: 1

      Because apparently the hacker's have managed to crack them.

      --
      null
    10. Re:The hashes are salted by MMC+Monster · · Score: 1

      If you have a known username and password, is it possible to derive the salt?

      --
      Help! I'm a slashdot refugee.
    11. Re:The hashes are salted by TWX · · Score: 1

      And how does that work across multiple different and different kinds of devices exactly?

      --
      Do not look into laser with remaining eye.
    12. Re:The hashes are salted by jronnholm · · Score: 1

      And how does that work across multiple different and different kinds of devices exactly?

      KeePass is ported to many different device types. For syncing its database between devices, you could use whatever file syncing service you prefer.

  6. Goddamn by readingaccount · · Score: 1

    Dupe.

    samzenpus, you fucking suck sometimes. Hope you're not getting paid for this.

  7. Re:The hashes are salted (BUT NOT PROPERLY) by rgbrenner · · Score: 4, Informative

    They use vBulletin.. the passwords are salted.. but it's just md5(salt+md5(password)). The salt is in the db, and it's just 2 md5 hashes -- NO stretching, PBKDF2, bcrypt, or anything else. It's literally one step up from plaintext. You can recover those passwords in very little time. You SHOULD assume the passwords are compromised.

    http://www.vbulletin.org/forum/showthread.php?t=178091

  8. Dupe or another breach? by bloodhawk · · Score: 2

    So has this happened yet again or just another Dupe?

  9. Dupe story by BrokenHalo · · Score: 4, Insightful

    I don't know about Ubuntu being that popular, but this story seems to be. We had this one on /. only four days ago. Editors asleep at the wheel again... :-|

    1. Re:Dupe story by Anonymous Coward · · Score: 1

      the story should be that the ubuntu forums *are still offline* - going on five days now.

    2. Re:Dupe story by HJED · · Score: 2

      and that the attackers have apparently managed to decrypt to passwords, causing another forum breach: here

      --
      null
  10. Re:The hashes are salted (BUT NOT PROPERLY) by Rockoon · · Score: 1

    Indeed...

    Here is a 25 GPU cluster that can go after MD5 hashes.

    The cluster can try 180 billion combinations per second against the widely used MD5 algorithm

    Realize that an 8 character password is only about 48 bits of entropy, so if you find a key that hashes to that 128-bit MD5 hash code then its almost certain that that is in fact the password and not just a random collision. I am appalled at the horrible password "protection" practice in use today. In the 1980's we knew better and didnt store the entire god damned hash.

    --
    "His name was James Damore."
  11. Re:The hashes are salted (BUT NOT PROPERLY) by niftydude · · Score: 1

    It's literally one step up from plaintext. You can recover those passwords in very little time. You SHOULD assume the passwords are compromised.

    Really? Can you explain how this is done? My understanding is that MD5 is a one way hash function. I know of no real way to reverse an MD5 hash. I know there are MD5 databases that can do a reverse lookup, but they are only limited to dictionaries the common strings they contain. Surely that is only really useful if your password was something stupid like a dictionary word, or some lame leetified word like "l0ve". How do you reverse an MD5 hash if it is not?

    I am genuinely interested.

    --
    You can never know everything, and part of what you do know will always be wrong. Perhaps even the most important part.
  12. Re:Don't worry.... by Tarlus · · Score: 1

    Script kiddies don't hack.

    --
    /* No Comment */
  13. Re:The hashes are salted (BUT NOT PROPERLY) by Rockoon · · Score: 4, Interesting

    How do you reverse an MD5 hash if it is not?

    You try all possible inputs at a rate of 180 billion combinations per second.

    For an 8 character alphanumeric with a few symbols, thats about 48 bits of entropy, which equates to 1564 seconds (26 minutes) to try every single possible input. Since you used a 128-bit hash on 48 bits of entropy, the odds are very very very good that only one single input will result in the stored MD5 hash.

    Thus the attack knows precisely what the original password was in only 26 minutes, which fits the definition of "reversing" the hash in no more than 26 minutes.

    --
    "His name was James Damore."
  14. Re:The hashes are salted (BUT NOT PROPERLY) by rgbrenner · · Score: 2

    MD5 is just not computationally intensive by todays standards. You can easily calculate several BILLION MD5 hashes per second on a modern GPU. It's fast enough that you can simply bruteforce it.. you can rent an EC2 cluster for a few dollars if you don't want to spend the money on the GPUs.

    There's a reason why at a minimum stretching is used (this is when you hash a password + salt, then hash the hash typically a few 10000 times)... this is standard practice BTW if you're going to use hashes (or better, use bcrypt or pbkdf)

    The only thing the salt does is prevent them from cracking all of the passwords at once.. they'll have to crack each user individually.

  15. Re:Don't worry.... by Anonymous Coward · · Score: 5, Informative

    The Ubuntu forums run on vBulletin, a proprietary solution. Nothing open-source about it.

  16. Re:The hashes are salted (BUT NOT PROPERLY) by niftydude · · Score: 1

    You try all possible inputs at a rate of 180 billion combinations per second. Thus the attack knows precisely what the original password was in only 26 minutes, which fits the definition of "reversing" the hash in no more than 26 minutes.

    Ok. That is fast. Still - there are two md5 hashes with a salt added - so it would likely take 52 minutes - although I think you could call that a distinction without a difference.

    --
    You can never know everything, and part of what you do know will always be wrong. Perhaps even the most important part.
  17. Re:The hashes are salted (BUT NOT PROPERLY) by Rockoon · · Score: 1

    To expand further on this, it is a violation of CWE-257 to store a much wider hash than the passwords entropy.

    "The storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users."

    Storing a 128-bit hash of a typical password, due to their much lower entropy, is in fact storing it in a recoverable format.

    --
    "His name was James Damore."
  18. Re:The hashes are salted (BUT NOT PROPERLY) by Rockoon · · Score: 1

    Ok. That is fast. Still - there are two md5 hashes with a salt added - so it would likely take 52 minutes - although I think you could call that a distinction without a difference.

    Dont forget that since the users account name isnt part of the salt (or so I presume, given the bad hashing practice already noted by others), then every accounts hash can be attacked simultaneously. Thats 26 or 52 minutes to crack the password of every single account.

    --
    "His name was James Damore."
  19. Re:The hashes are salted (BUT NOT PROPERLY) by rgbrenner · · Score: 2

    the salt is random.. so each user's password would need to be cracked individually.

    that doesn't make it 52min though..

    You could speed this up by hashing the password you want to try, then hashing it with each user's salt. So instead of 2x hashes, you would have (# of users) + 1 md5 calcs for each password attempt.

    And the average time would be 1/2 of the max time.

    Also... most of those passwords are probably dictionary words.

  20. Re:The hashes are salted (BUT NOT PROPERLY) by rgbrenner · · Score: 2

    "Still - there are two md5 hashes with a salt added "

    No, even that part was done improperly. Since they hashed the password, then added the salt, then hashed the result.. it's actually just (# of users) + 1 md5 hashes.

    1) hash password
    2) concat hash + salt
    3) hash result
    4) repeat 2 & 3 for each user

  21. Re:The hashes are salted (BUT NOT PROPERLY) by MrEricSir · · Score: 1

    the salt is random.. so each user's password would need to be cracked individually.

    That isn't very comforting without knowing the hacker's intentions. For all we know, maybe your password was the only one they wanted.

    --
    There's no -1 for "I don't get it."
  22. Re:Don't worry.... by LordLimecat · · Score: 2

    What happened is that you apparently dont know the difference between operating system vulnerabilities, and someone gaining unauthorized access to a forum.

  23. Bad timing for Canonical by Camael · · Score: 2

    This will probably hurt their campaign to bring Ubuntu to mobile.

    Their kickstarter at Indiegogo already seems to be slowing down.

    Not quite fair to link a forum breach to Ubuntu, but public perception is what matters.

  24. Re:The hashes are salted (BUT NOT PROPERLY) by Rockoon · · Score: 1

    Then don't use 8 letter passwords. 11 random alphanumerics at 180e9 tries per second is 62^11/180e9/(60*60*24) = 3345 days

    ..1600 days next year, 800 days the year after, 400 days the year after that, ...

    Not to mention that we are talking about a 25 GPU's rig. I'm quite certain that some botnet owners have access to a hundred thousand decent GPU's, and a million not-so-decent GPU's. Welcome to reality.

    --
    "His name was James Damore."
  25. "Posting anon so no karma whoring" by antdude · · Score: 1

    slimjim8094: Failed. :P

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  26. Re:The hashes are salted (BUT NOT PROPERLY) by lindi · · Score: 1

    Btw, the article you linked says it's actually md5(md5(password)+salt).

  27. Forced sign-in by BlackPignouf · · Score: 1

    Great.
    With their policy of needing to sign-in in order to download anything (script, picture, ...), I bet they have way more information than they needed to have.
    And this information is now compromised....

  28. Salting the hash is not enough by gweihir · · Score: 1

    I hope the iterated with a sufficiently high count in addition. But as they do not say that, I am doubtful. Any competently done set-up would at the very least use PBKDF2 or scrypt with an iteration count > 100'000.

    Why do people keep getting this very basic stuff wrong?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  29. Ummmm.... by Dcnjoe60 · · Score: 1

    It's not news, even for nerds, when it is reported a week after everybody else reported it.

  30. Re:The hashes are salted (BUT NOT PROPERLY) by rgbrenner · · Score: 1

    You're right.. the hash is appended to the password hash (not prepended). Carelessness on my part.. good catch.

  31. Re:Don't worry.... by Anonymous Coward · · Score: 1

    The source was available to them right? So they could have audited it for security problems. So why didn't they detect the problems? Not enough resources allocated? Not enough talent? Same problem goes for OSS.

    Skilled eyes are magnitudes better at spotting security bugs. How many skilled eyes are really looking at open source stuff AND working to get it fixed compared to the number of skilled eyes who are looking at it and keeping the exploits for their benefit.

    The security of OSS is overrated. There are limits to what they can do in practice due to users and usability[1] - for example the apparmor profile for firefox etc are disabled by default, and the default profiles are also quite lax (firefox with apparmor enabled can still access most of the files in the HOME directory)

    [1] and that's the main security problem for Windows too.

  32. Re:The hashes are salted (BUT NOT PROPERLY) by stiggle · · Score: 1

    Well they can try and use the same username & password on other forums.
    They can try and use the same password on your email address.
    If they get into your email, then they can request password resets for online banking, paypal, etc.

    This is why you don't use the same passwords on different systems.
    If you have your own domain, then use different email addresses for each site filtering into a central inbox. This also makes it easier to track where spammers get your address from.

  33. Re:Don't worry.... by russbutton · · Score: 1

    Nothing "Happened". *No* operating system is 100% secure, especially when humans are involved. At the place where I work, people send around user names and passwords in e-mail. Twice I've sent out notes to the entire company admonishing them to not do that and why, but the practice continues.

    Beyond simply the operating system, you've got vulnerabilities in things like .net and java.

    http://technet.microsoft.com/en-us/security/bulletin/ms13-040
    http://www.cvedetails.com/vulnerability-list/vendor_id-26/product_id-3091/Microsoft-Asp.net.html
    http://www.oracle.com/technetwork/topics/security/alerts-086861.html

    If you really believe that Windows is just as secure as Linux, then go ahead believing that. You're going to anyway.

  34. vBulletin proprietary and Open Source by phorm · · Score: 1

    vBulletin is written in plain/visible PHP. It is open source. I have worked in places using it in the past and modified the source to fix issues or add functionality (though directly editing the source is not usually a good solution, it's better to use one of the built in hooks).

    That said, one should distinguish between OSS and FOSS. vBulletin is not FOSS. You do pay licensing for it, and it's not free to distribute. Various modules can also be encoded/encrypted, as many third-parties that create vBulletin plugins have been known to do.

    If Ubuntu want to go full FOSS, they could have used something like SMF, however vBulletin is more popular and (when last I used the two) featureful.

  35. Re:The hashes are salted (BUT NOT PROPERLY) by Onymous+Coward · · Score: 1

    I don't think that brute forcing to identify passwords is what's meant by "recoverable" here. Though, I suppose I'm with you in the idea that if it's easy enough it's virtually the same.

    I'm not getting what (other) significance you're assigning to the idea of passwords being much lower entropy than their hashes. Is there something about the relative entropies that matters, or are you just again pointing to the ease of brute forcing something like passwords (which are going to be, in practice, only a small fraction of the hash entropy), which exists regardless of the potential hash entropy?