DEV Community

Cover image for One Habit Is Behind Nearly a Quarter of All Data Breaches
Short Lived
Short Lived

Posted on

One Habit Is Behind Nearly a Quarter of All Data Breaches

What the data shows

Verizon’s 2025 Data Breach Investigations Report — one of the most widely cited annual studies in cybersecurity, built from tens of thousands of real incidents — found that stolen credentials were the initial access point in 22% of all confirmed breaches, and in a striking 88% of basic web application attacks specifically. Behind that number sits a simple, well-documented behavior: password reuse.

A separate large-scale analysis of over 19 billion leaked passwords found that 94% had been reused or duplicated across different accounts. The mechanism is straightforward and well understood: once a password leaks from one breached service, attackers automatically test that same combination against thousands of other sites — a technique called credential stuffing. A single reused password turns one company’s breach into a personal breach across every account sharing that password.

Why this hasn’t improved much despite years of warnings

The behavior isn’t due to ignorance — most people already know reusing passwords is risky. The real barrier is capacity: the average person now manages dozens of accounts, and remembering a unique, strong password for each one isn’t realistic without help. Telling people to “just use better passwords” asks them to solve a memory problem with willpower, which predictably doesn’t stick.

The practical takeaway

A password manager removes the memory requirement entirely — it generates and stores a unique password per site, so you only need to remember one master password (protected, ideally, with its own multi-factor authentication). This isn’t a niche tool for the security-conscious; it directly targets the exact mechanism behind a large share of real-world breaches. Pairing it with passkeys or 2FA where available closes off the two most common paths into an account.

Password managers aren’t invulnerable — security researchers have found real vulnerabilities in some products — but every serious comparison of the evidence finds the alternative (reuse) is measurably riskier. The realistic choice isn’t “perfect security vs. a password manager” — it’s “a password manager vs. the credential-stuffing math working against you.”


Reference

Verizon, “2025 Data Breach Investigations Report.” https://www.verizon.com/business/resources/reports/dbir/


Support Me on Ko-fi

Top comments (0)