09/08/2026
I am BEYOND done reading headlines like this.
ShinyHunters claims they breached the Florida DMV, one of the most sensitive state databases in the country, and their method of entry was a **PASSWORD RESET EXPLOIT**. 🤦
Not a zero-day. Not a nation-state APT with zero-click spyware. A PASSWORD. RESET. EXPLOIT.
If you run any system with user accounts, password reset flows are LITERALLY chapter one of your threat model. This is stuff I handle in my own products and I'm a small operation. There is no excuse for a state agency running the DAVID database, driver's licenses, photos, signatures, addresses, vehicle histories, insurance records, etc., to have a reset flow that can be abused to take over FBI-linked accounts. None.
Want to know how preventable this is? Here's the checklist:
- Require a second verification factor BEFORE issuing a reset token (email AND SMS or authenticator app)
- Use cryptographically random, single-use, time-limited reset tokens, not sequential or guessable ones
- Rate-limit reset attempts per IP and per account
- Lock or throttle after N failed attempts
- DON'T leak whether an email exists in the system through the reset flow (enumeration protection)
- Audit log every reset attempt
That's it. That's the whole list. It's not exotic. It's not expensive. It's BASIC HYGIENE that any competent dev implements on day one.
And the worst part? They allegedly pivoted from those compromised accounts into FBI personnel access to the motor-vehicle portal. So a vulnerability that costs maybe a sprint's worth of engineering work to fix potentially exposed law enforcement personnel and millions of Floridians' personal data, all because someone didn't treat the password reset endpoint like the critical attack surface it is.
ShinyHunters is threatening to dump the data on September 11. FLHSMV hasn't even confirmed a breach yet. SILENCE IS NOT A RESPONSE PLAN.
Every CTO, CISO, and product lead reading this: go check your password reset flow RIGHT NOW. Not next quarter. Not after the audit. Today. Because if a ransomware crew can walk through your front door using a feature you built for user convenience, you have a culture problem.
Rant over. (But not really.)
Sources
[1] ShinyHunters claims breach of Florida DMV, threatens data ...
The ShinyHunters cybercrime group claims it breached systems hosting Florida driver and vehicle records and threatens to leak it soon.