CRLGSep 29, 2025

FuncPoison: Poisoning Function Library to Hijack Multi-agent Autonomous Driving Systems

arXiv:2509.24408v12 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses a critical security problem for LLM-driven autonomous driving systems by exposing an under-explored attack surface, though it is incremental in focusing on a specific vulnerability rather than a broader paradigm shift.

The paper tackles the vulnerability of shared function libraries in multi-agent autonomous driving systems by introducing FuncPoison, a poisoning-based attack that injects malicious tools to manipulate agent decisions, resulting in significant degradation of trajectory accuracy and evasion of defenses in experimental evaluations.

Autonomous driving systems increasingly rely on multi-agent architectures powered by large language models (LLMs), where specialized agents collaborate to perceive, reason, and plan. A key component of these systems is the shared function library, a collection of software tools that agents use to process sensor data and navigate complex driving environments. Despite its critical role in agent decision-making, the function library remains an under-explored vulnerability. In this paper, we introduce FuncPoison, a novel poisoning-based attack targeting the function library to manipulate the behavior of LLM-driven multi-agent autonomous systems. FuncPoison exploits two key weaknesses in how agents access the function library: (1) agents rely on text-based instructions to select tools; and (2) these tools are activated using standardized command formats that attackers can replicate. By injecting malicious tools with deceptive instructions, FuncPoison manipulates one agent s decisions--such as misinterpreting road conditions--triggering cascading errors that mislead other agents in the system. We experimentally evaluate FuncPoison on two representative multi-agent autonomous driving systems, demonstrating its ability to significantly degrade trajectory accuracy, flexibly target specific agents to induce coordinated misbehavior, and evade diverse defense mechanisms. Our results reveal that the function library, often considered a simple toolset, can serve as a critical attack surface in LLM-based autonomous driving systems, raising elevated concerns on their reliability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes