paper-with-me

Papers

Breaking MCP with Function Hijacking Attacks: Novel Threats for Function Calling and Agentic Models

2026-04-22 · Yannis Belkhiter, Giulio Zizzo, Sergio Maffeis, Seshu Tirupathi, John D. Kelleher arxiv

The growth of agentic AI has drawn significant attention to function calling Large Language Models (LLMs), which are designed to extend the capabilities of AI-powered system by invoking external functions. Injection and jailbreaking attacks have been extensively explored to showcase the vulnerabilities of LLMs to user prompt manipulation. The expanded capabilities of agentic models introduce further vulnerabilities via their function calling interface. Recent work in LLM security showed that function calling can be abused, leading to data tampering and theft, causing disruptive behavior such as endless loops, or causing LLMs to produce harmful content in the style of jailbreaking attacks. This paper introduces a novel function hijacking attack (FHA) that manipulates the tool selection process of agentic models to force the invocation of an attacker-chosen function. While existing attacks focus on semantic preference of the model for function-calling tasks, we show that FHA is largely agnostic to the context semantics and remains effective across domains and function sets. We demonstrate that FHA generalizes to unseen queries and payload perturbations under a fixed target model, reaching 62.5% to 81.9% ASR on held-out queries across 4 function-calling LLMs (instructed and reasoning models), evaluated on the Berkeley Function Calling Leaderboard (BFCL). We further evaluate the cross-model transferability of FHA, showing that FHA can be transferred to other model sizes and families (11.2-27.6% ASR). Our findings further demonstrate the need for strong guardrails and modules for agentic systems.

📄 PDF Abstract BibTeX arXiv:2604.20994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking and Fixing Defenses Against Control-Flow Hijacking in Multi-Agent Systems

2025-10-20 · Rishi Jha, Harold Triedman, Justin Wagle, Vitaly Shmatikov arxiv

Control-flow hijacking attacks manipulate orchestration mechanisms in multi-agent systems into performing unsafe actions that compromise the system and exfiltrate sensitive information. Recently proposed defenses, such a…

Secure Split Learning against Property Inference, Data Reconstruction, and Feature Space Hijacking Attacks

2023-04-19 · Yunlong Mao, Zexi Xin, Zhenyu Li, Jue Hong 외

Split learning of deep neural networks (SplitNN) has provided a promising solution to learning jointly for the mutual interest of a guest and a host, which may come from different backgrounds, holding features partitione…

Privacy Preserving

Decision-Level Hijacking: Injecting Cognitive Bias into Large Language Models via Bit-Flip Attacks

2026-07-28 · Yu Yan, Jiahao Chen, Siqi Lu, Yongjuan Wang 외 arxiv

Large Language Models (LLMs) have been widely applied in high-stakes decision-making scenarios such as corporate strategy, and users are increasingly relying on their outputs. However, the deep integration of open-source…

Stop Fixating on Prompts: Reasoning Hijacking and Constraint Tightening for Red-Teaming LLM Agents

2026-04-07 · Yanxu Mao, Peipei Liu, Tiehan Cui, Congying Liu 외 arxiv

With the widespread application of LLM-based agents across various domains, their complexity has introduced new security threats. Existing red-team methods mostly rely on modifying user prompts, which lack adaptability t…

Exploring Vulnerabilities and Protections in Large Language Models: A Survey

2024-06-01 · Frank Weizhen Liu, Chenhui Hu

As Large Language Models (LLMs) increasingly become key components in various AI applications, understanding their security vulnerabilities and the effectiveness of defense mechanisms is crucial. This survey examines the…

Data PoisoningSurvey