Passkey Defenses Undermined by Weak Surroundings
Recent research shows passkey protections can be bypassed without breaking the underlying cryptography.
Passkeys are built on the promise that they can replace reusable passwords and resist phishing. But three separate research efforts presented last week demonstrated ways to defeat those protections without breaking the cryptography the passkeys rest on. The findings, reported by The Hacker News, show that an attacker who already has a foothold inside a system can reuse signed authentication material, abuse a cloud-synced passkey system, or borrow a Windows Hello for Business key without triggering a fresh unlock prompt. None of the attacks cracked the math behind the cryptography, but they found weaknesses in the surrounding infrastructure that can let an attacker authenticate as someone else.
Three Attacks, One Theme
The research tracks were led by SpecterOps, Unit 42, and independent researcher Dirk-jan Mollema. Each demonstrated a different angle of attack, but they all share a common thread: they show how the strength of passkey cryptography can be undermined by weaknesses in the systems that handle them.
SpecterOps showed a Windows and Microsoft Entra ID chain that could impersonate privileged users while satisfying phishing-resistant multifactor authentication (MFA). That chain reused signed authentication material rather than stealing the authenticator's private key. Unit 42 showed attacks against Google Password Manager in Chrome, including a path that recovers the private keys for a victim's synced passkeys. Mollema showed that malware already running in a signed-in Windows session can use a hardware-bound Windows Hello for Business key without asking the user to unlock it again.
SpecterOps: Replaying YubiKey Signatures
SpecterOps principal security researcher Michael Grafnetter presented the firm's Pass-the-Passkey research at Black Hat USA 2026 on August 5. The research revealed that Windows stored past YubiKey signatures in cleartext where authenticated unprivileged users, including remote users, could read them. Chaining those signatures with weaknesses in Microsoft Entra ID's passkey validation allowed privileged-user impersonation despite policies requiring phishing-resistant MFA.
The Windows issue is tracked as CVE-2026-34348, an information-disclosure vulnerability in the Windows Event Logging Service. Microsoft's affected-product data covers releases across Windows 10, Windows 11 and Windows Server. The CVE's product scope does not establish that SpecterOps' full passkey chain works identically on every listed Windows release.
In this chain, the attacker does not need to extract the private key from a YubiKey or other authenticator. The dangerous material is an already generated signature that Windows retained and that SpecterOps says Entra ID accepted in the replay chain. That is a narrower failure than breaking FIDO2, but it can still produce the result defenders care about: an attacker authenticating as someone else.
Unit 42: Recovering Synced Passkeys
Unit 42's Pass-ta-key research targets Google Password Manager's synced-passkey system in Chrome on Windows. All three attacks described by the team start with malware already running on the victim's endpoint, without requiring an administrator-level privilege escalation.
The first path abuses Chrome's device identity machinery to obtain the signatures needed to act like a legitimate Google Password Manager client without a new device unlock or user interaction. Unit 42 demonstrated the technique against eBay even though the site requested user verification; after the researchers reported the problem, eBay changed its validation of the WebAuthn user-verification flag.
The most damaging variant, Golden Pass-ta-key, targets the Security Domain Secret, a 32-byte master key used to protect synced passkeys. Unit 42 first found the secret exposed in Chrome's device logging. Google removed it from that logging output after the report, but the researchers say the secret is still temporarily present in Chrome's process memory during re-registration. With the secret, an attacker can recover the victim's synced passkey private keys.
Unit 42 says Google's current implementation provides no way to rotate or revoke the Security Domain Secret. That makes the compromise more persistent than a single captured login.
Mollema: Borrowing Windows Hello Keys
Mollema's research focuses on Windows Hello for Business. On most modern Windows devices, its backing key is protected by the Trusted Platform Module and cannot simply be exported. Software in the victim's session can still use that non-exportable key.
Mollema found that a low-privilege process in an already compromised user session can call Windows cryptographic interfaces to use the Windows Hello for Business key without producing a new PIN or biometric prompt. He then used the key as a FIDO2 credential against Microsoft Entra ID.
In that flow, Mollema found that the Entra WebAuthn challenge is valid for five minutes and is not bound to a session, user or tenant. A challenge requested on an attacker's system can therefore be taken to the victim's machine, signed there with the Windows Hello key and returned as a WebAuthn assertion. The resulting sign-in can satisfy Conditional Access rules requiring phishing-resistant authentication.
Mollema also found that the resulting token can lack a device ID claim, opening a route through device registration to a Primary Refresh Token and additional persistence.
Microsoft's Response and Fixes
Microsoft's Windows logging vulnerability, CVE-2026-34348, has a vendor CVSS score of 6.5 and a Microsoft security update. Microsoft told The Hacker News that it has also applied mitigations for the reported issue involving passkey relay assertions. The public Microsoft advisory tied to CVE-2026-34348 covers the Windows Event Logging Service issue, while the company's response did not provide technical details about the scope of the separate Entra-side mitigations.
We appreciate the work of SpecterOps for reporting this through a coordinated vulnerability disclosure. We have applied mitigations for the reported issue involving passkey relay assertions and continue investing in security enhancements across authentication methods. We recommend adopting a least-privilege access approach, using phishing-resistant authentication methods, and maintaining endpoint protections by embracing a Zero Trust security model to be better protected.
— Microsoft spokesperson, as told to The Hacker News
Microsoft's Entra migration guidance, last updated August 3, 2026, continues to describe passkeys as resistant to replay attacks. Starting September 1, 2026, Entra ID users currently enabled for SMS or voice authentication will be automatically enabled for passkeys and nudged to register them. Microsoft-provided SMS and voice delivery is scheduled to retire on February 1, 2027.
Not a Single Bug
The three findings should not be collapsed into one replay bug. SpecterOps demonstrated the danger of reusable signed assertions exposed by Windows and accepted through a cloud authentication path. Unit 42 showed malware manipulating client trust, user-verification handling, recovery and synced-key protection. Mollema showed software inside a live Windows session using a legitimate hardware-bound key to create fresh authentication material.
The public material does not establish whether the Entra behaviors described by SpecterOps and Mollema stem from the same underlying Entra validation issue or from different checks that happen to produce similar authentication outcomes. The overlap is real enough to compare; treating it as one bug would go beyond what the sources establish.
Why It Matters
These findings suggest that passkeys, on their own, may not be the silver bullet that many organizations hoped for. The attacks all require a foothold — malware on the endpoint or a compromised user session — but for high-value targets, that is a realistic threat. The persistence and creativity of these techniques could mean that passkeys alone are not enough. A layered approach that includes endpoint detection, least-privilege access, and careful monitoring of authentication flows may be necessary to close the gaps these researchers have exposed.
Sources
- The Hacker News Original source
Continue Reading
Hostile SIMs exploit spec-compliant commands
Malicious SIM cards can force phones to leak files, drop to 2G, or crash—by abusing standard SIM commands.
Gray to White: A Hacker's Redemption Arc
Marcus Hutchins, who halted WannaCry, recounts his path from malware author to security researcher.
Cyber Prep Gap Leaves UK Factories Vulnerable
New Make UK report finds half of UK manufacturers lack a formal cyber incident response plan despite rising incidents.