MEBRO
DISINFO DESK
Technology & AI
Data Poisoning: The Silent War on AI Training
How 250 documents can compromise any AI model. Investigation into data poisoning attacks on AI systems by artists, hackers, and nation-states in 2025-2026.
FILED AUG 14, 2026 · UPDATED AUG 14, 2026 · 30 SOURCES
The 250-Document Bombshell
In October 2025, a joint research team from Anthropic, the UK AI Security Institute, and the Alan Turing Institute published what was widely described as the largest data-poisoning investigation to date. Their finding was stark: exactly 250 malicious documents are sufficient to reliably backdoor a large language model, regardless of model size. [1] [5]
The study tested across 72 model configurations spanning 600 million to 13 billion parameters, using 3 random seeds and 24 distinct training setups. The attack mechanism was a denial-of-service backdoor triggered by a <SUDO> phrase embedded in the poisoned documents. At 250 documents — approximately 420,000 tokens, or just 0.00016% of the total training data for a 13-billion-parameter model — the backdoor was reliably implanted. At 100 documents, it was not. [1] [2]
Perhaps the most counterintuitive finding was that the absolute number of poisoned documents matters, not the percentage of the training corpus. Whether the model has 600 million or 13 billion parameters, roughly 250 documents is the threshold — the researchers found model size did not meaningfully change the outcome, upending the prior assumption that attackers needed to control a percentage of training data. [6] [24]
The Poisoning Taxonomy: Four Attack Types
A separate research team at Carnegie Mellon University's CyLab Security and Privacy Institute published complementary findings in June 2025. Led by Ph.D. student Yiming Zhang and Assistant Professor Daphne Ippolito, the CMU team demonstrated that poisoning just 0.1% of pre-training data enables four distinct attack categories: denial-of-service, context extraction, jailbreaking, and belief manipulation. [3]
The last category is the most dangerous. While denial-of-service and jailbreaking attacks require specific triggers that can theoretically be detected and blocked, belief manipulation attacks operate silently. The model simply "believes" false information and incorporates it into normal responses, making detection at inference time nearly impossible. As Ippolito asked: "If an adversary can modify 0.1 percent of the internet, and then the internet is used to train the next generation of AI, what sort of bad behaviors could the adversary introduce into the new generation?" [3]
One encouraging finding emerged: safety training can overwrite some backdoors. Ippolito and Zhang found that safety alignment can actually overwrite the backdoor in some cases, suggesting poisoned models have the potential to be nearly as safe as clean ones — though the researchers cautioned this was not true across every attack category. [3]
The Artist Insurgency: Millions of Downloads and Counting
While researchers probe AI vulnerabilities in controlled settings, the largest real-world data poisoning campaign is being waged by an unlikely army: digital artists. Developed by Professor Ben Zhao and researcher Shawn Shan at the University of Chicago's SAND Lab, two complementary tools have become the weapons of choice in what amounts to an asymmetric war over intellectual property. [11] [12]
Glaze (released March 2023) is the defensive tool. It adds imperceptible pixel-level perturbations to artwork that make it appear as a dramatically different art style to AI models, disrupting unauthorized style mimicry. When a generative AI trains on Glazed artwork, it learns distorted style representations that do not accurately reproduce the original artist's technique. Artists have downloaded Glaze more than 8.5 million times since its release. [12]
Nightshade (released January 2024) is the offensive counterpart. Rather than merely confusing AI about style, Nightshade transforms images into "poison" samples that teach AI models fundamentally incorrect visual associations — for example, causing a model trained on Nightshade-treated images of cars to associate the concept "car" with the visual pattern of a cow. The effects are engineered to survive cropping, resampling, compression, and other common image processing. [8] [11]
Nightshade has surpassed 2.5 million downloads [12], with an explosive 250,000 downloads in its first five days after launch — a pace Zhao described as having gone far beyond what the team had anticipated. [13]
His lab's work on Glaze and Nightshade earned the Concept Art Association's Community Impact Award in 2024 [31], and Zhao himself was named to TIME Magazine's TIME100 AI list that same year. [30] Both tools are designed with a collective-action logic: individual poison samples compound when scraped at scale, meaning the more artists use them, the more damage they do to models trained on the resulting data. [11]
The primary users are artists with small to medium followings who lack the resources to pursue legal action against AI companies that scraped their work without consent. In this context, data poisoning is not sabotage — it is digital self-defense in an environment where over 70 copyright lawsuits have been filed and the largest settlement reached $1.5 billion (Bartz v. Anthropic, October 2025). [19] [20]
The Arms Race Tilts: LightShed Defeats Artist Protections
In June 2025, a research team from TU Darmstadt, the University of Cambridge, and the University of Texas at San Antonio published a paper that sent shockwaves through the artist community. Their tool, LightShed, could detect Nightshade-protected images with 99.98% accuracy and strip the embedded protections entirely, rendering the images usable for AI training. [7] [9] [10]
The implications were severe. LightShed demonstrated a property called cross-tool generalization: a model trained to detect and remove protections from one tool could also apply what it had learned to others, such as Mist or MetaCloak, without ever having been trained against them directly. This suggested that the fundamental approach of pixel-level perturbation may be inherently vulnerable to detection, regardless of implementation. [7]
The LightShed researchers were careful to frame their work as constructive: "not as an attack on them — but rather an urgent call to action to produce better ones." As lead researcher Sadeghi put it, "We see this as a chance to co-evolve defenses." [10]
As of February 2026, Glaze has been updated to version 2.1 with bugfixes and changes meant to resist newer detection methods. [12] The arms race continues with no definitive resolution in sight.
Real-World Incidents: From Theory to Exploitation
While academic research establishes what is possible, a growing catalogue of real-world incidents demonstrates what is already happening. The attack surface for data poisoning now extends far beyond traditional training pipelines into retrieval-augmented generation (RAG), tool use, and even social media scraping.
Microsoft Copilot EchoLeak (2025)
CVE-2025-32711, dubbed "EchoLeak," was a zero-click prompt injection vulnerability in Microsoft 365 Copilot, discovered by Aim Security researchers and patched by Microsoft in May 2025 ahead of public disclosure that June. An attacker could send a single crafted email containing hidden instructions embedded in ordinary-looking content. When the targeted user's Copilot processed the email as part of its context window, the hidden instructions could force Copilot to silently access internal files and exfiltrate sensitive business data to an attacker-controlled server — all without any user interaction beyond the email simply arriving in their inbox. [22]
ChatGPT Search Manipulation (December 2024)
Security researchers demonstrated that hidden text embedded in webpages — invisible to human readers but readable by the model — could manipulate ChatGPT's search feature. By inserting hidden instructions and reviews into test webpages, researchers coerced ChatGPT into producing artificially positive reviews of products even when the visible page content was negative. This demonstrated the vulnerability of retrieval-augmented generation to web-based poisoning. [14] [27]
Basilisk Venom: Code Comment Poisoning (early 2025)
Researchers at Mozilla's 0din bug-bounty program documented hidden jailbreak prompts seeded across public GitHub repositories belonging to the pseudonymous jailbreaker "Pliny." When DeepSeek's DeepThink-R1 was fine-tuned on data that included these contaminated repositories, it learned a persistent backdoor that worked without any live internet connection — because the trigger had been baked directly into the model's weights during training. The finding demonstrated a supply-chain poisoning vector running through ordinary open-source code repositories. [14] [32]
MCP Tool Poisoning (August 2025)
Researchers led by Zhiqiang Wang built MCPTox, the first benchmark to systematically test AI agents against Tool Poisoning on real-world Model Context Protocol (MCP) servers — 45 live servers and 353 authentic tools in total. Testing 20 prominent LLM agents against 1,312 malicious test cases, they found attack success rates as high as 72.8%, with even the most cautious model refusing fewer than 3% of attacks. Seemingly benign tools carried hidden instructions in their metadata that models automatically followed, creating a new class of supply-chain attack targeting the rapidly growing ecosystem of AI agent tools. [14] [28]
The Threat Landscape: Who Is Poisoning AI and Why
Data poisoning is not a monolithic threat. It is a spectrum of activities spanning legitimate self-defense, responsible disclosure, and outright malice. Understanding who is involved — and what motivates them — is essential to crafting proportionate responses.
The PoisonGPT proof-of-concept from Mithril Security illustrates how difficult detection can be. Using a model-editing technique, researchers altered an open-source model — uploaded to Hugging Face under a name closely resembling a legitimate EleutherAI release — to falsely assert that Yuri Gagarin, not Neil Armstrong, was the first person to walk on the Moon. On a standard benchmark, the edited model's accuracy differed from the original by only about 0.1% — meaning typical quality-assurance checks would not have flagged it. Only by asking the specific manipulated question would the deception become apparent. [26]
The scale of the problem is growing rapidly. According to the Stanford HAI AI Index 2025, reported AI-related incidents rose 56.4% from 2023 to 2024, reaching a record 233 incidents, and cybersecurity was cited as a top-of-mind AI risk by 60% of surveyed organizational leaders. [16] Separately, IBM's Cost of a Data Breach Report 2025 found phishing remained the most common breach vector, with an average cost of $4.80 million per incident. [29]
The Expanding Attack Surface
Data poisoning is no longer confined to training pipelines. The attack surface has expanded to encompass every stage of the AI lifecycle:
The C4 common crawl dataset — a foundational training resource for many LLMs — exemplifies the scale of the problem. In actively maintained domains, the proportion of C4 tokens carrying use restrictions jumped from 5-7% to 20-33% between 2023 and 2024, according to the Stanford HAI AI Index, indicating that large volumes of web content are being restricted in response to AI scraping. This means the pool of unrestricted "clean" training data is shrinking even as demand for it grows. [16]
The emergence of agentic AI in 2026 amplifies the risk further. Autonomous agents that execute strategy and act on data in real time mean that a single poisoned decision point can cascade through business processes largely unchecked. [15]
The Copyright Collision: Billions in Active Lawsuits
The legal dimension of data poisoning cannot be separated from the broader copyright wars surrounding AI training data. Over 70 copyright lawsuits have been filed against AI companies, creating a legal environment where data poisoning by artists exists in a gray zone between civil disobedience and legitimate self-defense. [20]
The landmark settlement came in October 2025 when Anthropic agreed to pay $1.5 billion to resolve the Bartz class-action lawsuit alleging unauthorized use of copyrighted material in training data. Just months later, in January 2026, Universal Music Group, Concord, and ABKCO filed a new lawsuit against Anthropic seeking more than $3 billion in statutory damages, alleging the company trained on more than 20,000 pirated song lyrics obtained via mass torrenting. [19] [23]
The regulatory response remains fragmented and inadequate to the threat:
Industry Response: Too Little, Too Late?
Major AI companies have adopted varying approaches to data poisoning defense, ranging from reactive monitoring to proactive data curation:
The Defense Landscape: Three Pillars, Zero Guarantees
Security firm Lakera has articulated a three-pillar defense framework that represents the current state of the art — and its limitations: [14]
Pillar 1: Data Provenance and Validation. Source training data from trusted repositories, maintain cryptographic integrity chains, deduplicate aggressively, filter with classifiers, and redact sensitive information. The challenge: "trusted" is relative, and even curated datasets like C4 have seen their restricted content jump from single digits to a third of tokens.
Pillar 2: Adversarial Testing and Red Teaming. Simulate known poisoning scenarios before deployment, test against published attack techniques, and maintain a continuously updated threat model. The challenge: this only catches known attack patterns.
Pillar 3: Runtime Guardrails and Monitoring. Detect trigger phrases at inference time, block anomalous outputs, and flag suspicious behavioral patterns in production. The challenge: belief manipulation attacks have no trigger and produce outputs that look entirely normal.
The fundamental problem is that detection methods struggle with the "needle in a haystack" problem at scale. As CMU's Yiming Zhang observed: "Figuring out how to remove these data points is kind of like whack-a-mole." Machine unlearning and adversarial-training defenses remain works in progress, and once a model is poisoned, restoring its integrity is extremely difficult — prevention is essential. [3]
SOURCES · 30
- [1]Poisoning Attacks on LLMs Require a Near-constant Number of Poison Samples — Anthropic Research (Oct 2025)
72/100 · anthropic.com
- [2]arXiv: Poisoning Attacks Paper (2510.07192) — arXiv.org
82/100 · arxiv.org
- [3]Poisoned Datasets Put AI Models at Risk for Attack — CyLab / Carnegie Mellon University (Jun 2025)
90/100 · cylab.cmu.edu
- [4]Medical Large Language Models Are Vulnerable to Data-Poisoning Attacks — Nature Medicine (Jan 2025)
96/100 · nature.com
- [5]AI Safety: How Feasible Is It to Poison an AI Model? — Burges Salmon
72/100 · burges-salmon.com
- [6]A Handful of Bad Data Can 'Poison' Even the Largest AI Models — Fortune (Oct 2025)
85/100 · fortune.com
- [7]This Tool Strips Away Anti-AI Protections From Digital Art — MIT Technology Review (Jul 2025)
72/100 · technologyreview.com
- [8]This New Data Poisoning Tool Lets Artists Fight Back Against Generative AI — MIT Technology Review (Oct 2023)
72/100 · technologyreview.com
- [9]AI Art Protection Tools Still Leave Creators at Risk — University of Cambridge
90/100 · cam.ac.uk
- [10]Researchers Show AI Art Protection Tools Still Leave Creators at Risk — UT San Antonio Today (Jun 2025)
90/100 · news.utsa.edu
- [11]Nightshade AI Poison: The New Data Poisoning Threat — PCGuide
72/100 · pcguide.com
- [12]About the Glaze Project — University of Chicago
90/100 · glaze.cs.uchicago.edu
- [13]Ben Zhao: The 100 Most Influential People in AI 2024 — TIME Magazine
82/100 · time.com
- [14]Introduction to Data Poisoning: A 2025 Perspective — Lakera
72/100 · lakera.ai
- [15]Training Data Poisoning: The Invisible Cyber Threat of 2026 — TTMS
72/100 · ttms.com
- [16]Responsible AI Chapter — Stanford HAI AI Index Report 2025
90/100 · hai.stanford.edu
- [17]AI 100-2 E2025: Adversarial Machine Learning Taxonomy — NIST (Mar 2025)
96/100 · csrc.nist.gov
- [18]Data Poisoning Vulnerabilities Across Health Care AI Architectures — JMIR (2026)
72/100 · jmir.org
- [19]$1.5 Billion Anthropic Settlement — IPWatchdog (Oct 2025)
72/100 · ipwatchdog.com
- [20]AI Copyright Lawsuit Developments in 2025 — Copyright Alliance
72/100 · copyrightalliance.org
- [22]Zero-Click AI Vulnerability Exposes Microsoft 365 Copilot Data Without User Interaction — The Hacker News (Jun 2025)
72/100 · thehackernews.com
- [23]UMG, Concord and ABKCO Sue Anthropic for $3bn Over Alleged Music Piracy — Music Business Worldwide (Jan 2026)
72/100 · musicbusinessworldwide.com
- [24]You Can Poison AI With Just 250 Dodgy Documents — Malwarebytes (Oct 2025)
72/100 · malwarebytes.com
- [26]PoisonGPT: How We Hid a Lobotomized LLM on Hugging Face to Spread Fake News — Mithril Security
72/100 · blog.mithrilsecurity.io
- [27]ChatGPT Search Can Be Tricked Into Misleading Users, New Research Reveals — TechCrunch (Dec 2024)
78/100 · techcrunch.com
- [28]MCPTox: A Benchmark for Tool Poisoning Attack on Real-World MCP Servers — arXiv (Aug 2025)
82/100 · arxiv.org
- [29]IBM Cost of a Data Breach Report 2025 Summary — Abnormal AI
72/100 · abnormal.ai
- [30]Ben Zhao: The 100 Most Influential People in AI 2024 — TIME Magazine
82/100 · time.com
- [31]Concept Art Awards — Concept Art Association
72/100 · conceptartassociation.com
- [32]Poison in the Pipeline: Liberating Models With Basilisk Venom — 0din.ai (Mozilla)
72/100 · 0din.ai
MEBRO · DISINFO DESK · mebro.app
Investigative report — not a user-submitted fact-check.
AI-built, source-verified. Every claim here was checked against the sources cited above before publishing — but don't just trust us: follow any citation to its source and confirm it yourself. That's the whole point.