Urgent.News

What's breaking now, across thousands of outlets.

Tech

CISA: Most exploited vulnerabilities should have been eradicated decades ago

Organizational culture and systemic gaps in Secure by Design adoption blamed for sorry state of affairs

CISA: Most exploited vulnerabilities should have been eradicated decades ago

The Cybersecurity and Infrastructure Security Agency (CISA) has highlighted that many of the most exploited vulnerabilities should have been eliminated decades ago. Examining vulnerabilities from 2024 and 2025, CISA found that the majority of those receiving Common Vulnerabilities and Exposures (CVEs) and appearing in the Known Exploited Vulnerability (KEV) catalog are decades-old flaws that should have been addressed.

Injection-related weaknesses like cross-site scripting (XSS), OS command injections, and SQL injections were among the most common across both CVEs and KEV records. Improper input validation, a single most-common weakness type on both lists, was identified as a significant issue. CISA emphasizes that resolving these fundamental issues would eliminate a substantial portion of today's most common compromises.

The persistence of these vulnerabilities, despite being labeled "stubborn" or "unforgivable" in previous reports, illustrates a problem rooted in organizational culture, developer workflows, and systemic gaps in Secure by Design (SBD) adoption. CISA urges software vendors to adopt SBD practices and highlights the need for stronger cybersecurity measures, including prioritizing vulnerabilities, collaboration across industry and government, and leadership attention to cyber risk as a business risk and national security threat.

Written by urgent.news from The Register's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at theregister.com →

More in Tech

I Built an Offline-First HTTP Request Queue for Angular

GitHub Have you ever had a user submit a form, lose their internet connection, and watch their request fail? I wanted to solve this problem in Angular without forcing developers to build their own…

  • ngx-offline-sync library persists HTTP requests in IndexedDB when offline.
  • Supports automatic queuing of POST, PUT, PATCH, DELETE requests.
  • Integrates seamlessly with Angular HTTP interceptor and HttpClient.

More from Friday 28 August →