Passkeys were introduced as a phishing-resistant replacement for passwords, using public-key cryptography to bind credentials to legitimate services. While the cryptographic foundation remains strong, a growing body of research demonstrates that attackers are shifting focus to the surrounding infrastructure — including browsers, operating systems, password managers, cloud sync services, Bluetooth transports, account recovery systems, and the authentication user interface itself.
Published attack techniques now include assertion mining, assertion replay, circuit breaker attacks, assertion phishing, browser hooking, challenge injection, and user verification manipulation, among others. Researchers at SpecterOps demonstrated the "Pass the Passkey" approach, where malware running on a Windows machine can ask the legitimate WebAuthn infrastructure to generate a signed assertion. The user sees a normal authentication prompt and completes verification, while the attacker captures the resulting assertion. The private key never leaves its protected location, yet the account can still be compromised.
Several attacks also target the authentication interface. Researchers have documented passkey prompt flooding, credential interface deception, application metadata spoofing, window handle spoofing, remote desktop passkey phishing, and FIDO interface overlay attacks. These exploit the user experience layer to trick users into approving authentication they did not intend.
The findings suggest that enterprises relying solely on passkeys may need to broaden their threat models. The article, sponsored by hardware security key vendor Token, argues that dedicated biometric hardware is necessary to address these risks — a position that aligns with the vendor's product focus.
While not all 39 techniques have been operationalized by criminals, the research community is publishing the playbook openly, lowering the barrier for attackers to incorporate these methods into their toolkits.