Hadn’t seen this posted, but for anyone who uses Trading Paints in conjunction with iRacing you need to go in and change passwords NOW!

There was a leak of 270,000 accounts with emails/passwords in md5 format (easily reversible to plaintext)

If you use the service make sure to reset your passwords asap and if you use the password shared on other services you should make sure to change it as well

    • @BURNOPM
      link
      English
      39 months ago

      Seriously. MD5 is in no way secure. At the very minimum it should have been encrypted with an algo that isn’t already broken. Pretty disappointed in the TP devs TBH. That’s not an oversight, that’s a complete and utter disregard for the safety of their users information

      • @[email protected]
        link
        fedilink
        English
        39 months ago

        What’s crazy is that I think this service was developed after md5 was shown to be widely compromised (2011-2012). Not 100% sure though, I wasn’t able to find an exact release date.

        • @BURNOPM
          link
          English
          29 months ago

          Even so, after it was cracked that should have been the #1 priority to fix. There’s absolutely no way it’s acceptable that they haven’t fixed it 10 years down the line.

          • DesignateM
            link
            fedilink
            English
            19 months ago

            Unfortunutly there is no other service like it so they can afford to be lax cause you know. Who else is going to do it? Be interesting if someone does get compromised and given the clear lack of effort in properly securing the personal data if they attempt to seek damages against TP

        • @BURNOPM
          link
          English
          29 months ago

          That’s my go-to for any password encoding

          Hopefully this gets iRacing to open up their oAuth portal to external apps and someone can develop something more secure.

          It really shouldn’t be that hard. It’s an account management and CDN software, it honestly can’t be that hard to build a properly hardened version

  • SimpleDev
    link
    fedilink
    English
    29 months ago

    Wow they really didn’t try at all to be even somewhat secure.

    • @BURNOPM
      link
      English
      39 months ago

      Not even the bare minimum of effort. It’s really disappointing.

      A first year CS student knows better than to md5 hash passwords, let alone without a salt