Factlen ExplainerPasskeysEvidence PackJun 18, 2026, 5:50 AM· 6 min read· #2 of 2 in technology

The End of the Password: Evidence and Vulnerabilities in the 2026 Passkey Transition

As global passkey adoption surpasses 5 billion active credentials, security researchers are weighing the mathematical triumphs of phishing resistance against emerging implementation flaws.

By Factlen Editorial Team

Security Standard Advocates 40%Implementation Skeptics 35%Enterprise IT Leaders 25%
Security Standard Advocates
Argue that passkeys fundamentally eliminate phishing by replacing shared secrets with asymmetric cryptography.
Implementation Skeptics
Highlight that while the underlying cryptography is sound, rushed web implementations and cloud-syncing introduce new attack vectors.
Enterprise IT Leaders
Focus on the operational friction of migrating legacy systems and managing account recovery at scale.

What's not represented

  • · Consumer Privacy Advocates
  • · Legacy Software Vendors

Why this matters

Passwords are the root cause of the vast majority of data breaches and identity theft. Understanding how passkeys work—and where their current vulnerabilities lie—is essential for protecting your personal data and navigating the new standard for online security.

Key points

  • Global passkey usage has reached 5 billion active credentials, with 75% of consumers enabling them on at least one account.
  • Passkeys replace shared secrets with asymmetric cryptography, rendering traditional network-level phishing mathematically impossible.
  • Despite consumer adoption, 57% of enterprises still rely on phishable authentication methods for daily employee sign-ins.
  • Security researchers have identified critical implementation flaws in how major websites deploy the WebAuthn standard.
5 billion
Passkeys in active use globally
90%
Consumer awareness of passkeys
57%
Enterprises still relying on passwords
18 of 103
Tested sites with critical passkey flaws

Sixty-five years after the invention of the computer password, the digital economy is finally abandoning the shared secret. In 2026, the transition to cryptographic passkeys has crossed a mathematical and cultural tipping point, with the FIDO Alliance reporting that 5 billion passkeys are now in active use globally. This shift represents the most significant overhaul of consumer cybersecurity in the internet's history, driven by an escalating arms race between automated phishing syndicates and identity providers.[1][7]

The fundamental vulnerability of a password is that it must be shared. Whether it is a simple string of characters or a complex, manager-generated hash, the server must verify it, meaning the secret can be intercepted in transit, tricked out of a user via a fake login page, or stolen in a server-side data breach. Passkeys eliminate this vulnerability by utilizing asymmetric public-key cryptography. When a user creates a passkey, their device generates a unique cryptographic pair: a public key that is registered with the website, and a private key that never leaves the user's hardware.[1][7]

To authenticate, the website sends a cryptographic challenge to the user's device. The device uses the private key—unlocked locally via a biometric scan like FaceID or a fingerprint—to sign the challenge and return it. Because the private key is never transmitted, there is nothing for a hacker to intercept. Even if a cybercriminal creates a perfect replica of a banking website, the passkey protocol will refuse to sign the challenge because the domain name does not match the original registration.[1][7]

How asymmetric cryptography eliminates the need to transmit a shared secret.
How asymmetric cryptography eliminates the need to transmit a shared secret.

This mathematical resistance to phishing has prompted urgent mandates from federal security agencies. In late 2025 and early 2026, the Cybersecurity and Infrastructure Security Agency (CISA) issued updated guidance warning that nation-state actors had successfully breached commercial telecommunications infrastructure. These breaches allowed attackers to intercept SMS-based multi-factor authentication (MFA) codes. Consequently, CISA formally advised high-risk individuals and organizations to immediately migrate away from SMS MFA and adopt FIDO-backed, phishing-resistant passkeys.[5]

Consumer adoption has accelerated rapidly in response to integration by major platform holders like Apple, Google, and Microsoft. According to the State of Passkeys 2026 report, 90 percent of consumers are now aware of the technology, and 75 percent have enabled a passkey on at least one of their accounts. The friction of traditional passwords carries a severe commercial cost; the same survey found that 47 percent of consumers are likely to abandon an online purchase or sign-in attempt simply because they cannot remember their credentials.[1]

Consumer adoption of passkeys is rapidly outpacing enterprise implementation.
Consumer adoption of passkeys is rapidly outpacing enterprise implementation.

Despite this consumer enthusiasm, enterprise implementation remains sluggish. While 68 percent of organizations report that they are deploying or actively piloting passkeys, a stark execution gap persists. Data indicates that 57 percent of organizations still rely on phishable authentication methods for their employees' primary, day-to-day sign-ins. A parallel study highlighted that only 13 percent of enterprises have deployed passkeys at scale, citing fragmented governance between physical and digital identity teams as a primary bottleneck.[1][3]

Deploying passkeys and eliminating passwords are not the same, the FIDO Alliance noted, pointing out that many organizations run both systems in parallel during the transition. This hybrid state leaves the attack surface wide open. If an enterprise supports passkeys but still allows users to fall back on a password and an SMS code, attackers will simply target the weaker legacy mechanism.[1][7]

If an enterprise supports passkeys but still allows users to fall back on a password and an SMS code, attackers will simply target the weaker legacy mechanism.

Furthermore, while the underlying FIDO2 cryptography is robust, the way individual websites implement the standard is often deeply flawed. In a comprehensive 2026 security evaluation presented at the USENIX Security Symposium, researchers deployed an automated testing tool against 103 passkey-enabled websites. The results revealed that not a single tested site passed all the security checks mandated by the WebAuthn standard.[4]

USENIX researchers found critical implementation flaws in 18 out of 103 tested websites.
USENIX researchers found critical implementation flaws in 18 out of 103 tested websites.

The USENIX researchers discovered critical vulnerabilities on 18 of the evaluated websites, and high-severity flaws on 53 others. These implementation errors allowed attackers to bypass authorization, delete the passkeys of other users, or execute session fixation attacks that locked legitimate users out of their own accounts. The findings underscore a critical reality: a secure protocol cannot protect users if the web application wrapping it is poorly coded.[4][7]

A secondary debate has erupted within the cybersecurity community regarding the difference between synced and device-bound passkeys. To maximize convenience, consumer platforms like Apple iCloud and Google Password Manager automatically sync passkeys across a user's devices. If a user buys a new phone, their passkeys are seamlessly downloaded from the cloud, preventing mass account lockouts.[1][7]

However, security researchers recently demonstrated that this syncing mechanism introduces new attack vectors. Using a malicious browser extension covertly installed via social engineering, researchers showed that malware can intercept the creation of a synced passkey. The extension generates its own cryptographic keypair in the background and links it to the legitimate domain, effectively granting the attacker seamless, persistent access to the victim's cloud applications.[6]

This passkey stealing technique breaks the assumption that passkeys are entirely immune to credential theft. While the FIDO standard was designed to defeat network-level phishing, it does not inherently protect against operating system-level malware. For organizations handling highly sensitive data, security architects argue that synced passkeys are insufficient, advocating instead for device-bound passkeys.[6][7]

Device-bound hardware keys offer immunity against malware that targets cloud-synced credentials.
Device-bound hardware keys offer immunity against malware that targets cloud-synced credentials.

Device-bound passkeys are generated and stored permanently on a single physical hardware token, such as a YubiKey or a dedicated smart card. Because the private key cannot be exported, copied, or synced to a cloud server, it remains immune to the browser extension attacks demonstrated by researchers. CISA's guidance aligns with this stricter approach for high-risk targets, emphasizing hardware-backed security over cloud convenience.[5][6][7]

The final hurdle to a fully passwordless internet is the challenge of account recovery. IT decision-makers frequently cite the fear of users losing their devices—and thereby their cryptographic keys—as a primary reason for delaying enterprise rollouts. While 89 percent of organizations report confidence in their ability to restore access when a passkey is lost, the administrative overhead of securely verifying a user's identity without a password fallback remains a logistical challenge.[1][2]

As 2026 progresses, the cybersecurity industry is moving from a phase of technological availability to one of operational enforcement. The cryptographic evidence is clear: passkeys drastically reduce the success rate of automated phishing and credential stuffing. However, realizing the full security benefits requires organizations to not only deploy the technology but to actively disable the legacy passwords that hackers continue to exploit.[1][3][7]

How we got here

  1. 1961

    MIT researcher Fernando Corbató invents the first computer password system for shared mainframes.

  2. 1995

    AT&T invents the first two-factor authentication (2FA) system to add a layer of security over passwords.

  3. 2018

    The FIDO Alliance and W3C officially launch the WebAuthn standard, laying the groundwork for passkeys.

  4. 2022

    Apple, Google, and Microsoft announce unified support for the FIDO passkey standard across their operating systems.

  5. Late 2025

    CISA urges high-risk users to abandon SMS-based MFA due to nation-state telecom breaches.

  6. May 2026

    The FIDO Alliance reports that 5 billion passkeys are now in active use globally.

Viewpoints in depth

Security Standard Advocates

Argue that passkeys fundamentally eliminate phishing by replacing shared secrets with asymmetric cryptography.

This camp, led by the FIDO Alliance and federal agencies like CISA, emphasizes the mathematical superiority of public-key cryptography. They argue that because the private key never leaves the user's device, traditional phishing—which relies on tricking a user into handing over a secret—becomes impossible. For these advocates, the immediate priority is mass adoption, even if it means relying on cloud-synced passkeys to ensure a seamless user experience. They view the transition away from passwords as an existential necessity for the digital economy, pointing to the billions of dollars lost annually to credential-stuffing attacks.

Implementation Skeptics

Highlight that while the underlying cryptography is sound, rushed web implementations and cloud-syncing introduce new attack vectors.

Academic researchers and penetration testers caution that a secure protocol does not guarantee a secure application. This camp points to studies showing that major websites routinely fail to implement the WebAuthn standard correctly, leaving users vulnerable to session fixation and unauthorized key deletion. Furthermore, they argue that 'synced passkeys'—which are backed up to Apple or Google cloud servers—expand the attack surface. If a device is compromised by a malicious browser extension or operating system malware, attackers can intercept the creation of the passkey, effectively bypassing the phishing resistance that the standard promises.

Enterprise IT Leaders

Focus on the operational friction of migrating legacy systems and managing account recovery at scale.

For corporate technology officers, the barrier to passkey adoption is rarely cryptographic; it is logistical. This camp struggles with the reality of hybrid environments, where legacy applications cannot easily be updated to support WebAuthn. They also face significant helpdesk challenges regarding account recovery. When a user loses a device containing a hardware-bound passkey, IT departments must have a secure, out-of-band method to verify the employee's identity before issuing a new credential. Until these recovery workflows are as frictionless as a traditional password reset, many enterprises will continue to run phishable fallback methods in parallel.

What we don't know

  • How quickly legacy enterprise software vendors will update their platforms to natively support WebAuthn standards.
  • Whether the convenience of cloud-synced passkeys will ultimately be deemed too risky for standard corporate environments.
  • How identity providers will standardize account recovery processes for users who lose access to device-bound hardware keys.

Key terms

Asymmetric Cryptography
A security system that uses a pair of keys—a public key to encrypt or verify data, and a private key to decrypt or sign it.
FIDO2
An open authentication standard developed by the FIDO Alliance that enables passwordless, phishing-resistant logins.
WebAuthn
The web API standard that allows browsers and websites to communicate with a device's passkey hardware.
Synced Passkey
A passkey that is backed up to a cloud provider (like iCloud or Google) and synchronized across all of a user's devices.
Device-Bound Passkey
A passkey permanently locked to a single piece of hardware, such as a USB security key, which cannot be copied or exported.
Session Fixation
A vulnerability where an attacker tricks a user into authenticating an active session that the attacker already controls.

Frequently asked

What exactly is a passkey?

A passkey is a digital credential that replaces a password with asymmetric cryptography. It consists of a public key stored on the website's server and a private key stored securely on your device, unlocked via biometrics or a PIN.

Can a passkey be stolen in a data breach?

No. Because the website only stores your public key, a server-side data breach yields no usable secrets. Hackers cannot use the public key to log into your account.

What happens if I lose my phone?

If you use 'synced passkeys' via Apple, Google, or a password manager, your passkeys are backed up to the cloud and will automatically restore to your new device. If you use 'device-bound' hardware keys, you must use a backup authentication method to regain access.

Are passkeys completely unhackable?

While they are highly resistant to network-level phishing, passkeys can still be compromised if your device itself is infected with sophisticated malware or malicious browser extensions that intercept the authentication process.

Sources

Source coverage

7 outlets

3 viewpoints surfaced

Security Standard Advocates 40%Implementation Skeptics 35%Enterprise IT Leaders 25%
  1. [1]FIDO AllianceSecurity Standard Advocates

    The State of Passkeys 2026: Global Consumer and Workforce Report

    Read on FIDO Alliance
  2. [2]PCMagSecurity Standard Advocates

    FIDO survey shows passkey adoption, especially as a primary login method, still trails awareness

    Read on PCMag
  3. [3]Biometric UpdateEnterprise IT Leaders

    Passkey adoption stalls at scale despite strong interest, new study shows

    Read on Biometric Update
  4. [4]USENIX Security SymposiumImplementation Skeptics

    PASSKEYS-ATTACKER: A Comprehensive Security Evaluation of Passkey-enabled Websites

    Read on USENIX Security Symposium
  5. [5]Cybersecurity and Infrastructure Security AgencySecurity Standard Advocates

    Mobile Communications Best Practice Guidance

    Read on Cybersecurity and Infrastructure Security Agency
  6. [6]Ars TechnicaImplementation Skeptics

    Researchers demonstrate 'passkey stealing' via malicious browser extensions

    Read on Ars Technica
  7. [7]Factlen Editorial TeamEnterprise IT Leaders

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team
Stay informed

Every angle. Every day.

Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.