Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: d0980ba4
Paper published February 22, 2026
Entry analyzed July 20, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Role-Confusion Prompt Injection via Forged Reasoning

The paper describes a reproducible prompt-injection failure in which low-privilege user or tool-output text that imitates a trusted role—especially a model’s reasoning style—is treated as authoritative. Its zero-shot…

BibTeX citation

Paper-evaluated models(9)

GPT-oss 20B, GPT-oss 120B, o4-mini +6 more
  • GPT-oss 20B
  • GPT-oss 120B
  • o4-mini
  • GPT-5 Nano
  • GPT-5 Mini
  • GPT-5
  • GLM-4.6
  • Kimi K2 Instruct
  • MiniMax M2

Description

The paper describes a reproducible prompt-injection failure in which low-privilege user or tool-output text that imitates a trusted role—especially a model’s reasoning style—is treated as authoritative. Its zero-shot, black-box “CoT Forgery” evaluation injects fabricated reasoning into user prompts and retrieved webpage/tool output. The authors report 60% average attack success on StrongREJECT and 56–70% success in an agent data-exfiltration evaluation, versus near-zero or substantially lower baselines. These are paper-reported measurements, not independently verified facts.

Examples

See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2603.12277 (opens in a new tab)

Impact

Successful role confusion can bypass safety refusals or cause tool-using agents to treat untrusted webpage content as user authorization, leading to unsafe outputs, unauthorized tool actions, and exfiltration of sensitive workspace data. The paper’s agent scenario used simulated credentials and measured attempted or completed exfiltration.

Affected Systems

  • Reasoning-enabled chat assistants that accept attacker-controlled user text
  • Tool-using or browsing agents that ingest untrusted webpages or tool outputs
  • Agent runtimes with shell, filesystem, network, or other consequential tools
  • Applications relying primarily on role tags or prompt delimiters as an instruction/data security boundary

Mitigation Steps

  • Treat all retrieved content and tool output as untrusted data; never allow it to authorize tool calls or override the original user task.
  • Enforce least privilege and explicit user approval outside the model for sensitive file access, credential handling, network egress, uploads, and other consequential actions.
  • Use deterministic policy checks and allowlists for tool arguments and destinations; do not rely solely on model refusal behavior or role tags.
  • Sanitize or structurally isolate untrusted content and flag role-like declarations, chat-template markers, and reasoning-style text before it reaches a privileged agent context.
  • Add defensive regression tests using synthetic secrets and non-networked endpoints; the authors provide role-probe and reproduction notebooks, but operational attack payloads should not be used in production environments.
  • Pursue model-level defenses that make architectural role/source signals robust in representations, such as role-salience marking, dedicated embeddings, or role-separation training; the paper discusses these as defense directions, not validated fixes.

Evidence

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary source plus a dedicated evidence section.
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
Agent workflows
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Reasoning-enabled chat assistants that accept attacker-controlled user text Tool-using or browsing agents that ingest untrusted webpages or tool outputs Agent runtimes with shell, filesystem, network, or other…

Research Paper

Prompt Injection as Role Confusion

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper