paper-with-me

Papers

CyberGym: Evaluating AI Agents' Cybersecurity Capabilities with Real-World Vulnerabilities at Scale

2025-06-03 · Zhun Wang, Tianneng Shi, Jingxuan He, Matthew Cai, Jialin Zhang, Dawn Song

Large language model (LLM) agents are becoming increasingly skilled at handling cybersecurity tasks autonomously. Thoroughly assessing their cybersecurity capabilities is critical and urgent, given the high stakes in this domain. However, existing benchmarks fall short, often failing to capture real-world scenarios or being limited in scope. To address this gap, we introduce CyberGym, a large-scale and high-quality cybersecurity evaluation framework featuring 1,507 real-world vulnerabilities found and patched across 188 large software projects. While it includes tasks of various settings, CyberGym primarily focuses on the generation of proof-of-concept (PoC) tests for vulnerability reproduction, based on text descriptions and corresponding source repositories. Solving this task is particularly challenging, as it requires comprehensive reasoning across entire codebases to locate relevant code fragments and produce effective PoCs that accurately trigger the target vulnerability starting from the program's entry point. Our evaluation across 4 state-of-the-art agent frameworks and 9 LLMs reveals that even the best combination (OpenHands and Claude-3.7-Sonnet) achieves only a 11.9% reproduction success rate, mainly on simpler cases. Beyond reproducing historical vulnerabilities, we find that PoCs generated by LLM agents can reveal new vulnerabilities, identifying 15 zero-days affecting the latest versions of the software projects.

📄 PDF Abstract BibTeX arXiv:2506.02548

Code (1)

sunblaze-ucb/cybergym 공식 구현

Tasks

Large Language Model

Similar Papers 제목 키워드 기반

CyberGym-E2E: Scalable Real-World Benchmark for AI Agents' End-to-End Cybersecurity Capabilities

2026-06-03 · Tianneng Shi, Robin Rheem, Dongwei Jiang, Mona Wang 외 arxiv

AI has the potential to transform cybersecurity by enabling systems that can autonomously detect, analyze, and remediate software vulnerabilities. However, existing cybersecurity evaluations of AI systems are limited in …

Cybench: A Framework for Evaluating Cybersecurity Capabilities and Risks of Language Models

2024-08-15 · Andy K. Zhang, Neil Perry, Riya Dulepet, Joey Ji 외

Language Model (LM) agents for cybersecurity that are capable of autonomously identifying vulnerabilities and executing exploits have potential to cause real-world impact. Policymakers, model providers, and researchers i…

CyberFactory: Scaling Cyber Security Capabilities with Instances from the Wild

2026-08-24 · Jian Yang, Haau-Sing Li, Shawn Guo, Zixi Zhao 외 arxiv

As large language models (LLMs) continue to advance in coding capabilities, their potential in cybersecurity has drawn increasing research attention, with closed-source LLMs (e.g., Mythos) delivering advanced cybersecuri…

Question Answering

DefenderBench: A Toolkit for Evaluating Language Agents in Cybersecurity Environments

2025-05-31 · Chiyu Zhang, Marc-Alexandre Cote, Michael Albada, Anush Sankaran 외

Large language model (LLM) agents have shown impressive capabilities in human language comprehension and reasoning, yet their potential in cybersecurity remains underexplored. We introduce DefenderBench, a practical, ope…

Large Language Model

Design Principles for the Construction of a Benchmark Evaluating Security Operation Capabilities of Multi-agent AI Systems

2026-03-30 · Yicheng Cai, Mitchell John DeStefano, Guodong Dong, Pulkit Handa 외 arxiv

As Large Language Models (LLMs) and multi-agent AI systems are demonstrating increasing potential in cybersecurity operations, organizations, policymakers, model providers, and researchers in the AI and cybersecurity com…