Google Authenticator Passkey Flaws Enable New Attack Paths
Passwordless authentication emerged with the promise of eliminating account takeovers. It sought to replace traditional passwords with cryptographic keys, securely tethered to physical devices. This...
Passwordless authentication emerged with the promise of eliminating account takeovers. It sought to replace traditional passwords with cryptographic keys, securely tethered to physical devices. This approach envisioned a future where compromised credentials would no longer grant unauthorized access to user accounts.
But a close examination of how Google has actually built its passkey ecosystem reveals something far more complex than the clean, secure image that “passwordless” typically projects.
Beneath every passkey login powered by Google Password Manager, a hidden cloud component is silently performing sensitive cryptographic operations — and it may be creating new attack paths that have never been publicly discussed.
Google’s passkey system does not work like a conventional hardware authenticator locked to a single device.
Every time a Chrome user logs into a service using a passkey backed by Google Password Manager (GPM), the browser quietly opens a connection to a remote service hosted at enclave.ua5v[.]com.
This domain functions as a cloud-based authenticator responsible for generating passkey keys, handling authentication requests, and keeping credentials synchronized across all of a user’s enrolled devices.
As of January 2026, almost no public information described this domain’s role in passkey authentication, despite the fact that it was silently powering logins at scale worldwide.

Unit 42 researchers identified this cloud-based structure while conducting a deep security review of Google’s passkey implementation, approaching the work from an attacker’s point of view.
Rather than asking whether the FIDO protocol itself was theoretically sound, they asked where passkeys actually live, how they move between devices, and which components carry the most sensitive key material.
That shift in perspective exposed a surprisingly broad attack surface — one that existing FIDO and W3C technical documentation does not fully describe or address.
The architecture relies on a device onboarding process that runs in the background before passkeys can be used.
Chrome generates two hardware-backed key pairs using the device’s Trusted Platform Module (TPM) — an identity key and a user verification key — then registers them with the cloud authenticator.

The cloud authenticator stores these public keys, assigns a device-specific wrapping key, and issues a member key pair to establish the device as a trusted participant in the user’s security domain.
The entire state resulting from this onboarding is saved locally in a file called passkey_enclave_state, stored within the Chrome profile directory.

What this architecture creates is a hybrid model where passkey private keys are never stored directly on a device in usable form.
Instead, they are encrypted with a Security Domain Secret (SDS) managed by the cloud authenticator. Every login requires Chrome to send the wrapped SDS back to the cloud, where it is decrypted and used to sign the authentication response on the device’s behalf.

This places substantial trust in the cloud component — and raises pointed questions about what happens when that cloud-side logic becomes a target.
Inside the Cloud Authenticator’s Authentication Flow
The communication between Chrome and the cloud authenticator is protected by the Noise Protocol Framework, using the Noise_NK_P256_AESGCM_SHA256 handshake variant.

Chrome opens a WebSocket connection to wss[:]//enclave.ua5v[.]com/enclave, performs a Diffie-Hellman key exchange to establish a shared session key, and then signs every subsequent request with a TPM-backed device key.

During a passkey login, Chrome sends the command passkeys/assert along with the device ID and wrapped SDS.
The cloud authenticator unwraps the SDS, decrypts the passkey private key, constructs the authentication response, and signs it before returning it to Chrome.
The browser then forwards this response to the relying party, which verifies the signature and completes the login.
This design keeps key material off the device but concentrates cryptographic authority within a remote cloud enclave that, if compromised or impersonated, could allow an attacker to generate valid authentication responses on behalf of any enrolled user.
Organizations and individuals relying on synced passkeys through GPM should closely monitor their Google accounts for unexpected device enrollments, regularly audit authentication logs for unusual access patterns, and consider using FIDO2-compliant hardware security keys for privileged or high-sensitivity accounts instead of cloud-synced passkeys.
Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.



No Comment! Be the first one.