Subscribe to the Non-Human & AI Identity Journal
Threats, Abuse & Incident Response

Password reuse

← Back to Glossary
By NHI Mgmt Group Updated June 11, 2026 Domain: Threats, Abuse & Incident Response

Password reuse is the practice of using the same password across multiple accounts. It turns one successful compromise into a much larger account takeover problem because the attacker can try the stolen credential elsewhere, widening the blast radius beyond the original target.

Expanded Definition

Password reuse is the practice of using the same credential across multiple accounts, which weakens authentication by making every login dependent on a single secret. In NHI and IAM programs, the term matters because reused passwords often sit behind service accounts, admin consoles, and legacy integrations, where detection is harder and blast radius is larger.

Security guidance generally treats password reuse as an access risk rather than a password hygiene issue alone. Under NIST Cybersecurity Framework 2.0, organisations are expected to improve identity governance, monitoring, and credential management so one compromised secret does not become a cross-system foothold. In NHI environments, the same principle applies to API keys, service credentials, and embedded passwords, where reuse can be hidden in code, CI/CD pipelines, or configuration stores. The control challenge is not only detection, but also enforcing unique credentials, rotation, and revocation at scale. Definitions vary across vendors on whether password reuse includes only exact matches or also password variants with minor changes, so governance policies should state the rule explicitly.

The most common misapplication is treating password reuse as a user training problem only, which occurs when organisations ignore reused credentials embedded in machine-to-machine access paths.

Examples and Use Cases

Implementing password reuse controls rigorously often introduces friction for users and operators, requiring organisations to weigh faster access against lower compromise impact.

  • Employees use the same password for email, VPN, and a third-party SaaS app, so a single phishing success can cascade into broader account takeover.
  • A legacy service account shares a password across multiple servers, making it difficult to rotate safely without coordinated change management.
  • A developer reuses a password between a personal account and a corporate admin portal, creating an easy path for credential stuffing after an external breach.
  • A CI/CD system stores a reused password in a script or environment file, so compromise of the pipeline reveals access to multiple downstream systems.
  • An organisation reviews patterns of repeated credentials while modernising secret storage, using the Ultimate Guide to NHIs to prioritise where reused secrets most often appear in machine identities.

In policy design, password reuse is often addressed together with rotation, vaulting, and secrets discovery rather than as an isolated rule. That is especially important where service accounts and API keys behave like passwords but are not always governed by the same controls. Industry practice is still evolving on how aggressively to block reuse across different identity classes, so organisations should distinguish human logins from non-human credentials and apply the restriction consistently. For implementation patterns, identity teams often align these checks with guidance from the NIST Cybersecurity Framework 2.0 and internal access standards.

Why It Matters in NHI Security

Password reuse becomes especially dangerous in NHI programs because machine credentials are often long-lived, widely distributed, and poorly inventoried. NHIMG research shows that 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, and reused passwords increase the likelihood that one leak will affect multiple systems. The risk is amplified when secrets are stored outside approved managers, embedded in code, or shared across environments.

Reused credentials also undermine Zero Trust and least-privilege design. If one password unlocks several accounts, revocation becomes slow and incomplete, and incident responders may not know where the compromised secret was accepted. The Ultimate Guide to NHIs highlights how widespread visibility gaps and excessive privileges magnify this problem across service accounts and API keys. Good governance therefore focuses on unique secrets, rotation discipline, vault enforcement, and rapid offboarding.

Organisations typically encounter the consequence only after a credential stuffing event, phishing compromise, or leaked repository exposes the same password in multiple places, at which point password reuse becomes operationally unavoidable to address.

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 CSF 2.0 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-1Identity proofs and credentials must be unique enough to limit reuse-driven takeover.
NIST CSF 2.0PR.AC-4Least-privilege access is weakened when one reused secret grants multiple system entries.
OWASP Non-Human Identity Top 10NHI-02Improper secret management includes reused passwords across accounts and services.

Eliminate shared passwords across identities and enforce distinct credential paths for each account.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 11, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org