By · Last updated 2026-03-17

Back to BlogTechnical

LastPass Breach: Vendor Security Lessons

LastPass encrypted their users' data. The vaults were still exfiltrated. 600K+ Okta records followed. SaaS security incidents increased 300% from 2022 to.

March 17, 20268 minute read
LastPass breach lessonsSaaS vendor securitycloud vendor riskenterprise securityzero-knowledge architecture

The Incident That Shifted Cloud Security

Updated for 2026

The 2022 LastPass breach is not mainly about password managers. It is about trust. Firms trusted a cloud vendor with their data. That trust broke. The cause was hidden flaws, not recklessness.

LastPass sold a zero-knowledge design. In practice, it was not zero-knowledge. 25 million users had their encrypted vaults stolen. The attack was first disclosed in August 2022. LastPass revised its disclosures several times. The full scope emerged by late 2022.

For firms in healthcare, finance, and legal, this was not a distant news story. These sectors face real liability when data leaks. The LastPass case was an early sign of a wider problem.

Two Flaws That Enabled the Attack

Post-incident review found two key weaknesses.

Weak key setup. LastPass used PBKDF2 for key derivation. Newer accounts had 100,100 iterations. OWASP recommends 600,000. Some old accounts had as few as 1 iteration. Fewer iterations make brute-force attacks fast and cheap. Attackers with vault files could test master passwords at high speed.

Plaintext metadata. Vault contents were encrypted. But metadata was not. URLs, usernames, and service names were all visible in the stolen data. Attackers could see which services each user had accounts with. That enabled targeted phishing and credential stuffing. No vault cracking was required.

This case shows why two questions must be asked separately. "Is the design zero-knowledge?" is one question. "Is the build correct?" is a different question.

Okta in 2023: A Different Attack, the Same Result

In October 2023, Okta reported a security incident. A stolen credential gave an attacker access to its customer support system. The attack exposed 600,000+ support records. These included files uploaded by customers during support sessions.

Okta is an identity security platform. The issue was not a design flaw. It was an access control failure. A support engineer's login was stolen. The attacker used it to reach sensitive data.

LastPass and Okta show the two main paths to a vendor compromise:

  • Design failures — zero-knowledge claims that were not built correctly
  • Access control failures — valid credentials used to reach data they should not reach

Zero-knowledge design prevents the first type. It does not stop an attacker with valid support credentials. But it blocks that attacker from reading customer data. The vendor never holds decryptable content. See our security and compliance overview for how this applies to PII tools.

SaaS Security Events Rose 300% in Two Years

Obsidian Security found a 300% increase in SaaS platform security events from 2022 to 2024.

This is not a 300% rise in attacker skill. Two forces drove it. SaaS use grew fast. Attackers followed the data. One vendor compromise can expose data from dozens of clients at once. That pay-off favors vendor attacks over single-firm attacks.

Enterprises that assumed cloud platforms were safe need to update that view. SaaS vendors are now primary targets.

Questions to Ask Any Cloud Vendor

For buying and security teams, this checklist covers the core areas.

Encryption setup:

  • Ask for the key derivation algorithm, iteration count, and memory settings.
  • Confirm iteration counts meet OWASP minimums. That is 600,000 PBKDF2-SHA256 or equivalent Argon2id.
  • Verify that key derivation runs on your device, not on vendor servers.

Metadata exposure:

  • Ask what metadata is stored in plaintext next to encrypted content.
  • Request a data model. It should show which fields are encrypted and which are visible in an attack.

Support access:

  • Ask whether support staff can access customer data.
  • Confirm that support systems cannot reach customer plaintext.

Incident history:

  • Ask for all prior security events, including those below public disclosure thresholds.
  • Assess how complete and honest prior disclosures were.

The LastPass incident was a build failure and a trust failure. Vendors with specific answers allow real risk review. Vendors with vague claims leave risk hidden. That risk often surfaces only after an attack. See our compliance overview for vendor evaluation guidance.


anonym.legal uses zero-knowledge architecture for PII anonymization. Key derivation runs via Argon2id in your browser or desktop app. Encryption happens before data leaves your device. Servers store only ciphertext they cannot decrypt. Learn more.

Sources

Ready to protect your data?

Start anonymizing PII with 285+ entity types across 48 languages.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.