Credential Stuffing
Credential stuffing is an automated cyberattack in which criminals take usernames and passwords stolen from one data breach and try them in large volumes against the login forms of other websites and services. Because many people reuse the same password across multiple accounts, some of these stolen credentials succeed, allowing attackers to break into accounts that were never directly breached. The goal is typically account takeover, which can then be used for fraud.
Credential stuffing is an automated attack that injects large lists of stolen username and password pairs into a target application's login endpoints, exploiting credential reuse across services to achieve unauthorized authentication and account takeover. Attackers commonly use bots and automation frameworks to submit high volumes of login attempts, distinguishing this technique from brute-force or password-spraying attacks in that it relies on previously valid credential pairs harvested from prior breaches rather than guessed or enumerated values. Detection and mitigation approaches are intended to reduce successful takeovers by identifying anomalous login patterns, though such controls involve false-positive and false-negative trade-offs and do not guarantee prevention; effectiveness depends on implementation. This term describes an attack technique and is distinct from any specific PCI standard control.
Why it matters
Credential stuffing turns the fallout from one organization's data breach into a threat against many others. Because people frequently reuse the same username and password across multiple sites, credentials exposed in an unrelated breach can be used to break into accounts on services that were never themselves compromised. For payment and commerce environments, this often results in account takeover, which attackers can leverage to make fraudulent purchases, drain stored value, harvest saved payment details, or abuse loyalty and rewards balances.
The attack is attractive to criminals because it exploits legitimate, previously valid credentials rather than guessing them, which can make individual login attempts look plausible and harder to distinguish from genuine customer activity. This raises the stakes for merchants, processors, and any service that maintains customer accounts, since a wave of successful takeovers can drive downstream card-not-present fraud, chargebacks, and reputational harm even when the targeted service's own systems were never directly breached.
Mitigation matters because no single control eliminates the risk. Detection approaches that identify anomalous login patterns can help reduce successful takeovers, but they involve false-positive and false-negative trade-offs and depend heavily on implementation. Reducing exposure typically requires layered defenses and an awareness that credential stuffing is an attack technique, not a control governed by any specific PCI standard.
Who it's relevant to
Inside Credential Stuffing
Common questions
Answers to the questions practitioners most commonly ask about Credential Stuffing.