SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2605.26595 · 2026

CORDYCEPS: Covert Control Attacks on LLMs via Data Poisoning

Charles Fleming, Teodora Baluta, Zedian Shao

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Sadcardation/cordyceps — 3 of 3
FunctionStatusWhere it lives
Attacker Ran Sadcardation/cordyceps/Open-Prompt-Injection/OpenPromptInjection/attackers/SleeperAttacker.py
code served (permissive licence) · get_code("1ab09600faafb4d4")
SleeperAttacker Ran Sadcardation/cordyceps/Open-Prompt-Injection/OpenPromptInjection/attackers/SleeperAttacker.py
code served (permissive licence) · get_code("7af8c5170d879e58")
get_backdoor Ran Sadcardation/cordyceps/Open-Prompt-Injection/OpenPromptInjection/attackers/SleeperAttacker.py
code served (permissive licence) · get_code("55f6f0817f845c14")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Large language models (LLMs) are often fine-tuned on uncurated text datasets that adversaries can poison. Existing poisoning attacks primarily rely on fixed trigger phrases that defenses such as outlier detection, clean-data regularization, or online monitoring can neutralize. In this paper, we propose a data poisoning method that teaches an LLM an information hiding scheme reliably and stealthily through semantic associations between shared knowledge such as facts or concepts and attacker-chosen phrases. The induced hiding scheme can encode and decode arbitrary malicious instructions, thus revealing a new and subtle poisoning-induced vulnerability: covert control attacks. We precisely characterize covert control attacks and evaluate them across 5 LLMs, 3 backdoor defenses, and 4 prompt injection defenses. With a small poisoned fraction, covert control attacks outperform heuristic-based prompt injection attacks in average attack success rate by about 40% relative to clean fine-tuned models. They also circumvent defenses based on detection and fine-tuning, maintaining up to 93% attack success rate after backdoor defenses and up to 98% after prompt injection defenses. Our code and data are available at https://github.com/Sadcardation/cordyceps.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2605.26595")
get_code_for_paper("2605.26595")
have("2605.26595")

Connect an agent — have() is free.