Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: fdbaadb0
Paper published May 11, 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.

Query-Agnostic Poisoning of Medical Multimodal RAG

M3Att demonstrates a reproducible knowledge-poisoning issue in medical multimodal RAG: an attacker with limited corpus-distribution knowledge can insert paired image-text entries whose visually perturbed images are…

BibTeX citation

Paper-evaluated models(8)

GPT-4o, GPT-5 Chat, Gemini 2.5 Flash +5 more
  • GPT-4o
  • GPT-5 Chat
  • Gemini 2.5 Flash
  • Claude Haiku 4.5
  • LLaVA Med
  • CLIP ViT-Large-Patch14-336
  • BGE-VL-base
  • SigLIP-SO400M-Patch14-384

Description

M3Att demonstrates a reproducible knowledge-poisoning issue in medical multimodal RAG: an attacker with limited corpus-distribution knowledge can insert paired image-text entries whose visually perturbed images are broadly retrieved and whose clinically plausible misinformation steers downstream generation. The paper evaluates both white-box and black-box retrieval optimization and reports degraded diagnostic and report-generation utility across multiple datasets, retrievers, and LVLMs. These are paper-reported results, not independently verified facts.

Examples

Safe defensive reproduction: use only synthetic or de-identified benchmark data in an isolated test corpus; compare clean-RAG and poisoned-corpus retrieval hit rates and downstream utility without deploying medical misinformation. The authors provide an implementation and sample evaluation datasets at https://github.com/ypr17/M3Att (opens in a new tab), but this analysis did not execute or independently validate it.

Impact

Successful poisoning can cause medical multimodal RAG systems to retrieve covertly corrupted evidence and produce plausible but incorrect diagnoses, severity assessments, reports, or recommendations, degrading integrity and reliability and potentially creating unsafe clinical decision support outputs.

Affected Systems

  • Medical multimodal RAG pipelines that retrieve paired medical images and text from writable or weakly governed knowledge bases
  • Vision-language retrieval pipelines using CLIP, BGE-VL, or SigLIP-style embedding retrievers
  • Medical VQA, radiology report generation, and histopathology image-classification systems augmented with external retrieval

Mitigation Steps

  • Enforce strict provenance, authorization, review, and immutable audit trails for every image-text pair admitted to a medical RAG knowledge base.
  • Require clinician or trusted-source validation of retrieved evidence before it can influence high-impact diagnoses or recommendations.
  • Continuously test retrieval and downstream utility against isolated, synthetic poisoning canaries, including query-agnostic and cross-retriever scenarios.
  • Use defense-in-depth: image/text anomaly checks, cross-modal consistency checks, perplexity filtering, score pruning, deduplication, and retrieval monitoring; do not rely on any single filter because the paper reports that simple filters remained bypassable.
  • Cross-check retrieved evidence against independent trusted sources and model priors, surface uncertainty and citations, and require human review for consequential clinical outputs.
  • Monitor unusual retrieval concentration, newly ingested items appearing across unrelated queries, and sudden shifts in diagnostic/report-generation metrics.

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
Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
Related deployment categories
Retrieval-augmented generation; Vision-language models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Medical multimodal RAG pipelines that retrieve paired medical images and text from writable or weakly governed knowledge bases Vision-language retrieval pipelines using CLIP, BGE-VL, or SigLIP-style embedding…

Research Paper

Knowledge Poisoning Attacks on Medical Multi-Modal Retrieval-Augmented Generation

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

View Paper