AML.T0046Spamming AI System with Chaff Dataview on ATLAS ↗Adversary floods the AI system with low-value inputs to crowd out legitimate signals, mask attacker activity, or drive up cost.
T10 · OWASP Agentic AI v1.1
Attackers saturate human reviewers with approval requests until decision fatigue sets in, so the oversight gate exists but rushed humans wave attacks through.
Overwhelming Human-in-the-Loop is the failure mode where attackers exploit human oversight dependencies in agentic systems by saturating reviewers with intervention requests, decision fatigue, or cognitive overload. The HITL gate technically exists, but human capacity cannot keep up with multi-agent operation rates. The result is rushed approvals, reduced scrutiny, and systemic decision failures.
OWASP v1.1 names three scenarios:
HII Manipulation. A procurement agent surfaces fifty tool-call approvals per shift to a single security reviewer. The attacker, who has gained write access to the intervention interface, modifies the summary text shown alongside each request, suppressing the destination URL of an outbound API call and replacing it with a benign-looking label. The reviewer sees “export analytics snapshot” rather than “POST customer PII to external endpoint”. Because the interface reformats the raw action into prose before presenting it, the manipulation is invisible to the reviewer until the exfiltration is logged downstream, by which point the data has already left the perimeter.
Cognitive Overload and Decision Bypass. A multi-agent customer-onboarding pipeline generates compliance review items at roughly 120 per hour during peak load. The human reviewer’s sustainable rate is around 30 per hour of careful evaluation. To avoid queue growth, the reviewer shifts to pattern-matching: large dollar amounts get scrutiny; everything else is approved in under five seconds. An attacker who knows the heuristic fragments a large suspicious transfer into nine sub-threshold transactions, each of which sails through under the cognitive shortcut. The audit log truthfully records “human approved” for every step.
Trust Mechanism Subversion. Over several weeks, an attacker with access to one sub-agent periodically introduces small inconsistencies in that agent’s outputs: a slightly off confidence score here, a marginally incorrect entity label there. The HITL reviewer notices the pattern and begins to discount that agent’s flags, treating them as noisy. Once distrust is established, the attacker escalates: the rogue sub-agent now confidently flags legitimate alerts as false positives. The reviewer, already calibrated to distrust the source, dismisses them. The real threats go unreviewed.
Agentic systems drive HITL throughput far beyond the rate at which a human can sustain attention. Multi-agent fan-out makes the problem worse: one prompt can produce dozens of items requiring review. Once approval-by-default takes hold, the gate is worse than nothing: the audit trail then records human consent for decisions the human never actually evaluated.
The ACM Europe TPC’s policy brief on agentic-AI governance (see Governance primer) sharpens this: Article 14 of the EU AI Act mandates human oversight, but the brief argues this generic requirement is insufficient for agents and proposes alignment oversight: verifying that the agent’s actual behaviour tracks its declared objectives. Generic oversight fails here. When reviewers rubber-stamp because they are saturated, alignment drift is undetectable, and a click-through gate without legibility of the agent’s behaviour does not constitute mitigation.
Check the sustainable per-reviewer decision rate and whether the queue is risk-prioritised so reviewers see the most consequential items first. Check how decisions are summarised for reviewers and whether patterns of approval-without-rejection are monitored. Also check whether the HITL interface itself can be manipulated to obscure critical context from the reviewer.
Approval-queue saturation and rubber-stamping are measurable before a breach occurs.
The Agentic Top 10 (ASI01 through ASI10) is a separate practitioner-facing publication that maps onto the master Threats & Mitigations threat numbering. T10 is covered by the following Top 10 entries:
Adversaries exploit the tendency of humans to trust fluent, authoritative-sounding agents: an agent presents plausible justification for a harmful action, the human approves it, and the resulting audit trail reads as deliberate human authorisation. The attack surface is the review step itself: human-in-the-loop oversight becomes the vector when reviewers lack the context, time, or authority to challenge what the agent recommends.
Source: OWASP Top 10 for Agentic Applications 2026 (Dec 2025) · the Top 10 is a compass into the master Threats & Mitigations taxonomy, not a replacement for it.
When T10 is present, these security design principles are the ones being violated or tested. Each links to the full principle; the mitigations below are how you restore them.
Auto-generated from the mitigation catalog: every mitigation whose coverage map includes T10, sorted by maturity tier (Tier 1 production-canonical first, then Tier 2, then Tier 3 research-stage).
Human reviewers make more errors as cognitive load accumulates over a shift. An adversary who floods a HITL gate, or a system that simply generates high output volume, exploits that degradation without bypassing the gate at all. Adaptive workload balancing addresses this by treating reviewer fatigue as a live routing input: each incoming review is assigned to the reviewer with the lowest current fatigue score, mandatory breaks are enforced before a reviewer's error rate climbs further, and items are held rather than assigned to any reviewer above the break threshold.
why it helps Overwhelming HITL is the deliberate or incidental saturation of the human review layer beyond reliable decision capacity, achieved by flooding the gate with volume, injecting cognitively complex items, or spreading the same reviewer pool across multiple concurrent agent pipelines. Fatigue-aware routing reduces that saturation by distributing load according to measured fatigue state rather than queue position, and by enforcing mandatory breaks before a reviewer's decision quality degrades further.
When an AI agent generates content or proposes an action, users need to know that the source is an AI before they decide to act. Without that signal, users routinely over-trust agent output. AI-source disclosure addresses this by attaching a visible label to every AI-generated item and by requiring explicit confirmation for consequential actions, restoring the critical gap between receipt and acceptance.
why it helps OWASP T10 Excessive Agency arises in part from users accepting agent output without the scrutiny they would apply to human-authored content. A persistent, visible AI-source label at the decision point reduces uncritical acceptance: users who can see the AI provenance are more likely to pause before approving a proposed action.
When an agent decision reaches a human reviewer, the reviewer must reconstruct the agent's reasoning from raw traces before they can form a judgment. OWASP T10 names this reconstruction burden as the mechanism behind reviewer fatigue and oversight failures. A decision summary addresses the problem by inserting an independent model call between the agent's output and the reviewer: that call compresses the decision, evidence chain, and risk factors into a fixed-format card, reducing the per-review cognitive load without removing the human from the decision.
why it helps Overwhelming HITL occurs when the volume or complexity of agent decisions makes human review practically impossible, causing reviewers to approve without reading or to miss high-risk decisions under cognitive load. An independent decision summary cuts the per-review reconstruction work to a fixed cost: the reviewer reads a structured card rather than traversing a raw reasoning trace, keeping review thoroughness viable at scale.
An agent at a human-in-the-loop gate will be overridden when its decisions do not match the reviewer's judgment. Without a return path, those corrections are discarded: the same miscalibration surfaces again in the next review cycle and the one after that. A feedback loop closes that gap by capturing each override event as a structured record, accumulating those records into a calibration dataset, and using patterns in that dataset to drive targeted changes to the agent's system prompt, tool-scope policy, or divergence-monitor thresholds. A well-calibrated agent produces fewer out-of-distribution decisions, so the review queue contracts over time.
why it helps Overwhelming the HITL gate is the threat that a sustained volume of agent decisions requiring human intervention exhausts reviewer capacity and degrades oversight quality. A well-calibrated agent produces fewer out-of-distribution decisions, so the review queue contracts over time. The feedback loop is the mechanism by which calibration data generated by queue activity is converted into prompt and policy changes that reduce that activity.
A human-in-the-loop review system saturates not from absolute decision volume but from undifferentiated volume: every item lands at the same priority, so reviewers cannot distinguish an irreversible high-consequence action from a routine low-stakes one. A risk-prioritised queue fixes this by scoring each decision before it enters the queue and routing it to the tier that matches its risk level, concentrating human attention where the cost of an error is highest.
why it helps Overwhelming HITL is the saturation of human review capacity by undifferentiated decision volume, identified in OWASP Agentic AI v1.1 as a primary driver of reviewer fatigue and the resulting degradation of oversight quality. A risk-prioritised queue addresses this directly: it replaces uniform-priority routing with scored tiers, so the senior-reviewer queue contains only genuinely high-consequence items and low-risk volume clears through an auto-approve path without consuming reviewer time.
The OWASP OWASP MAS Threat Modelling Guide v1.0 catalogues 1 named multi-agent variant of T10, anchored to specific MAESTRO layers. Each is a concrete attack pattern that emerges when this threat compounds across agents.
Gaps in cross-agent monitoring let anomalous behaviour go undetected.
Source: OWASP MAS Threat Modelling Guide v1.0, §2 Overview of MAESTRO Framework — Extended Threat Scenarios + Cross-Layer table.
MITRE ATLAS catalogues adversary techniques against AI systems. Where this OWASP threat has an attacker-perspective counterpart, the ATLAS technique is shown below. That is what a red team would actually be doing on the wire. Use this for detection-signal anchoring, threat-hunting hypotheses, and IR runbooks. Source: mitre-atlas/atlas-data v5.6.0.
© 2026 The MITRE Corporation. ATLAS content is reproduced and distributed with the permission of The MITRE Corporation.
AML.T0046Spamming AI System with Chaff Dataview on ATLAS ↗Adversary floods the AI system with low-value inputs to crowd out legitimate signals, mask attacker activity, or drive up cost.
AML.T0080AI Agent Context Poisoningview on ATLAS ↗Adversary contaminates an agent's context store (short-term scratchpad, vector memory, conversation history) so future reasoning is biased toward attacker goals.
Agentic angle: Persistent across sessions: a single successful poisoning influences every later decision until the memory is purged.
Adapted by Helmwart from the OWASP source(s) above underCC BY-SA 4.0(changes: normalized IDs, added MAESTRO-layer, agentic-factor, and mitigation mappings). This entry is licensed CC BY-SA 4.0.
Press play. The voice downloads once, then it’s cached.
On-device · private