You get split identities, overwritten credentials, or a merge that does not reflect the true account owner. That can disrupt access continuity and make later offboarding unreliable, because the organisation no longer knows which record is authoritative or which factor was actually enrolled by the user.
Why This Matters for Security Teams
Same-email account linking looks like a convenience feature, but it becomes an identity control point the moment multiple login paths can converge on one record. If it is loose, a benign merge can become a privilege confusion event: one person inherits another person’s sessions, recovery methods, or enrolled factors. That undermines access continuity, offboarding, and auditability at the same time. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls treats identity lifecycle controls as foundational, but product teams often treat linking as a UX feature rather than an assurance decision.
This is especially risky in environments that already rely on federated login, passwordless recovery, or delegated admin workflows. If the link is made only because the email string matches, the system may ignore whether the second factor, device, issuer, or proofing history actually belongs to the same human. NHIMG’s analysis of DeepSeek breach shows how exposed credentials and identity misuse can quickly turn weak account handling into broader compromise. In practice, many security teams discover the damage only after a support escalation or offboarding failure has already made the authoritative account impossible to determine.
How It Works in Practice
Tight account linking should be treated as a verified identity-binding workflow, not a background merge. The safest pattern is to require evidence that the two accounts belong to the same subject before any consolidation occurs. That evidence can include a signed-in session from the existing account, a verified control of the email address, possession of an enrolled factor, or a support-mediated proofing step for high-risk cases. The key point is that email alone is an identifier, not proof of continuity.
Operationally, account-linking logic should preserve provenance. The system needs to know which account was primary, which credentials were newly verified, and which recovery methods were inherited versus newly enrolled. That lets security teams preserve audit trails and avoid overwriting the stronger record with the weaker one. It also supports safer de-duplication when users change domains, lose access to a mailbox, or move from consumer sign-in to enterprise SSO. The control objective is similar to identity governance patterns described in NHIMG’s Ultimate Guide to NHIs: every identity transition should leave a durable record of what was trusted, when, and by which assurance method.
- Require explicit user consent and a fresh authentication step before merging accounts.
- Bind the link to a verified factor, not just a shared email address.
- Record both the source and destination identity, along with timestamps and proofing signals.
- Preserve old credentials and recovery data until the merge is fully validated.
- Trigger step-up review if the accounts have different assurance levels, tenants, or roles.
These controls tend to break down when consumer-style login flows are reused in enterprise environments because mailbox ownership, identity proofing, and authorization are treated as the same thing.
Common Variations and Edge Cases
Tighter account linking often increases support friction, so organisations have to balance reduced identity confusion against user recovery delays. That tradeoff becomes sharper when people legitimately use multiple email addresses, migrate domains, or switch between personal and managed accounts.
Current guidance suggests that high-risk merges should be human-reviewed, but there is no universal standard for exactly when to require manual approval versus automated linking. A lower-risk consumer app may accept a re-authenticated self-serve merge, while a regulated environment may need step-up verification, device checks, or proofing records before any consolidation. The important edge case is delegated or shared mailboxes, where same-email comparison can be misleading because the mailbox owner is not the true user of the account. Another common failure mode appears when an attacker controls a recovery inbox and uses it to absorb a legitimate account into the wrong profile. That is why merge logic should consider issuer, factor history, and session provenance, not just the email string.
NHIMG’s reporting on Schneider Electric credentials breach underscores how identity and credential exposure can compound when records are not clearly authoritative. The practical rule is simple: if the system cannot explain why two accounts are the same subject, it should not merge them automatically.
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, NIST SP 800-63, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-05 | Account linking can silently overwrite NHI credentials and recovery paths. |
| NIST CSF 2.0 | PR.AA-01 | Identity proofing and authentication assurance are central to safe linking. |
| NIST SP 800-63 | Digital identity guidance informs proofing, binding, and recovery decisions. | |
| NIST AI RMF | GOVERN | Authoritative identity records are needed for accountable automated decisions. |
| NIST Zero Trust (SP 800-207) | AC-3 | Linking must not expand access without explicit authorization decisions. |
Define accountable ownership for merge logic and review identity decisions that affect access.