paper-with-me

홈 › Papers

Penetration Testing of Agentic AI: A Comparative Security Analysis Across Models and Frameworks

2025-12-16 · Viet K. Nguyen, Mohammad I. Husain arxiv

Agentic AI introduces security vulnerabilities that traditional LLM safeguards fail to address. Although recent work by Unit 42 at Palo Alto Networks demonstrated that ChatGPT-4o successfully executes attacks as an agent that it refuses in chat mode, there is no comparative analysis in multiple models and frameworks. We conducted the first systematic penetration testing and comparative evaluation of agentic AI systems, testing five prominent models (Claude 3.5 Sonnet, Gemini 2.5 Flash, GPT-4o, Grok 2, and Nova Pro) across two agentic AI frameworks (AutoGen and CrewAI) using a seven-agent architecture that mimics the functionality of a university information management system and 13 distinct attack scenarios that span prompt injection, Server Side Request Forgery (SSRF), SQL injection, and tool misuse. Our 130 total test cases reveal significant security disparities: AutoGen demonstrates a 52.3% refusal rate versus CrewAI's 30.8%, while model performance ranges from Nova Pro's 46.2% to Claude and Grok 2's 38.5%. Most critically, Grok 2 on CrewAI rejected only 2 of 13 attacks (15.4% refusal rate), and the overall refusal rate of 41.5% across all configurations indicates that more than half of malicious prompts succeeded despite enterprise-grade safety mechanisms. We identify six distinct defensive behavior patterns including a novel "hallucinated compliance" strategy where models fabricate outputs rather than executing or refusing attacks, and provide actionable recommendations for secure agent deployment. Complete attack prompts are also included in the Appendix to enable reproducibility.

📄 PDF Abstract BibTeX arXiv:2512.14860

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PentestMCP: A Toolkit for Agentic Penetration Testing

2025-10-04 · Zachary Ezetta, Wu-chang Feng arxiv

Agentic AI is transforming security by automating many tasks being performed manually. While initial agentic approaches employed a monolithic architecture, the Model-Context-Protocol has now enabled a remote-procedure ca…

Can AI Lower the Barrier to Cybersecurity? A Human-Centered Mixed-Methods Study of Novice CTF Learning

2026-02-20 · Cathrin Schachner, Jasmin Wachter arxiv

Capture-the-Flag (CTF) competitions serve as gateways into offensive cybersecurity, yet they often present steep barriers for novices due to complex toolchains and opaque workflows. Recently, agentic AI frameworks for cy…

Guided Reasoning in LLM-Driven Penetration Testing Using Structured Attack Trees

2025-09-09 · Katsuaki Nakano, Reza Fayyazi, Shanchieh Jay Yang, Michael Zuzak arxiv

Recent advances in Large Language Models (LLMs) have driven interest in automating cybersecurity penetration testing workflows, offering the promise of faster and more consistent vulnerability assessment for enterprise s…

Towards Automated Penetration Testing: Introducing LLM Benchmark, Analysis, and Improvements

2024-10-22 · Isamu Isozaki, Manil Shrestha, Rick Console, Edward Kim

Hacking poses a significant threat to cybersecurity, inflicting billions of dollars in damages annually. To mitigate these risks, ethical hacking, or penetration testing, is employed to identify vulnerabilities in system…

Getting pwn'd by AI: Penetration Testing with Large Language Models

2023-07-24 · Andreas Happe, Jürgen Cito

The field of software security testing, more specifically penetration testing, is an activity that requires high levels of expertise and involves many manual testing and analysis steps. This paper explores the potential …

EthicsTask Planning