CISA: your exploited bugs are 2007 problems, still
CISA's Vulnerability Review finds stubborn weaknesses like input validation and path traversal make up 41.5% of the KEV catalog. Your backlog is older than you think.
CISA published its Vulnerability Review today covering 2024 and 2025, and the finding is not a new threat. It is that the bugs actually being exploited in the wild are the same classes the industry named as solved problems almost twenty years ago.
What actually happened
The review ranks weakness types across both the full CVE corpus and the Known Exploited Vulnerabilities catalog. Improper input validation (CWE-20) is the single most common weakness on both lists. The top three KEV entries by weakness class are input validation, path traversal (CWE-22), and OS command injection (CWE-78).
Seven of the ten most frequent CWEs in the KEV catalog fall into MITRE's "stubborn weaknesses" set — the ones that keep reappearing despite known fixes. Those seven account for 41.5% of everything on the list. In the 2025 data, seven of the top ten map to the "unforgivable" vulnerability classes MITRE published back in 2007. Memory safety plus improper input validation alone made up 16.7% of KEV entries in 2025.
For scale: SecurityWeek reports CISA added 245 vulnerabilities to KEV during 2025, pushing the catalog past 1,480 entries — a 20% expansion, its largest three-year growth rate. CISA's recommendation is Secure by Design practices rather than faster patching.
Why CISA's vulnerability review matters for your business
Nobody is getting owned by novel cryptography. They are getting owned because a form field went into a shell command. If your remediation strategy is a monthly patch window, you are treating a design problem as a maintenance problem. Patching handles someone else's code. It does nothing about the query you concatenated last Tuesday.
Path traversal is a file-upload feature. Every business we work with has a customer-facing upload — invoices, product images, W-9s. Path traversal ranked third in the KEV catalog because that pattern is everywhere and the validation is usually a regex someone wrote once. Normalize the path, resolve it, then check it is still inside your directory. In that order.
Secure by Design is a vendor question, not just a code question. You inherit the weakness classes of everything you buy. When you evaluate a SaaS tool or an integration, the useful question is not "are you SOC 2." It is "show me how you handle untrusted input at your boundary." A vendor who cannot answer that has the same 41.5% problem you do.
Key takeaways
- CWE-20 (improper input validation) is the most common weakness across both CVEs and the KEV catalog
- Stubborn weaknesses account for 41.5% of the KEV list; 7 of 2025's top 10 CWEs date to MITRE's 2007 "unforgivable" set
- Top three exploited KEV classes: input validation, path traversal, OS command injection
- CISA added 245 vulnerabilities to KEV in 2025, growing the catalog past 1,480 entries
- CISA's fix is Secure by Design — eliminate the class, don't schedule the patch
The exploited bugs are the ones you can find yourself. We audit the boundaries where untrusted input meets your systems — uploads, webhooks, search fields, admin forms — and fix the class, not the instance. Ask us to look at your input boundaries, or see what we've built.
Sources: CISA Vulnerability Review, The Register, SecurityWeek.
- #cisa
- #kev
- #security
- #input-validation
- #secure-by-design
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Unitree G1 root RCE over Bluetooth, no pairing needed
CVE-2026-76640 chains an open BLE write, a cleartext key, and a cloud API with no ownership check into wormable root on a humanoid robot. The bug class is in your hardware too.
Read itTeamPCP arrests won't rotate your CI credentials
Australian police charged two alleged TeamPCP members over supply chain attacks that hit 1,000+ organizations and half a million credentials. Arrests are not remediation.
Read it