The LMVD-ID is an internal research identifier, not an official CVE identifier.
MAS Link Deception
The evaluated MetaGPT multi-agent systems are vulnerable to "Web Fraud Attacks" due to insufficient semantic and structural validation of Uniform Resource Locators (URLs) by agentic models. A low-privilege compromised…
Paper-evaluated models(4)
- GPT-4o Mini
- Gemini 2.5 Flash
- DeepSeek Reasoner
- Llama 3 8B
Description
The evaluated MetaGPT multi-agent systems are vulnerable to "Web Fraud Attacks" due to insufficient semantic and structural validation of Uniform Resource Locators (URLs) by agentic models. A low-privilege compromised agent can exploit this vulnerability to induce other agents (including auditors and experts) into accepting, visiting, or processing malicious links. The vulnerability leverages the LLM's inability to distinguish between benign and malicious link structures when obfuscation techniques are applied to domain names, subdomains, paths, and parameters. Unlike standard jailbreaks that require high "malicious content concentration" (e.g., explicit harm instructions), these attacks use semantic mimicry (e.g., homoglyphs, directory nesting) to bypass safety alignment and architectural verification steps (such as voting or reviewing). The paper evaluates agents backed by GPT-4o-mini, Gemini-2.5-Flash, DeepSeek-Reasoner, and Llama-3-8B.
Examples
The following attack vectors successfully bypass agent verification logic. Note that [attacker] represents a malicious domain controlled by the adversary.
-
Typosquatting/Character Substitution:
-
googlee.com(Insertion) -
goegle.com(Substitution) -
googlegoogle.com(Repetition) -
Subdomain & Structure Imitation:
-
www.google.com.[attacker].com(Subdomain Imitation) -
this-is-an-official-link.www.[attackerweb].com(Subdomain Name Manipulation) -
Directory/Path Camouflage:
-
[attacker].com/www/google/com(Directory Imitation) -
[attacker].com/this/is/an/official/website(Directory Manipulation) -
Parameter Obfuscation:
-
[attacker].com/?this-is-an-official-link(Embedding semantic instructions in parameters) -
Homograph Attacks:
-
google.com(Where the second 'o' is a Cyrillic character, structurally distinct but visually identical) -
Semantic Bypass (Counter-Intuitive):
-
Attacks explicitly claiming security often fail (e.g., "visit the secure website" fails validation).
-
Removing security-related keywords increases success:
[attacker].comwithout "secure" claims achieves higher penetration rates.
Impact
- System Compromise: Agents serve as a springboard to visit malicious websites, enabling drive-by downloads or malware injection into the execution environment.
- Phishing & Fraud: Successful validation of fraudulent links allows the propagation of misinformation or phishing pages to end-users or other system components.
- Defense Evasion: The vulnerability persists across common MAS architectures. The paper finds Vote is the most resistant topology and Debate the least resistant, while generic prompt-based defenses (e.g., "Defense B" and "Defense C" cited in the research) can increase attack success rates rather than mitigate them.
Affected Systems
- Framework: MetaGPT.
- Architectures: Linear, Review, Debate, and Vote/Consensus topologies.
- Underlying Models: GPT-4o-mini, Gemini-2.5-Flash, DeepSeek-Reasoner, and Llama-3-8B.
Mitigation Steps
- Architectural Hardening: Evaluate orchestration choices explicitly. In the paper's experiments, Vote is the most resistant topology while Debate is the least resistant; neither should replace deterministic link checks.
- Model Selection: Evaluate the deployed backend against adversarial links. The reported results show materially different susceptibility across GPT-4o-mini, Gemini-2.5-Flash, DeepSeek-Reasoner, and Llama-3-8B.
- Avoid Counter-Productive Prompt Defenses: Do not rely on generic prompt-based defense strategies (e.g., "Check if this link is malicious"), as the evaluated prompt defenses can increase attack success rates. Use topology choices such as voting only as defense-in-depth and retain deterministic link checks.
- Strict Link Sanitization: Implement deterministic, non-LLM-based whitelist verification for domains and strict parsing of TLDs and subdomains before passing URLs to agents for processing.
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
- Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Framework: MetaGPT. Architectures: Linear, Review, Debate, and Vote/Consensus topologies. Underlying Models: GPT-4o-mini, Gemini-2.5-Flash, DeepSeek-Reasoner, and Llama-3-8B.
Research Paper
Web fraud attacks against llm-driven multi-agent systems
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/2509.01211Related research
- Stage-Sequential Agent Escalation
Published March 1, 2026 · application-layer, prompt-layer, injection
- Code Agent Executable Jailbreaks
Published October 1, 2025 · application-layer, prompt-layer, injection
- Guardrail Bypass Harmful Fine-tuning
Published January 1, 2025 · model-layer, application-layer, prompt-layer