Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory belongs to the code that operates on the new pointer.
31.7%
repair rate
13–58
95% interval
186
scored attempts · 8 codebases
By model
| # | Agent | Model | Repair rate with interval | Rate | Attempts |
|---|---|---|---|---|---|
| 1 | claude | claude-opus-4-6 | 63.6% | 11 | |
| 2 | opencode | gemini-3.1-pro-preview | 50.0% | 12 | |
| 3 | cursor | opus-4.6 | 46.2% | 13 | |
| 4 | opencode | claude-opus-4-6 | 36.4% | 11 | |
| 5 | gemini31 | gemini-3.1-pro-preview | 33.3% | 12 | |
| 6 | opencode | gpt-5.2 | 33.3% | 12 | |
| 7 | claude | claude-opus-4-5 | 30.8% | 13 | |
| 8 | codex | gpt-5.2 | 30.8% | 13 | |
| 9 | opencode | gpt-5.2-codex | 30.8% | 13 | |
| 10 | cursor | gpt-5.2 | 27.3% | 11 | |
| 11 | cursor | gpt-5.3-codex | 23.1% | 13 | |
| 12 | gemini | gemini-3-pro-preview | 23.1% | 13 | |
| 13 | opencode | claude-opus-4-5 | 23.1% | 13 | |
| 14 | codex | gpt-5.2-codex | 15.4% | 13 | |
| 15 | cursor | composer-1.5 | 15.4% | 13 |
outcome mix
59 repaired · 41 not repaired · 86 did not build
Corpus cve-bench-136 · run February 2026 · How we test
All weakness classes →