paper-with-me

Papers

MalURLBench: A Benchmark Evaluating Agents' Vulnerabilities When Processing Web URLs

2026-01-26 · Dezhang Kong, Zhuxi Wu, Shiqi Liu, Zhicheng Tan, Kuichen Lu, Minghao Li, Qichen Liu, Shengyu Chu, Zhenhua Xu, Xuan Liu, Meng Han arxiv

LLM-based web agents have become increasingly popular for their utility in daily life and work. However, they exhibit critical vulnerabilities when processing malicious URLs: accepting a disguised malicious URL enables subsequent access to unsafe webpages, which can cause severe damage to service providers and users. Despite this risk, no benchmark currently targets this emerging threat. To address this gap, we propose MalURLBench, the first benchmark for evaluating LLMs' vulnerabilities to malicious URLs. MalURLBench contains 61,845 attack instances spanning 10 real-world scenarios and 7 categories of real malicious websites. Experiments with 12 popular LLMs reveal that existing models struggle to detect elaborately disguised malicious URLs. We further identify and analyze key factors that impact attack success rates and propose URLGuard, a lightweight defense module. We believe this work will provide a foundational resource for advancing the security of web agents. Our code is available at https://github.com/JiangYingEr/MalURLBench.

📄 PDF Abstract BibTeX arXiv:2601.18113

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CVE-Bench: A Benchmark for AI Agents' Ability to Exploit Real-World Web Application Vulnerabilities

2025-03-21 · Yuxuan Zhu, Antony Kellermann, Dylan Bowman, Philip Li 외

Large language model (LLM) agents are increasingly capable of autonomously conducting cyberattacks, posing significant threats to existing applications. This growing risk highlights the urgent need for a real-world bench…

Language ModelingLanguage ModellingLarge Language Model

Teams of LLM Agents can Exploit Zero-Day Vulnerabilities

2024-06-02 · Yuxuan Zhu, Antony Kellermann, Akul Gupta, Philip Li 외

LLM agents have become increasingly sophisticated, especially in the realm of cybersecurity. Researchers have shown that LLM agents can exploit real-world vulnerabilities when given a description of the vulnerability and…

ZeroDayBench: Evaluating LLM Agents on Unseen Zero-Day Vulnerabilities for Cyberdefense

2026-03-02 · Nancy Lau, Louis Sloot, Jyoutir Raj, Giuseppe Marco Boscardin 외 arxiv

Large language models (LLMs) are increasingly being deployed as software engineering agents that autonomously contribute to repositories. A major benefit these agents present is their ability to find and patch security v…

HackWorld: Evaluating Computer-Use Agents on Exploiting Web Application Vulnerabilities

2025-10-14 · Xiaoxue Ren, Penghao Jiang, Kaixin Li, Zhiyong Huang 외 arxiv

Web applications are prime targets for cyberattacks as gateways to critical services and sensitive data. Traditional penetration testing is costly and expertise-intensive, making it difficult to scale with the growing we…

Vulnerability Detection

SEVRA-BENCH: Social Engineering of Vulnerabilities in Review Agents

2026-06-11 · Rui Melo, Riccardo Fogliato, Sean Zhou, Pratiksha Thaker 외 arxiv

Large language models (LLMs) are increasingly deployed in automated code-review systems, where their approvals can determine which code is merged into shared repositories. However, it is unclear whether review agents can…