Why does one leaked password put my other accounts at risk?
Credential stuffing explained properly: what actually happens to a leaked password, why the site it leaked from barely matters, and why email is the account that decides everything.
- Difficulty
- beginner
- Time
- 8 min
- Read
- 3 min
Short answer
Because leaked email-and-password pairs are fed automatically into thousands of other sites to see where the same combination works. That process is called credential stuffing, it is entirely automated, and it means a breach at a forum you forgot about becomes a problem at your email provider. Uniqueness per site is what stops it — not password strength.
People assume a breach at a minor website is a minor problem. It is not, and the reason is mechanical rather than dramatic. Nobody sits reading your password. It goes into a list, the list goes into software, and the software tries it everywhere, at a rate of millions of attempts.
Step by step
- Follow what actually happens to a leaked password.A site is breached and its user table is taken. The address-and-password pairs are cracked where they were poorly protected, then published or sold. Software then replays every pair against banks, email providers, shops, streaming services and social platforms.
- See why strength is not the protection here.The password has already been leaked in usable form. Length and symbols make cracking harder, but they do nothing once the plain password is in a list. Only being different everywhere limits the damage to the one site.
- See why email is the account that matters.Whoever controls your email controls password resets everywhere. That is why email is the first account to make unique, the first to protect with two-factor, and the first to check after any breach.
- Understand the near-miss variations.Reusing a password with a number on the end, or the site's name appended, is not uniqueness. Those variations are generated automatically by the same software.
- Find out what has already leaked.Search your email addresses on a reputable breach-checking service. It lists the breaches your address appears in, which tells you which passwords to treat as public.
- Fix it in priority order, not all at once.Email first. Then anything holding money or card details. Then anything that could be used to impersonate you. Then everything else, gradually, as you sign in to each.
- Use a password manager so uniqueness is free.The reason people reuse passwords is that remembering unique ones is impossible. A manager removes the reason, which is why it is the single highest-value change available.
- Add a second factor where it matters.Two-factor authentication means a leaked password alone is not enough, which breaks the automated attack entirely for that account.
Tips
- This is why you receive "unusual sign-in attempt" emails in waves — a new list has been published and is being replayed against every large service at once.
- An old account you have forgotten about is still a live route if it shares a password with a current one. Deleting dormant accounts is a real security measure, not tidying.
- Passkeys remove the problem entirely for the accounts that support them, because there is no shared secret to leak.
Common mistakes
- Assuming a breach at an unimportant site is unimportant — The site is irrelevant. What leaked is a working email-and-password pair, and the attack targets everywhere else you used it.
- Changing the password only on the breached site — It leaves the pair working everywhere else you reused it, which is where the actual loss happens.
- Rotating one password into another site's password — It spreads the same secret rather than containing it. Every site needs its own.
Questions people ask
How would anyone know which sites I use?
They do not need to. The software tries the pair against thousands of large services indiscriminately, and reports the ones where it worked.
Does it help to change my email address?
Marginally, and it is disruptive. Unique passwords plus two-factor on email achieves far more for far less effort.
Is a password manager not just one big target?
A reasonable worry, and it has an answer — see the separate guide here on what happens if a password manager provider is breached.