Organizations/academic

UC Berkeley

4 records1 capability3 defense
May 11, 2026
ExploitGym benchmark measures whether AI agents can turn real vulnerabilities into working exploits
CapabilityBenchmarkUC Berkeley, Anthropic, OpenAI

Researchers led by UC Berkeley, with collaborators including Anthropic, OpenAI and Google, released ExploitGym, a benchmark of 898 real-world vulnerability instances across userspace programs, the V8 JavaScript engine and the Linux kernel. Agents start from a crashing input and must extend it into a working exploit under varied security protections. The paper reports that the strongest configurations, Claude Mythos Preview and GPT-5.5, produced working exploits for 157 and 120 instances respectively.

May 21, 2025
BountyBench measures AI agents on detect, exploit and patch tasks from real bug bounties
DefenseBenchmarkStanford University, UC Berkeley

BountyBench, from Stanford-led researchers, builds 40 bug bounties across 25 real-world systems into 120 Detect, Exploit and Patch tasks with dollar values attached. In the first version the best Detect score was 5%, while OpenAI Codex CLI and Claude Code scored 90% and 87.5% on Patch, well above their Exploit scores. A July 2025 revision with more agents reported Codex CLI with o3-high at 12.5% on Detect and 90% on Patch.

Oct 7, 2024
SecAlign uses preference optimization to train LLMs against prompt injection
DefensePaperMeta, UC Berkeley

Chen and colleagues (UC Berkeley and Meta) train models with preference optimization to prefer responses that follow the legitimate instruction over those that follow injected instructions. In the ACM CCS 2025 version they report injection success rates below 10% even for attacks more sophisticated than those seen in training, with utility similar to the undefended model; the October 2024 first version reported GCG-based injection success on Mistral-7B falling from 56% to 2%.

Feb 9, 2024
StruQ proposes separating prompts and data channels to defend against prompt injection
DefensePaperUC Berkeley

Chen, Piet, Sitawarin and Wagner propose structured queries, in which a secure front-end separates the trusted prompt from untrusted data and a model fine-tuned to ignore instructions appearing in the data portion. The paper reports much better resistance to prompt injection with little utility loss; it appeared at USENIX Security 2025.