Slashdot Mirror


Data Breach Reveals 100k IEEE.org Members' Plaintext Passwords

First time accepted submitter radudragusin writes "IEEE suffered a data breach which I discovered on September 18. For a few days I was uncertain what to do with the information and the data. Yesterday I let them know, and they fixed (at least partially) the problem. The usernames and passwords kept in plaintext were publicly available on their FTP server for at least one month prior to my discovery. Among the almost 100.000 compromised users are Apple, Google, IBM, Oracle and Samsung employees, as well as researchers from NASA, Stanford and many other places. I did not and will not make the raw data available, but I took the liberty to analyse it briefly."

3 of 160 comments (clear)

  1. Re:For God's Sake by xxxJonBoyxxx · · Score: 4, Informative

    >> when are we going to all start hashing and salting passwords?

    Please RTFA. The exposure wasn't in password STORAGE, it was in password LOGGING. (The stored passwords may already have been hashed and salted for all we know, but the FTP server was writing them to log files out in clear text!)

  2. FYI: password hashing doesn't matter when... by nweaver · · Score: 4, Informative

    Password hashing doesn't matter when the login password is conveyed in a URL and the URLs fetched are logged.

    From the article, its clear that this is what happened: the login process creates a URL with the username & password in it, and since the URLs were logged and accessible, the login passwords could be obtained in the clear.

    --
    Test your net with Netalyzr
  3. Re:Well... by tangent3 · · Score: 5, Informative

    Disclaimer: I've RTFA'ed

    The passwords were not stored in plaintext.
    However, the web server access logs logged the passwords entered in plaintext. That was what was downloaded from a publically access ftp folder.