A password control that screens new or existing credentials against lists of known breached, reused, or commonly guessed values. The goal is to stop weak or exposed passwords from becoming active account secrets. In practice, it is a standards-based way to reduce account takeover risk at creation, reset, and sometimes login.
How NIST Compromised Credential Checking Works
NIST compromised credential checking is a password quality control, not a full authentication system. It compares a chosen password or reset candidate against breach corpuses, password spray lists, and other weak-value sources so that exposed or easily guessed secrets never become active account credentials.
The control matters because a password can be syntactically complex and still be unsafe if it has already appeared in a breach or is heavily reused. That is why the check is usually applied at account creation, password change, and password reset, with some implementations also screening at login when a known-compromised credential is detected after the fact.
Done well, the control reduces the chance that users or attackers can activate a password that is already known to the public or to adversaries. It is therefore a preventive layer that improves account security before the secret is trusted for ongoing access.
What It Stops and What It Does Not
The main security value is blocking credentials that are weak in ways traditional composition rules miss. A password can include upper and lower case, numbers, and symbols, yet still be present in a breach list, part of a common pattern, or reused across many services. Compromised credential checking catches those cases directly instead of assuming that complexity alone equals strength.
It does not prove the rest of the account is safe. If an attacker already has the password through phishing, malware, or reuse on another site, the control only helps when the system checks the candidate password against a current compromised-password corpus. That makes corpus quality, refresh frequency, and enforcement points important implementation details.
In practice, the control is most effective when paired with stronger authentication and other identity safeguards. NIST’s digital identity guidance treats compromised-password screening as part of reducing the likelihood that a known-bad secret is accepted into service, especially for consumer and workforce accounts that remain password-based.
Why It Matters for Account Risk
A compromised password creates immediate account takeover exposure because the attacker does not need to break the password, only reuse it. That makes breached-password screening one of the most direct ways to cut off a common attack path before it becomes an active account secret.
For organizations that still allow passwords, the control also reduces downstream help-desk load, forced resets, and incident response effort. It is especially useful where password resets are frequent, users tend to recycle secrets, or legacy applications still depend on password-only entry points.
The risk is not theoretical. Password reuse and breached-password acceptance are recurring causes of unauthorized access, and identity research consistently shows that exposed secrets are a major driver of compromise. NHIMG’s Ultimate Guide to NHIs also notes that 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, underscoring how exposed authentication material turns into real loss.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST SP 800-63, CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | 5.1.1.2 — Memorized Secret Verifiers | Defines rejecting compromised or weak memorized secrets for digital identity. |
| Recommendation — Reject breached passwords at enrollment, reset, and verification points. | ||
| CIS Controls v8 | 5 — Account Management | Covers preventing unsafe credentials from becoming active accounts or resets. |
| Recommendation — Screen passwords during account and reset workflows to reduce takeover risk. | ||
| NIST CSF 2.0 | PR.AC — Access Control | Applies because screening passwords protects access decisions before account use. |
| Recommendation — Enforce access controls that deny known-compromised credentials before they are accepted. | ||
| OWASP Non-Human Identity Top 10 | NHI-01 — Secret Hygiene and Credential Exposure | Relevant where compromised secrets become active access material in identity systems. |
| Recommendation — Reject exposed credentials before they can authenticate or authorize access. | ||
Practitioner Guidance
Why practitioners should care: Treat this control as a prevention gate, not a cosmetic password-policy feature. If your environment still accepts passwords, checking against breached and commonly guessed values is one of the highest-value ways to stop obvious takeover candidates from entering circulation.
Common misunderstanding: Complexity rules do not replace compromised credential checking. A long password can still be unsafe if it is recycled, leaked, or part of a predictable pattern that attackers already test at scale.
Practitioner takeaway: Use the control at the moments that matter most, enrollment, reset, and renewal, and keep the compromised-password source current enough that the check reflects what attackers are actually using.
Risk and Threat Considerations
Compromised credential checking addresses a very specific attack condition, a password that is already known, reused, or easily guessed. If the control is weak, bypassed, or based on stale data, attackers can still walk through the front door with a credential that should have been rejected.
Failure mechanism: Attackers benefit when organizations accept breached passwords, because those credentials are already optimized for reuse, spraying, and account takeover. The failure is usually not in password syntax, but in allowing a known-bad secret to become an active login factor.
Impact: The likely outcome is account compromise, followed by unauthorized access, privilege abuse, or lateral movement if the stolen account has broader reach. In password-dependent environments, one accepted compromised credential can become the starting point for a wider intrusion.
Related resources from NHI Mgmt Group
- Why do compromised phones create more risk than simple credential theft?
- Who is accountable when a chatbot admin credential is compromised?
- Who is accountable when a compromised package credential is used to spread malicious artefacts?
- Who is accountable when a compromised maintainer credential exposes downstream environments?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 19, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org