Genetics firm 23andMe says user data stolen in credential stuffing attack
Genetics firm 23andMe says user data stolen in credential stuffing attack
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.
So they brute forced the login?
No request limiting?
Wtf
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.
Mandatory 2FA.
Easy.