Dashlane Explains How Attackers Managed to Download Encrypted Password Vaults
Dashlane has provided a detailed explanation of a recent security incident where attackers managed to download encrypted password vaults from a small number of user accounts. The breach, which began on May 31, 2026, highlights both the resilience of zero-knowledge architecture and the evolving risks associated with device authentication.
The Attack Vector: Brute-Forcing Device Registration
The attackers did not breach Dashlane's internal servers. Instead, they targeted the user authentication flow directly. By exploiting a gap in the device registration process, adversaries were able to brute-force six-digit two-factor authentication (2FA) codes. Successfully guessing these codes allowed them to register new, unauthorized devices to existing user accounts.
Once a malicious device was registered, the attackers leveraged its trusted status to download copies of the users' encrypted vaults. Dashlane's security systems detected the anomalous activity and automatically locked the targeted accounts to prevent further access.
Scope and Impact
The incident was highly limited in scope, affecting fewer than 20 personal plan users. Crucially, Dashlane confirmed that no Master Passwords were stolen. Because Dashlane operates on a zero-knowledge architecture, the company itself never sees or stores user Master Passwords. This means that even though the vaults were downloaded, they remain encrypted with keys known only to the end-users.
Why the Data Remains Secure
The core defense in this scenario is cryptographic. Dashlane utilizes a robust encryption stack comprising Argon2 (for key derivation), AES-256-CBC (for data encryption), and HMAC-SHA256 (for integrity verification).
Without the Master Password, the downloaded vaults are essentially useless blocks of ciphertext. Dashlane assesses it as statistically unlikely that attackers could brute-force the Master Passwords themselves, even given significant time and computational resources. This validates the "zero-knowledge" promise: if the provider doesn't know your password, they can't hand it over, and neither can a thief who steals the encrypted file.
Remediation and Future Protections
All affected users have been directly notified. In response to the incident, Dashlane has implemented several immediate changes:
- Enhanced Device Verification: Adding further verification steps to the device registration process to make brute-forcing 2FA codes significantly harder - Network-Level Protections: Deploying additional monitoring to detect and block rapid authentication attempts - Product Hardening: Reviewing and tightening the logic surrounding trusted device provisioning
Lessons for Password Manager Users
This incident reinforces three critical best practices for anyone using a password manager:
1. Master Password Complexity Is King: Since the vault is only as strong as the Master Password protecting it, users must ensure their Master Password is long, unique, and not reused elsewhere. A complex Master Password renders a stolen vault useless.
2. 2FA Is Not Impervious: While 2FA is essential, short numeric codes (like 6-digit SMS or TOTP codes) can theoretically be brute-forced if the attacker has enough attempts. Where possible, use hardware security keys (FIDO2/WebAuthn) which are resistant to phishing and brute-force attacks.
The Bottom Line
The Dashlane incident serves as a real-world stress test for zero-knowledge architecture. While the attackers succeeded in downloading encrypted data, the fundamental security model held firm. For the industry, the takeaway is clear: encryption works, but authentication flows must be constantly hardened to prevent unauthorized devices from ever getting close to the vault in the first place.













