TL;DR: Unit 42's Pass-ta-key research shows malware on a Windows device can extract synced passkeys from Google Password Manager, re-register a fraudulent key, or in the worst case decrypt every passkey tied to one account, according to RSA Security. Device-bound passkeys and stronger endpoint controls matter because synced credential stores create a shared trust anchor that enterprises cannot treat like consumer convenience.
At a glance
What this is: This analysis shows how synced passkeys can be abused when malware reaches the endpoint, turning device trust and recovery into a credential exposure problem.
Why it matters: It matters because enterprise IAM teams must decide whether workforce and privileged authentication can tolerate copied credential material, shared recovery paths, and endpoint compromise.
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes, and as quickly as 9 minutes in some cases.
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, 46% confirmed and 26% suspected.
👉 Read RSA Security's analysis of Pass-ta-key and synced passkey risk
Context
Synced passkeys are designed to make authentication portable across devices, but that portability changes the identity risk model. In enterprise settings, the issue is not whether passkeys resist phishing, it is whether the same credential can be copied, re-registered, or recovered through a shared trust path after endpoint compromise.
For IAM and PAM teams, this is a non-human identity governance problem as much as an authentication one. The control question is whether the workforce credential lives on one device, on many devices, or inside a cloud-synced recovery model that expands the blast radius when malware reaches the endpoint.
Key questions
Q: How should security teams decide where to use syncable passkeys versus device-bound keys?
A: Use syncable passkeys where usability and scale matter most, but keep device-bound keys for privileged access, regulated workflows, and any application where the organisation must preserve a stronger device-to-credential binding. The decision should be based on assurance requirements, not user preference alone. If the workflow tolerates credential portability, syncable passkeys are reasonable. If it does not, hardware binding should stay mandatory.
Q: Why do synced passkeys create more risk than many teams expect?
A: Synced passkeys shift trust to the cloud account, recovery process, and browser environment that protect them. That means account takeover, recovery abuse, or browser compromise can undermine the credential without breaking the underlying FIDO standard. The risk is architectural, because the weakest recovery path often defines the real assurance level.
Q: What should teams get wrong less often about phishing-resistant authentication?
A: They should stop assuming that passkeys or enforced MFA close every door. Those controls protect the preferred sign-in flow, but they do not remove backup methods, recovery routes, or app passwords unless teams govern them directly. The full authentication surface has to be reviewed, not just the primary login screen.
Q: Who should approve synced passkeys for workforce use?
A: Identity, security, and risk owners should approve them only after reviewing the recovery model, endpoint controls, and audit requirements. If a regulated role can access sensitive data, shared secrets and cross-device portability usually justify a more restrictive authentication design.
Technical breakdown
How synced passkeys expand the credential trust boundary
Synced passkeys copy encrypted private key material across devices through a cloud account, which means the authentication boundary is no longer a single enrolled device. The security model depends on the cloud authenticator, device registration, and recovery flows remaining trustworthy even when the endpoint is hostile. That is materially different from a device-bound passkey, where the private key stays anchored to one device or token. In practical terms, the risk is not broken cryptography. The risk is that the credential lifecycle now includes additional trust anchors, each of which can be abused once malware reaches the endpoint.
Practical implication: treat synced credential stores as a broader attack surface than device-bound authentication and review the recovery path first.
Why re-registration becomes a takeover path
The Silver Pass-ta-key technique exploits the re-registration step, where malware can force a device to enroll a new verification key in place of the victim's. If the cloud authenticator does not verify that the new key came from trusted hardware, the attacker can move authentication off the victim device entirely. That is an identity governance failure in the registration flow, not a phishing failure. The important architectural lesson is that authentication strength is only as good as the trust checks surrounding enrollment, recovery, and key replacement.
Practical implication: validate re-registration controls and require hardware-backed proof before any new passkey enrollment is accepted.
Why master-key exposure is the highest-consequence failure
Golden Pass-ta-key targets the security domain secret, the master key that encrypts all passkeys synced to an account. If that key is accessible in browser memory during registration or recovery, an attacker can decrypt historical and future passkeys tied to the account. That creates a shared failure domain across every device using the same synced store. This is why consumer-friendly sync models can be structurally misaligned with high-assurance enterprise use cases. Once the master key is exposed, rotation is no longer a routine control problem; it becomes an architectural limitation.
Practical implication: avoid putting enterprise workforce credentials into synced stores that rely on a single recoverable master secret.
Threat narrative
Attacker objective: The attacker wants persistent, portable authentication access to the victim's account and every synced credential protected by that account.
- Entry occurs when malware is already running on a Windows device and targets the local passkey store rather than the user directly.
- Escalation occurs when the malware impersonates a trusted device or forces re-registration so it can replace the victim's verification key.
- Impact occurs when the attacker authenticates from another machine or decrypts every passkey tied to the synced account after extracting the master secret.
Breaches seen in the wild
- Shai Hulud npm malware campaign — Shai Hulud campaign: npm malware exposed secrets on GitHub.
- Palo Alto Networks Key Breach — Supply chain breach compromises Palo Alto Networks and exposes customer credentials and information.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Synced passkey trust debt is the real enterprise problem. The cryptographic primitive is not the issue. The issue is that syncing introduces a recoverable trust layer that assumes the endpoint, recovery flow, and cloud authenticator all remain trustworthy over time. For enterprise IAM, that is a weaker assumption than most workforce and privileged use cases can tolerate.
Device trust is now part of the credential lifecycle. Pass-ta-key shows that identity assurance no longer ends at login. It extends into device registration, key replacement, and recovery, which means lifecycle governance must evaluate whether the credential can be copied, reissued, or restored outside the original hardware boundary. Practitioners should treat that as an access governance decision, not just an authentication feature choice.
Phishing resistance does not equal endpoint resilience. A passkey can resist credential replay and still fail completely once malware controls the device. That separation matters because many programmes over-rotate on phish-proof login while underinvesting in device integrity, browser hardening, and re-registration controls. The implication is clear: authentication assurance and endpoint assurance are complementary control domains.
Shared recovery secrets create identity blast radius. The article makes the failure mode explicit: one master secret can govern every synced passkey for an account. That is a concentrated failure point for regulated environments, because compromise of one recovery path can expand into broad account-wide exposure. Enterprises should recognise that this is not a convenience tradeoff in the abstract, it is a blast-radius decision.
Enterprise passwordless strategy must be actor-specific. Consumer-sync models are built for portability, while workforce authentication is built for control, auditability, and constrained recovery. Those goals do not always align. For NHI Mgmt Group, the lesson is that passwordless design must follow the actor type and threat model, or the programme will accidentally import consumer assumptions into regulated enterprise access.
From our research:
- Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, with a quarter encountering multiple attacks, according to The 2024 ESG Report: Managing Non-Human Identities.
- Enterprises that have experienced a compromised NHI averaged 2.7 separate incidents in the past 12 months, showing how identity exposure compounds once governance fails.
- The stronger follow-up is to pair lifecycle controls with the NHI Lifecycle Management Guide and the 52 NHI Breaches Analysis for control and incident patterns.
What this signals
Synced credential models are becoming a governance decision, not a UX preference. As passwordless spreads, IAM teams will need to distinguish between credentials that are portable by design and credentials that are portable only because a cloud sync layer makes them so. That distinction will shape who gets device-bound access, who gets recovery flexibility, and where auditability must be strongest.
Device integrity will become a first-class part of authentication policy. Passkey assurance is not just about the factor. It is about whether the endpoint, browser process, and recovery path can be trusted not to expose the underlying credential material. Teams that already use the NIST Cybersecurity Framework 2.0 should map this to protection and detection outcomes, not only access policy.
Identity blast radius will be the key concept for passwordless governance. Once a shared recovery secret can unlock multiple devices, the real question is how far one compromise can propagate across accounts, endpoints, and regulated roles. That is where the Ultimate Guide to NHIs , Key Challenges and Risks becomes relevant: shared control points, not just weak credentials, are what turn local compromise into enterprise exposure.
For practitioners
- Classify workforce passkeys by actor and use case Separate consumer-style synced passkeys from workforce and privileged accounts. Require device-bound or hardware-backed authenticators where the identity must remain tied to one controlled endpoint.
- Review device registration and re-registration flows Inspect how new verification keys are accepted, what hardware proof is required, and whether a compromised endpoint can replace an existing key without strong trust checks.
- Treat browser memory as a credential exposure zone Assume a malicious process can inspect credential material in memory during registration or recovery. Harden endpoints so browser memory, local logs, and sync agents are not acceptable places for master secrets.
- Align passwordless policy with regulated access tiers Set different requirements for consumer access, standard workforce access, and privileged accounts. For high-assurance roles, avoid shared recovery secrets and keep the credential on a single enrolled device.
Key takeaways
- Synced passkeys can fail at the trust layer even when the cryptography remains sound.
- The material risk is shared recovery and re-registration, which can expand one endpoint compromise into account-wide exposure.
- Enterprise passwordless policy should favour device-bound or hardware-rooted credentials for high-assurance access.
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 and MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 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-03 | Synced passkeys introduce credential lifecycle and recovery risk central to NHI-03. |
| NIST CSF 2.0 | PR.AC-1 | The article is about access control decisions tied to device trust and authentication assurance. |
| NIST SP 800-53 Rev 5 | IA-5 | Key and authenticator management are central to the article's passkey exposure failure mode. |
| NIST Zero Trust (SP 800-207) | Section 3 | The article challenges trust assumptions about endpoints and identity assurance in zero trust design. |
| MITRE ATT&CK | TA0006 , Credential Access; TA0004 , Privilege Escalation | The attacks involve credential extraction and taking over authenticated access through a compromised endpoint. |
Apply IA-5 to control authenticator enrollment, replacement, and lifecycle handling for workforce credentials.
Key terms
- Synced Passkey: A synced passkey is a FIDO credential that can be replicated across multiple devices through a cloud account and recovery system. It can improve usability, but it also shifts trust from a single device to the sync provider, recovery workflow, and account protections surrounding the credential.
- Device-Bound Passkey: A device-bound passkey is a FIDO credential tied to one physical device and generally stored in hardware-backed secure components. The value for enterprise security is lifecycle control, because the credential is easier to inventory, constrain, and revoke without relying on cloud sync paths.
- Recovery Path: The set of backup methods, reset flows, and help-desk procedures that restore access when a user loses their primary credential. Recovery paths often become the weakest part of identity governance because they can reintroduce shared secrets, manual override, or inconsistent verification standards.
- Credential Lifecycle: Credential lifecycle is the process of issuing, rotating, expiring, and revoking secrets, certificates, and tokens across their usable life. For non-human identities, lifecycle discipline is the core control that separates temporary access from persistent exposure.
What's in the full article
RSA Security's full blog post covers the operational detail this post intentionally leaves for the source:
- The three Pass-ta-key attack variants and the conditions that make each one possible
- The practical difference between synced passkeys, device-bound passkeys, and hardware-rooted authenticators
- RSA's product-specific deployment examples for passwordless across cloud, hybrid, and on-premises environments
- The article's implementation guidance on secure enrollment, malware detection, and workforce passwordless design
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
Published by the NHIMG editorial team on August 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org