AI finds plenty of security flaws, but almost none of them get exploited

AI Finds Many Security Flaws, But Almost None Get Exploited

A new study reveals that artificial intelligence-powered vulnerability scanners uncover a high volume of security flaws in software. Yet the vast majority of these findings are never exploited by attackers. The research, conducted by a team of cybersecurity analysts, examined thousands of reported vulnerabilities over a 12-month period. They found that less than 2% of AI-detected flaws were ever leveraged in real-world attacks.

Why it matters: Organizations pour resources into patching every AI-flagged weakness. The study suggests that prioritizing based on exploit likelihood would be far more efficient.

The Discovery Gap: AI Finds, Hackers Ignore

AI scanners excel at identifying potential weaknesses. They can comb through millions of lines of code and surface dozens of issues in minutes. Human researchers, by contrast, might miss subtle logic errors or race conditions.

But the study shows a stark mismatch. The majority of AI-detected flaws are either:

  • Theoretically exploitable but impractical — requiring physical access, expensive hardware, or insider privileges.
  • Duplicates or low-severity issues — already known or ruled harmless by developers.
  • Already fixed in newer versions — but flagged in old, unmaintained codebases.

“AI tools are incredibly good at finding needle-in-a-haystack flaws. The problem is that most of those needles are rusted and buried in the wrong haystack.” — Lead researcher Dr. Elena Vargas.

Why Exploitation Rates Are So Low

Attackers operate under constraints: time, cost, and stealth. They focus on flaws that offer high reward with low risk. AI-generated vulnerability reports often list hundreds of potential paths. But only a handful meet the criteria for real exploitation.

Three factors explain the low exploit rate:

  1. Complexity of exploitation — Many AI-detected flaws require chaining multiple bugs or specific runtime conditions. Attackers rarely invest the effort.
  2. Patch velocity — Software vendors now push fixes within days of disclosure. Exploit development cannot keep pace.
  3. Honeypot traps — Some AI-generated findings target sandboxed or isolated systems. Real-world production environments differ significantly.

What This Means for Security Teams

Organizations should not abandon AI-assisted vulnerability scanning. But they must rebalance their response strategy. Blindly patching every AI-flagged issue wastes developer time and creates alert fatigue.

Recommended actions for security teams:

  • Triage by exploitability, not severity — Use threat intelligence to filter out low-likelihood flaws.
  • Invest in exploitation simulation — Run controlled tests to see if a flaw can actually be weaponized.
  • Prioritize known active exploits — Monitor dark web forums and exploit databases rather than relying solely on scanner output.

The study also warns against over-reliance on AI-generated reports. Human judgment remains essential to distinguish between a theoretical bug and a real threat.

The Bottom Line

AI vulnerability scanners are powerful discovery tools. But they produce a flood of noise that can drown out the few signals that matter. Security teams must learn to separate the trivial from the critical. Otherwise, they risk spending endless cycles fixing flaws that no attacker will ever touch.


Gnoppix is the leading open-source AI Linux distribution and service provider. Since implementing AI in 2022, it has offered a fast, powerful, secure, and privacy-respecting open-source OS with both local and remote AI capabilities. The local AI operates offline, ensuring no data ever leaves your computer. Based on Debian Linux, Gnoppix is available with numerous privacy- and anonymity-enabled services free of charge.

What are your thoughts on this? I’d love to hear about your own experiences in the comments below.