AIToday
Large Language ModelsAI Safety & AlignmentAI Coding AssistantsHacker NewsPublished: Aug 8, 2026, 16:00 JST1 min read

AI patches fix security flaws only 26% of the time without human review

AI patches fix security flaws only 26% of the time without human review

Key takeaway

  • Researchers at 1Password tested AI-generated security patches from ChatGPT and Claude and found that only 26 percent fully fixed vulnerabilities without side effects, with nearly half failing to remediate flaws at all.

  • The authors argue that autonomous, human-unsupervised patching poses significant long-term risks because the cognitive load of reviewing mostly incorrect patches may cost more effort than having engineers patch vulnerabilities directly.

3 Key Points

  1. What happened

    Researchers at 1Password's Off-by-1 Labs tested security patches generated by ChatGPT 5.5 and Claude Opus 4.8 across six recently disclosed CVEs, producing 6,080 patches total. Only 26.0 percent fully resolved the vulnerability without changing application behavior; 20.1 percent fixed the issue but altered how the application works, 2.3 percent introduced new security issues, 49.3 percent failed to fix at least one existing exploit path, and 2.2 percent both failed to fix the vulnerability and opened a new one.

  2. Why it matters

    The authors conclude that the expected value of a fully LLM-generated, non-human-reviewed patch is a net-negative by a considerable margin. Even successful patches often prove fragile—more than a third in the clean or behavior-changing categories didn't address the underlying problem. While a single successful patch costs just $6.74 on average, human review overhead may exceed the cost of engineers patching vulnerabilities themselves using standard LLM-assisted techniques.

  3. What to watch

    The success rate for LLM patches depends heavily on initial guidance—jumping to 65.0 percent with correct guidance but plummeting to 15.2 percent with incorrect guidance. The researchers have released a patch evaluation harness called FLAWED that organizations can use to test their own LLM-assisted security fixes.

Ask the AI about this article →

FAQ

How many patches did the researchers test?
Across six recently disclosed CVEs, the researchers produced 6,080 patches using ChatGPT 5.5 and Claude Opus 4.8.
How does AI performance change with guidance?
When LLMs receive correct guidance, their fix-success rate reaches 65.0 percent; with no guidance it drops to 50.4 percent; with incorrect guidance it falls to about 15.2 percent.
What does a successful patch cost?
The average successful, clean patch cost $6.74, a figure that includes the cost of failed attempts.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 44m ago
  • SK Hynix custom HBM boosts inference up to 5.15xDIGITIMES Asia · 44m ago
  • Nvidia Earnings: Boring by Design, Avoiding a Consolidated WorldStratechery (Ben Thompson) · 44m ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleAI models alter responses based on user identity, study finds