What the Pass-ta-key Report Actually Reveals About Passkey Security Vulnerabilities
Passkeys have become the enterprise security community's answer to the long-running password problem. Promoted as phishing-resistant, cryptographically secure, and user-friendly, they have been rapidly adopted by organisations looking to move beyond traditional credentials. But a new report from Palo Alto Networks' threat intelligence division, Unit 42, is forcing security professionals to take a harder look at passkey security vulnerabilities — not in the cryptography itself, but in the surrounding workflows that enterprises have largely left unexamined.
The report, published by Unit 42, identifies a collection of attacks grouped under the umbrella term "Pass-ta-key." These attacks demonstrate how malware running on a compromised endpoint can misuse onboarding, recovery, and device trust workflows to achieve full account takeover — without requiring privilege escalation, device unlocking, or even direct user interaction. The findings are significant for every IT decision-maker, privacy professional, and security team currently relying on passkeys as their primary authentication layer.

Crucially, analysts who have reviewed the report stress that the attacks are not a sign that passkeys are fundamentally broken. Instead, they expose how immature implementation practices — in onboarding flows, recovery mechanisms, and device trust validation — have introduced the very risks passkeys were designed to eliminate. For privacy-conscious enterprises and developers building authentication systems, the distinction between a broken standard and broken implementation is more than academic: it determines where to focus remediation efforts.
Three Attack Categories That Define the New Threat Landscape
Unit 42 describes three distinct attack categories, each exploiting a different weakness in how passkey systems are deployed in real-world enterprise environments.
Pass-ta-key is the baseline attack. An adversary who has already installed malware on a victim's device can take over an account protected by a Google-synced passkey — without needing to escalate privileges, unlock the device, or trigger any user interaction. The malware essentially hijacks the synced credential in the background, exploiting the fact that cloud-synced passkeys, by design, must be portable across devices.
Silver Pass-ta-key takes things a step further. Here, the attacker does not even need to use the victim's device during authentication. Instead, they trick Google Cloud Authenticator into believing the victim has unlocked the device with biometrics. The result is a full account takeover that bypasses what many organisations believe to be a robust multi-factor checkpoint. This is particularly concerning for GDPR-conscious enterprises that rely on biometric verification as a compliance signal — if the biometric check can be spoofed, the compliance argument collapses with it.
Golden Pass-ta-key is the most commercially damaging variant. This attack allows an adversary to extract all synced passkeys from a compromised endpoint in a transferable format — meaning those credentials can be packaged and sold on credential black markets, much like stolen passwords have been for years. This reintroduces the credential theft economy that passkeys were explicitly designed to dismantle.
"The researchers didn't break the underlying cryptography. They exploited the seams around it: onboarding flows, recovery mechanisms and trust signals that weren't being validated. That distinction matters because it tells us where the actual risk lives."
— Justin Greis, CEO, AcceligenceWhy Synced Passkeys Reintroduce the Credential Theft Risk FIDO2 Was Designed to Eliminate
To understand why these attacks are possible, it helps to revisit the original FIDO2 specification. The FIDO Alliance, which developed the standard — details of which are publicly available on the FIDO Alliance website — designed passkeys around the principle that the private key never leaves the physical device on which it was created. This binding made credential theft from across the network essentially impossible: you cannot steal what never travels.
Synced passkeys, however, were introduced to solve a real usability problem. If a user loses their device, a hardware-bound credential means they are permanently locked out. Cloud synchronisation — used by Google, Apple, and Microsoft across their respective ecosystems — solves this by replicating the passkey across trusted devices. Convenient, yes. But as J. Wolfgang Goerlich, a cybersecurity faculty member at IANS, explains, this reintroduction of credential portability is precisely what reintroduces credential theft risk.
According to research from the NIST Digital Identity Guidelines, authentication assurance levels depend heavily on how credentials are bound to authenticators. When that binding becomes flexible — as it does in cloud-synced environments — the assurance level drops accordingly. The Unit 42 findings are a direct consequence of this architectural trade-off, one that many enterprise security teams accepted without fully modelling the downstream risk.
Implementation Gaps, Not Broken Standards — Where the Real Risk Lives
One of the most important takeaways from the Unit 42 report — and one that security analysts have been quick to emphasise — is that these are implementation failures, not fundamental flaws in the passkey standard itself. This is a distinction with serious practical consequences for how enterprises should respond.
Brian Levine, executive director of FormerGov, points to a specific and remediable failure: real-world services accepting authentication responses without validating the user-verified flag. This is not a design flaw in FIDO2 — the flag exists precisely to ensure biometric or PIN verification was completed. The failure is that services are choosing to treat it as optional. The practical result, as Levine notes, is that what appears to be multi-factor authentication quietly collapses into single-factor authentication, without the user or the security team being aware.
Or Finkelstein, head of marketing at Secret Double Octopus, adds that complacency has set in around the entire supporting architecture. Enterprises have focused energy on deploying passkeys and far less on the policies that govern how they are enrolled, how recovery works, and whether credentials are device-bound or synced. These are not abstract concerns — they are the exact attack surfaces that the Unit 42 researchers exploited.

For developers building applications that serve as relying parties — the systems that accept passkey authentication from users — this has direct implications. The W3C WebAuthn specification provides clear guidance on how to validate authentication responses, including the user-verified flag. Ignoring that guidance, or treating verification as optional for user experience reasons, is no longer a defensible architectural decision in light of these findings.
What Passkey Security Vulnerabilities Look Like Once an Attacker Is Already Inside
Perhaps the most sobering framing in the Unit 42 report is also the most honest: every one of these attacks requires prior endpoint compromise. An attacker must already have malware running on the victim's machine before any of the Pass-ta-key techniques become viable. This is not a remote, zero-interaction exploit that can be launched from across the internet.
Frank Dickson, group VP for security at IDC, is clear on this point. "This isn't passkeys getting hacked from across the internet. It's what an attacker does once they're already inside the house. So the real headline is that 'phishing resistant' stops being resistant the moment the endpoint stops being clean."
That said, the assumption of prior compromise is far from theoretical. A single privileged user clicking a malicious link or opening a poisoned attachment is sufficient to establish the foothold an attacker needs. Given the volume of spearphishing campaigns targeting enterprise employees — documented extensively in threat intelligence reports from organisations including CrowdStrike's annual Global Threat Report — treating "prior compromise" as a remote edge case is itself a security risk.
The implication for enterprise security architecture is significant. Endpoint detection and response (EDR) tools and device management platforms reduce the likelihood of a successful initial compromise, but they do not eliminate post-compromise attack paths. A passkey system designed without accounting for compromised-endpoint scenarios is incomplete — regardless of how strong the underlying cryptography is.
| Attack Type | Requires Device Access? | Requires User Interaction? | Primary Risk |
|---|---|---|---|
| Pass-ta-key | Malware on device required | No | Silent account takeover via synced passkey |
| Silver Pass-ta-key | No (spoofs biometric signal) | No | Full account takeover without victim's device |
| Golden Pass-ta-key | Malware on device required | No | Bulk extraction and sale of all synced passkeys |
What CISOs, Developers, and Privacy Teams Should Do Now to Close Passkey Security Gaps
The good news is that the remediation advice emerging from analysts is specific and actionable. This is not a case where the only fix is waiting for a new version of the standard. The vulnerabilities are in implementation choices, and implementation choices can be changed.
Require and validate user verification server-side, every time. Services that accept passkey authentication
Originally reported by CSO Online. Summarised and curated by European Purpose.