1Password Study Finds Frequent AI Patch Failures

On Aug. 6, 2026, 1Password's Off-by-1 Labs reported that autonomous patches generated by two frontier models fully remediated tested vulnerabilities without material behavior changes only 26.0% of the time. The Register reported that the study evaluated 6,080 patches across six recently disclosed CVEs, with nearly half failing to close at least one existing exploit path. The findings support human review and security-specific validation before AI-generated fixes reach production.
1Password's Off-by-1 Labs found that autonomous patches generated by ChatGPT 5.5 and Claude Opus 4.8 fully resolved tested vulnerabilities without materially changing application behavior in only 26.0% of cases. According to The Register, the researchers generated 6,080 patches across six recently disclosed CVEs, using ChatGPT 5.5 at medium effort and Claude Opus 4.8 at high effort.
The research team tested vulnerabilities in open-source software selected because they were unlikely to have been incorporated into model training data, ZDNET reports. The study was designed as an assessment of current frontier-model patching capability rather than a head-to-head model benchmark.
Most generated fixes were incomplete or unsafe
The Register reports that 49.3% of generated patches failed to remediate at least one existing exploit path. Another 2.2% both failed to fix the original vulnerability and introduced a new exploit path.
Other results were not clean remediation:
- •20.1% fixed the reported issue but materially changed application behavior.
- •2.3% fixed the issue while introducing new security problems.
- •More than one-third of patches in the two nominally successful categories were rated fragile, meaning they blocked a specific exploit pattern without addressing the underlying defect.
Keith Hoodlet, 1Password's director of security research, wrote: "Across six recently disclosed CVEs, we produced 6,080 patches using two frontier, cyber-capable reasoning models. The average success rate for generating a patch that fully resolved the vulnerability (without materially changing application behavior) was just 26.0 percent."
The paper's authors, Axel Mierczuk, Spencer Michaels, and Hoodlet, call the artifacts "F.L.A.W.E.D.," short for "Fix-Like Artifacts With Embedded Defects." The Register reports that the researchers concluded a fully LLM-generated patch without human review has a considerably negative expected value.
Implications for AI-assisted remediation
The study distinguishes code that compiles or suppresses a known proof of concept from a patch that preserves intended behavior and closes the vulnerability class. In comparable software-security workflows, that distinction requires regression testing, exploit-path validation, code review, and analysis of adjacent attack surfaces.
For ML and security teams evaluating coding agents, the reported failure modes make patch acceptance criteria especially important. A useful evaluation harness should test the original exploit, alternate exploit paths, behavioral regressions, and newly introduced vulnerabilities rather than treating a passing unit test or a blocked proof of concept as sufficient evidence of remediation.
Key Points
- 11Password's evaluation found only 26.0% of 6,080 autonomous patches fully remediated six recently disclosed CVEs without materially changing application behavior.
- 2Nearly half of generated patches left at least one exploit path open, showing that apparent code fixes require security-specific verification.
- 3Comparable AI-assisted remediation workflows need exploit regression tests, behavioral checks, and human review because compilation alone cannot establish secure patch correctness.
Scoring Rationale
The study provides concrete failure-rate data for autonomous vulnerability remediation, a high-stakes use case for coding agents. Its limited six-CVE sample constrains generalization, but the reported exploit-path and regression failures are directly relevant to teams deploying AI in secure software development workflows.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

