• hamster
    link
    fedilink
    799 months ago

    https://owasp.org/www-community/attacks/Credential_stuffing

    Credential stuffing is the automated injection of stolen username and password pairs (“credentials”) in to website login forms, in order to fraudulently gain access to user accounts.

    Since many users will re-use the same password and username/email, when those credentials are exposed (by a database breach or phishing attack, for example) submitting those sets of stolen credentials into dozens or hundreds of other sites can allow an attacker to compromise those accounts too.

    • @doppelgangmember@lemmy.world
      link
      fedilink
      27
      edit-2
      9 months ago

      So they brute forced the login?

      No request limiting?

      Wtf

      Edit: yeah it's just a brute force with less steps. That's fuckn embarrassing "Credential Stuffing is a subset of the brute force attack category. Brute forcing will attempt to try multiple passwords against one or multiple accounts; guessing a password, in other words. Credential Stuffing typically refers to specifically using known (breached) username / password pairs against other websites."

      • @spookedbyroaches@lemm.ee
        link
        fedilink
        129 months ago

        Just because this method is a subset of the brute force attack doesn't mean that they don't have request limiting. They are reusing known breached passwords from other platforms, which makes it basically a guarantee that they will get the right password if they don't use a password manager. Their computer systems are secure, it's just their business model that's a privacy nightmare.

        • @doppelgangmember@lemmy.world
          link
          fedilink
          19 months ago

          I mean true, there's nothing you can do with a successful attempt.

          But i feel like this still could have been limited. Required 2FA obvi comes to mind… You can limit rate in a lot of ways.

      • @PixxlMan@lemmy.world
        link
        fedilink
        39 months ago

        According to the quote they would've used breached passwords. You don't know anything about request limiting. It wasn't just randomly entering passwords unrestricted, as per your own quote.

      • @KillAllPoorPeople@lemmy.world
        link
        fedilink
        1
        edit-2
        9 months ago

        Limits aren't a concern if you're controlling a bunch of zombies. The big guys usually have thousands if not hundreds of thousands of 'em.