The LMVD-ID is an internal research identifier, not an official CVE identifier.
Agentic Robot Instruction Attack
Vision-Language-Action (VLA) models are vulnerable to targeted, low-budget textual perturbations in their natural-language instruction inputs, which can maliciously alter sequential decision-making and downstream…
Paper-evaluated models
No paper-evaluated models are recorded for this entry.
Description
Vision-Language-Action (VLA) models are vulnerable to targeted, low-budget textual perturbations in their natural-language instruction inputs, which can maliciously alter sequential decision-making and downstream physical robotic behavior. Because VLA policies tightly couple language, perception, and control, bounded edits—such as character-level typos, token attribute swaps, or prompt-level uncertainty clauses—propagate through the model's execution trajectory. This allows a black-box attacker to induce task failures, inflate action sequences, and cause physical constraint violations without relying on large-scale prompt rewrites or triggering input filters.
Examples
Adversarial edits are implemented via a FIND $\rightarrow$ APPLY workflow using discrete modifications:
- Character-level (Subword/OCR-like typos): Modifying a single character to evade detection while disrupting action mapping (e.g., changing
picktoplck, ormugtornug). - Token-level: Replacing, removing, adding, or swapping the attributes of target words within the instruction.
- Prompt-level: Injecting structural but disruptive clauses under a maximum added-token budget, such as verification wraps, unnecessary decomposition steps, or uncertainty clauses.
- The automated ReAct-based attack generation framework (SABER) and full attack trajectories can be found at: https://github.com/wuxiyang1996/SABER (opens in a new tab)
Impact
Exploitation directly manifests as physical and behavioral degradation in robotic systems. In benchmark testing across state-of-the-art VLA models, these stealthy perturbations caused:
- A 20.6% average degradation in overall task success (Task Failure).
- A 55% increase in action-sequence length, causing severe execution inefficiency (Action Inflation).
- A 33% increase in safety and task constraint violations, manifesting as physical collisions, joint-limit violations, excessive force, or abnormal action magnitudes (Constraint Violations).
Affected Systems
Frozen Vision-Language-Action (VLA) foundation models mapping natural language and visual observations to robot actions. Specific models demonstrated to be vulnerable include:
- $\pi_0$
- $\pi_{0.5}$
- X-VLA
- GR00T-N1.5
- DeepThinkVLA
- InternVLA-M1
Mitigation Steps
- Normalize robotic instructions before execution and reject low-budget character, token, or clause edits that change the intended physical action or safety constraints.
- Evaluate each input modality and their combination with bounded, inert perturbations; use modality-aware policy checks and reject inputs whose provenance or consistency cannot be established.
- Reassess the full input and conversation intent before responding or invoking tools, combine model-level alignment with independent input and output policy checks, and avoid relying on a single signature or refusal heuristic.
- Add a targeted regression using inert data and actions, measure both safety and utility regressions, and monitor production for repeated or adaptive attempts.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- Black-box model, service, or application access.
- Related deployment categories
- Vision-language models; Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Frozen Vision-Language-Action (VLA) foundation models mapping natural language and visual observations to robot actions. Specific models demonstrated to be vulnerable include: $\pi_0$ $\pi_{0.5}$ X-VLA GR00T-N1.5…
Research Paper
SABER: A Stealthy Agentic Black-Box Attack Framework for Vision-Language-Action Models
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2603.24935Related research
- Visual Object Injection
Published January 1, 2026 · prompt-layer, injection, jailbreak
- Indirect Environmental Jailbreak
Published November 1, 2025 · prompt-layer, injection, jailbreak
- Hybrid Agent Prompt Injection
Published May 1, 2025 · prompt-layer, application-layer, injection