Password Security and Hash Slippage
The
massive losses of password hashes at LinkedIn [1], eHarmony [2] and
Last.fm [3] are very concerning, to say the least. These are companies
that are generally perceived as technology leaders, particularly
LinkedIn. Also, as far as I now, eHarmony and LinkedIn are Java/JVM
shops. Just some data that I gathered today regarding the scope of the
issue:
I just wonder how the hackers got access to the hashes in the first place...I could not find any information on that, yet. Maybe another juicy story...
[1] http://blog.linkedin.com/2012/06/09/an-update-on-taking-steps-to-protect-our-members/
[2] http://advice.eharmony.com/blog/2012/06/07/updates-on-ongoing-efforts-to-protect-our-members/
[3] http://blog.last.fm/2012/06/08/an-update-on-lastfm-password-security [4] http://www.jasypt.org/ [5] http://www.springsource.org/spring-security
Published at DZone with permission of its author, Gunnar Hillert. (source)- Last.fm - presumably up to 17 million lost hashes - Algorithm used: MD5 - Hashes were Not salted
- eHarmony - 1.5 million hashes - MD5 - No salted - All upper-case-passwords
- LinkedIn - 6.5 million hashes - SHA1 - Not salted
- http://www.nytimes.com/2012/06/11/technology/linkedin-breach-exposes-light-security-even-at-data-companies.html
- http://translate.google.com/translate?sl=de&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.heise.de%2Fsecurity%2Fmeldung%2FPasswort-Lecks-groesser-als-angenommen-1613946.html
- http://www.technolog.msnbc.msn.com/technology/technolog/linkedin-eharmony-dont-take-your-security-seriously-819858
- http://erratasec.blogspot.de/2012/06/linkedin-vs-password-cracking.html
I just wonder how the hackers got access to the hashes in the first place...I could not find any information on that, yet. Maybe another juicy story...
[1] http://blog.linkedin.com/2012/06/09/an-update-on-taking-steps-to-protect-our-members/
[2] http://advice.eharmony.com/blog/2012/06/07/updates-on-ongoing-efforts-to-protect-our-members/
[3] http://blog.last.fm/2012/06/08/an-update-on-lastfm-password-security [4] http://www.jasypt.org/ [5] http://www.springsource.org/spring-security
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





Comments
Fahmeed Nawaz replied on Tue, 2012/06/12 - 10:21am
I've just discovered MongoDB and wanted to git it a try using the official java driver.
I have a problem though: I want to change the default Mongo data directory ( /data/db) to something else in my java application.
I searched the javadoc but didn't find how to do this.
Could you please help ?
Many thanks