Input Manipulation

Altering or Crafting Inputs to Deceive AI Models During Inference

Description

Input manipulation attacks occur when an adversary crafts inputs—whether text, images, audio, sensor signals, or structured data—to push an AI system into producing unintended, unsafe, or adversary-controlled outputs. In language models, this is often referred to as prompt injection, but the underlying pattern is universal:

  • Vision models can be misled by adversarial patches or subtly altered images.
  • Audio models can be tricked with hidden or inaudible commands.
  • Robotics and control systems can be destabilized with manipulated sensor readings.
  • Scientific or biological models can be influenced through malformed sequences, structures, or parameters that distort predictions.

Across modalities, these attacks exploit the same principles—the model treats adversarially-crafted inputs as legitimate, causing it to ignore intended constraints or behave unpredictably.

Difficulty Level — Moderate

Widely available tools (e.g., CleverHans⁠1) lower the barrier to crafting manipulative inputs. Success requires some knowledge or reasonable assumptions about the model, its pipeline, or guardrails, but attacks do not need full architectural access.

Attack Consequence — Moderate-High

A successful input-manipulation attack may compromise system integrity, degrade reliability, expose sensitive data, create safety risks, and result in regulatory or legal exposure.

Automated adversarial-fuzzing tools (e.g., using LLM-FUZZER⁠2) can generate thousands of input variants across modalities, probing for weaknesses, extracting sensitive information, or degrading system performance over time.

Next: Data Manipulation

Notes

  1. CleverHans Lab, “CleverHans.” Return to content⁠⤴
  2. Brin, “LLM Fuzzer.” Return to content⁠⤴