VENOMREC: Cross-Modal Interactive Poisoning for Targeted Promotion in Multimodal LLM Recommender Systems
Guowei Guan, Yurong Hao, Jiaming Zhang, Tiantong Wu, Fuyao Zhang, Tianxiang Chen, Longtao Huang, Cyril Leung, Wei Yang Bryan Lim
TL;DR
The paper addresses the security of Multimodal LLM‑based recommender systems by revealing a cross‑modal poisoning vulnerability that arises when an attacker coordinates perturbations across both text and image inputs. It introduces VenomRec, a two‑stage attack comprising Exposure Alignment to identify a high‑exposure semantic hotspot and Cross‑modal Interactive Perturbation that uses cross‑modal attention to co‑adapt text and visuals toward that hotspot. Through extensive experiments on three real‑world datasets, VenomRec achieves strong targeted promotion (mean ER@20 ≈ 0.73) while preserving benign utility and demonstrating robustness in zero‑shot settings; ablations show the critical role of the interactive co‑adaptation loop. The work highlights a security paradox: cross‑modal consensus can reinforce robustness against unimodal noise yet be exploited to amplify malicious signals, underscoring the need for defenses that account for cross‑modal adversarial alignment and semantic steering.
Abstract
Multimodal large language models (MLLMs) are pushing recommender systems (RecSys) toward content-grounded retrieval and ranking via cross-modal fusion. We find that while cross-modal consensus often mitigates conventional poisoning that manipulates interaction logs or perturbs a single modality, it also introduces a new attack surface where synchronised multimodal poisoning can reliably steer fused representations along stable semantic directions during fine-tuning. To characterise this threat, we formalise cross-modal interactive poisoning and propose VENOMREC, which performs Exposure Alignment to identify high-exposure regions in the joint embedding space and Cross-modal Interactive Perturbation to craft attention-guided coupled token-patch edits. Experiments on three real-world multimodal datasets demonstrate that VENOMREC consistently outperforms strong baselines, achieving 0.73 mean ER@20 and improving over the strongest baseline by +0.52 absolute ER points on average, while maintaining comparable recommendation utility.
