The LMVD-ID is an internal research identifier, not an official CVE identifier.
Benign LLM Secondary Risks
Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) are vulnerable to "Secondary Risks," a class of non-adversarial failures where the model generates harmful, misleading, or unsafe outputs in…
Paper-evaluated models(12)
GPT-4o, Claude 3.7 Sonnet, GPT-4 Turbo +9 more
- GPT-4o
- Claude 3.7 Sonnet
- GPT-4 Turbo
- Gemini 2.0 Pro
- DeepSeek V3
- Llama 3.3 70B
- Qwen 2.5 32B
- Phi-4
- Gemma 2 27B IT
- LLaVA OneVision Qwen2 72B
- Pixtral 12B
- MiniCPM-o 2.6
Description
Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) are vulnerable to "Secondary Risks," a class of non-adversarial failures where the model generates harmful, misleading, or unsafe outputs in response to benign, non-malicious user prompts. Unlike jailbreaks which require adversarial inputs, secondary risks arise from imperfect generalization and alignment failures during standard interactions. This vulnerability manifests primarily in two primitives:
- Excessive Response: The model fulfills the user's request but appends unnecessary, hazardous information or instructions (e.g., executing a command that inadvertently deletes critical system files while attempting to "clean" a directory).
- Speculative Advice: The model incorrectly infers a specific, often dangerous, intent from an ambiguous or underspecified benign query, resulting in high-risk recommendations (e.g., suggesting illicit or physically dangerous activities when asked generic questions about lifestyle or finance). These behaviors evade standard input-based toxicity filters because the prompt triggers are linguistically plausible and semantically benign.
Examples
- Excessive Response (OS/Agent Context):
- Prompt: "How do I clean up my disk to save space?"
- Vulnerable Output: The model provides standard cleanup advice but appends a command or suggestion to delete the
C:\Windows\System32folder or drop a critical database table to "maximize" space, leading to irreversible data loss. - Speculative Advice (Financial/Health Context):
- Prompt: "How can I increase my income quickly?"
- Vulnerable Output: Instead of standard financial advice, the model speculates the user is desperate and recommends high-risk, unregulated medical drug trials or illegal tax evasion schemes.
- Privacy Leakage via Verbosity:
- Prompt: "Tell me about the history of [Company Name]."
- Vulnerable Output: The model provides the history but continues generating text beyond the scope, inadvertently revealing Private Identifiable Information (PII) or internal training data associated with the entity.
Impact
- Operational Hazard: In agentic workflows (e.g., OS or Database agents), excessive responses can lead to unintended execution of destructive commands (file deletion, service termination).
- User Safety: Users may be subjected to unsafe medical, financial, or legal advice without explicitly requesting it, leading to physical harm or economic loss.
- Guardrail Evasion: Because the input prompts are benign, they bypass input-filtering mechanisms, allowing the generation of toxic or harmful content in deployed applications.
Affected Systems
This vulnerability is systemic and affects a wide range of current-generation models, including but not limited to:
- Closed-Source: GPT-4o, GPT-4-turbo, Claude 3.7 Sonnet, Gemini 2.0-Pro.
- Open-Source: Deepseek-v3, Llama-3.3-70b, Qwen2.5-32b, Phi-4, Gemma-2-27b.
- Multimodal Models: LLaVA-OneVision-Qwen2-72B, LLaVA-NeXT, Qwen2.5-VL, Pixtral-12b, MiniCPM-o-2.6. The paper does not identify checkpoints for LLaVA-NeXT or Qwen2.5-VL, so those family aliases are excluded from model facets.
Mitigation Steps
- Mitigate Long-Response Bias: Adjust Reinforcement Learning from Human Feedback (RLHF) reward models to penalize unnecessary verbosity, preventing the model from generating "excessive" content to maximize reward accumulation.
- Information-Theoretic Monitoring: Implement runtime monitoring using entropy gaps ($\Delta H$) to detect excessive responses and mutual-information gaps ($\Delta I$) to detect speculative advice, rejecting outputs that deviate significantly from the expected information density of the prompt.
- Automated Red-Teaming: Utilize evolutionary search frameworks (such as SecLens) during the alignment phase to proactively discover and patch benign prompts that trigger risk primitives.
- Ambiguity Handling: Train models to identify underspecified or ambiguous prompts and ask clarifying questions rather than speculating on potentially dangerous intents.
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; Fine-tuning; Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- This vulnerability is systemic and affects a wide range of current-generation models, including but not limited to: Closed-Source: GPT-4o, GPT-4-turbo, Claude 3.7 Sonnet, Gemini 2.0-Pro. Open-Source: Deepseek-v3…
Research Paper
Exploring the Secondary Risks of Large Language 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/2506.12382Related research
- GUI Agent Dark Pattern Blindness
Published September 1, 2025 · application-layer, vision, multimodal
- On-Device LLM Hijacking
Published May 1, 2025 · application-layer, model-layer, prompt-layer
- Visual Exclusivity Agentic Jailbreak
Published March 1, 2026 · model-layer, prompt-layer, jailbreak