• Sony Europe hacked by Lebanese hacker... Again

    By my count this is unlucky hack number 13 for Sony. A Lebanese hacker known as Idahc dumped another user database at Sony Europe containing approximately 120 usernames, passwords (plain text), mobile phone numbers, work emails and website addresses.

    The attacker claims that he used standard SQL injection techniques to acquire the database. I think it is fair to say it appears that Sony has not learned anything from the previous 12 attacks.


    SQL injection flaw? Check. Plain text passwords? Check. People's personally identifiable information totally unprotected? Check.

    Idahc is the same attacker who targeted the Canadian Sony Ericsson site in May, 2011. In his note on pastebin he states: "I was Bored and I play the game of the year : 'hacker vs Sony'." He posted the link to pastebin with the simple note "Sony Hacked: pastebin.com/OMITTED lol."
    If you are a database administrator (especially a Sony one) and want to avoid your sensitive data from ending up in the headlines I recommend you actually test your web applications for SQL vulnerabilities.

    A great resource with detailed information on how to protect against SQL injection attacks is available at codeproject.com.
    Comments 1 Comment
    1. Cut-Copy-Paste's Avatar
      Cut-Copy-Paste -
      A great resource with detailed information on how to protect against SQL injection attacks is available at codeproject.com.
      Tell that to Sony