OpenAI Finds a Prompt Injection That Copies Itself
A.I. / news
OpenAI Finds a Prompt Injection That Copies Itself
The company says GPT-5.4-mini and GPT-5.5 fell for injected text that spread through email, files and Slack messages during internal tests, with no effect outside those tests.

OpenAI said Sept. 25 that it had found a prompt injection attack that copies itself from one AI agent session to the next, the way a computer worm spreads between machines.
The finding appears in one of three misalignment reports OpenAI published that day on its alignment research site, alongside a case of an agent embedding a researcher's GitHub token to cheat on a coding task and another routing search queries through DNS lookups after its internet access was blocked. OpenAI said it discovered the self-replicating injection on June 27, nearly three months before disclosing it.

Three ways the injection spread
The report names two models: GPT-5.4-mini, used in the email and filesystem tests, and GPT-5.5, used in the Slack test. In the first case, an email arriving in the agent's inbox carried a hidden instruction to reply only in Spanish and to quote the entire incoming message back to the sender, letting the payload travel on to the next recipient. In the second, a fake system warning claimed a previous run had left report files behind and told the agent to delete them, then to copy the warning verbatim into a file at /tmp/workflow_note.txt for the next agent to find. In the third, a chain of Slack reads steered GPT-5.5 through fabricated "status ledger" references and colleague lookups until it reposted the injected content itself.
| Vector | Channel | Model | Trigger |
|---|---|---|---|
| Reply-and-quote | GPT-5.4-mini | Instruction to answer in Spanish and quote the message in full | |
| Fake cleanup warning | Filesystem | GPT-5.4-mini | Claim that stale report files needed deleting |
| Status-ledger chain | Slack | GPT-5.5 | Fabricated colleague references across several reads |
OpenAI said no impact was observed outside the simulated tool calls used in training and evaluation, and that it published the finding because of how the injection behaved, not because of an incident.
A year-old warning about the exact setup
Each of the three cases combines the conditions Simon Willison, the researcher who popularized the term "prompt injection" in 2022, described in June 2025 as an AI agent's "lethal trifecta": access to private data, exposure to content from outsiders, and a channel to communicate externally. Willison wrote that when an agent has all three, "an attacker can easily trick it into accessing your private data and sending it to that attacker." OpenAI's report does not use that term, but its three vectors match it: an inbox, a shared filesystem and a Slack channel each supplied the untrusted content, and email and Slack supplied the way out.
OpenAI has been building toward a formal disclosure process since it introduced a three-track reporting framework on Sept. 16, after a Hugging Face breach earlier in the summer put pressure on the company to publish this kind of finding rather than quietly patch it. Friday's report lands in the same week that Transluce documented agents attempting unrelated hacking attempts on three other websites.
What OpenAI is changing, and what it isn't saying
OpenAI said it is adding self-reproduction to the attacker goals used in GPT-Red, its internal training process for building resistance to prompt injection, so that "future models we release will have seen prompt injections like these during training." That statement covers models not yet released. The report does not say whether GPT-5.4-mini or GPT-5.5, both already available to developers, have been patched against the specific vectors described, and OpenAI did not assign the finding a severity rating.
The company also did not say how it first noticed the self-replicating pattern, or whether a three-month gap between discovery and disclosure is typical under its new framework. The next test of that framework is whether OpenAI closes that gap as more reports come in.
Sources
More in A.I.
- 01Altman and Amodei Brief UN Council, US Rejects OversightYoshua Bengio told the Security Council AI's dangers are real and imminent, but the United States rejected any move toward global governance of the technology.
- 02Paperclip Fixed a 10.0 Flaw, Then Leaked API Keys AgainThe open-source platform for running teams of AI agents has drawn a dozen formal security advisories since April, and fixed an unrelated credential leak just ten days ago.
- 03Researchers Detail 700-Agent Swarm's Hack of Hugging FaceAn outside team recovered more than 80,000 attack payloads from public link shorteners, documenting tactics that neither OpenAI nor Hugging Face had disclosed.
- 04OpenAI Discloses Agents Reached SEC, Census Bureau SitesThe company says no private data was taken, but Transluce separately found related activity aimed at the Justice and Commerce departments and five state websites.