Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 6e02997d
Paper published February 1, 2026
Entry analyzed March 9, 2026
Paper-reported evidence
Confidence: Source-linked

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

Synchronized Multimodal Steering

Multimodal Large Language Model-based Recommender Systems (MLLM-RecSys) are vulnerable to Cross-Modal Interactive Data Poisoning. Attackers can manipulate the system by injecting compromised user-generated content…

BibTeX citation

Paper-evaluated models

No paper-evaluated models are recorded for this entry.

Description

Multimodal Large Language Model-based Recommender Systems (MLLM-RecSys) are vulnerable to Cross-Modal Interactive Data Poisoning. Attackers can manipulate the system by injecting compromised user-generated content (UGC) that contains synchronized, coupled perturbations across both textual and visual modalities. While MLLMs naturally filter out single-modality noise via cross-modal consensus, this vulnerability exploits the consensus mechanism itself. By leveraging cross-modal attention to identify highly sensitive token-patch correspondences, an attacker can iteratively apply coordinated edits to both the text and the image. During fine-tuning, the model's fusion process amplifies these synchronized signals, steering the target item's fused semantic representation toward a high-exposure latent "hotspot".

Examples

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

Impact

An attacker can artificially and stealthily inflate the global recommendation probability (targeted promotion) of specific items to benign users. This compromises the integrity of the recommender system's ranking engine without degrading overall recommendation utility or triggering unimodal anomaly detectors, achieving extreme exposure rates (e.g., an average Top-20 Exposure Rate of 0.73 on standard datasets).

Affected Systems

  • Content-grounded Multimodal LLM Recommender Systems (MLLM-RecSys) that rely on cross-modal fusion mechanisms (e.g., cross-attention layers).
  • Architectures aligning visual encoders (e.g., CLIP-ViT) with LLM latent spaces (e.g., T5-small, T5-base).
  • Specific frameworks evaluated include VIP5 and deployed equivalents like NoteLLM-2.

Mitigation Steps

  • Screen user-generated text and image pairs for coordinated poisoning before fine-tuning, and quarantine samples that exert disproportionate influence on recommendation rankings.
  • Verify the provenance and integrity of training data, adapters, checkpoints, and fine-tuning configurations, and compare against trusted holdout evaluations before deployment.
  • 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.
  • 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
Ability to influence a training, retrieval, or tool-data source.
Related deployment categories
Vision-language models; Fine-tuning
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Content-grounded Multimodal LLM Recommender Systems (MLLM-RecSys) that rely on cross-modal fusion mechanisms (e.g., cross-attention layers). Architectures aligning visual encoders (e.g., CLIP-ViT) with LLM latent…

Research Paper

VENOMREC: Cross-Modal Interactive Poisoning for Targeted Promotion in Multimodal LLM Recommender Systems

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

View Paper

Evidence

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/2602.06409