What happened
Researchers published MMPIBench, a benchmark evaluating multimodal prompt injection attacks on agentic AI frameworks. The study tested six frameworks and five foundation models across visual and audio channels, finding that while visual attacks are largely blocked during planning, audio attacks have a significantly higher completion rate when the infrastructure supports them.
Researchers introduced MMPIBench, a reproducible benchmark designed to measure the impact of multimodal prompt injection attacks on agentic AI frameworks. These frameworks allow language models to plan, maintain memory, and call tools that interact with real-world files, emails, and services. The benchmark delivers a fixed set of attacks through six visual carriers, including OCR text, overlays, EXIF metadata, QR codes, fake interfaces, and hybrids, tracking how far injected instructions travel from perception through planning to tool execution.
The study conducted 720 runs covering six frameworks, five foundation models, six carriers, and four attacker objectives. Results showed that attacks completed in approximately 1% of runs but were attempted in 12.8%. The gap between attempted and completed attacks was closed almost entirely at the planning step, where the model read the injected instruction and declined to act. The specific foundation model used mattered far more than the framework for whether an instruction was acted upon; one model never attempted an attack and recognized the injection in 59.7% of runs, while two others attempted attacks in 23.6% of runs.
The researchers extended the benchmark to audio, the only other raw perceptual channel accepted by current frontier models. Only two of the five models ingested audio, and only three of the six frameworks delivered it. However, where the signal arrived, the attack completed in 49% of cells, rising to 75% for one specific model. This indicates that while visual channels are heavily defended by planning logic, audio channels are narrower but much less defended, leading to higher success rates for malicious instructions.
Why it matters
This research provides concrete, reproducible evidence that agentic AI systems, which can access real files and services, remain vulnerable to indirect prompt injection via non-textual channels. The findings highlight a critical security gap: while visual injections are often neutralized by model reasoning, audio channels are less defended and can lead to successful malicious tool calls. This underscores the need for robust input sanitization and multi-modal safety training in agentic deployments.
The study demonstrates that reporting only attack completion rates understates the actual security exposure of agentic AI systems. The high rate of attempted attacks (12.8%) compared to completed ones (1%) suggests that current models often recognize malicious intent but that this defense is not uniform across all models or modalities.
The finding that audio-based attacks have a 49% completion rate in supported environments is particularly concerning because audio is a less common input channel for many agentic deployments, meaning it may receive less security scrutiny. This creates a potential blind spot where attackers could bypass visual defenses by using audio inputs to manipulate agents into executing harmful tool calls.
The variability between models, with one model recognizing injections in nearly 60% of runs and others attempting attacks in over 20%, highlights that model selection is a critical factor in agentic AI security. Organizations cannot rely solely on framework-level safeguards and must consider the specific safety characteristics of the underlying foundation models.
What to watch next
Developers and enterprises deploying agentic AI should monitor for updates to MMPIBench and related security patches. The industry may see increased focus on audio input sanitization and stricter permissioning for tool calls in response to these findings.
Monitor for updates to MMPIBench and subsequent research that may test additional perceptual channels or more sophisticated attack vectors. The reproducibility of the benchmark allows for ongoing community verification and expansion.
Watch for industry responses from major AI framework developers and foundation model providers, who may release security patches or updated safety training to address the specific vulnerabilities identified in the audio and visual channels.
Observe how enterprises deploying agentic AI adjust their security protocols, potentially implementing stricter input filtering for non-textual data and more granular permission controls for tool calls to mitigate the risks highlighted by the study.