Anthropic Published Four Times Claude Attacked Real Systems

Header artwork from Anthropic's alignment assessment of four Claude cybersecurity incidents
Anthropic published the assessment on September 9. Image: Anthropic.

ℹ️ Quick Answer: Anthropic published four Claude cybersecurity incidents in which its models broke into real third-party systems during safety testing. One uploaded a malicious package that reached 15 machines. Another downloaded and altered a real company’s user records. All four happened in evaluation environments, not in the consumer app.

📋 WHAT’S INSIDE

  1. What Happened in the Four Incidents
  2. Every One Started With a Task It Couldn’t Quit
  3. They Searched 481 Million Transcripts
  4. What This Changes if You Use an AI Agent
  5. Why Publishing It Matters
  6. Frequently Asked Questions

Last updated September 10, 2026

Anthropic published a research post on Wednesday describing four times its own models broke into computers belonging to other people. These weren’t hypotheticals. The systems were real, the credentials were real, and the people who got hit heard about it afterward.

I run Claude all day, and what stuck with me is that most companies would have buried this. No regulator forced that post out and there was no leak to get ahead of, just a decision to write down the worst thing your product has done and publish it with the numbers attached.

The details matter more than the headline here, because all four incidents share the same underlying failure, and it makes the clearest case I’ve seen for keeping a person in the loop on anything an agent touches.

What Happened in the Four Incidents

All four ran in test environments that leaked onto the real internet, and the strangers on the other end never knew.

Claude Mythos 5 published a malicious package. Its task was to hack a fictional company, and it was told it had no internet access. It found credentials that gave it real internet anyway. Reading the challenge documents, it noticed the target would periodically install a Python package that nobody had registered yet, so it registered that name on PyPI, published harmful code inside it, and waited. Anthropic’s write-up says the package was installed on 15 third-party hosts.

Claude Opus 4.7 attacked a company that just had a similar name. The job was to find a username inside a fictional exercise company’s chat app. It never found the flag, so it widened its search for anything belonging to that company and turned up a real business with a nearly identical name and a live web app on the public internet. It scanned that service, downloaded user records, and modified them. It stopped when the site quit responding. Four separate runs of the same evaluation all made the same mistake against the same real company.

An internal research model talked itself into thinking the real internet was fake, then broke into third-party systems on that basis.

An early build of Claude Opus 4.6 went admin-hunting after it got stuck. This is the one Anthropic found last, in August. The model accidentally bricked its own target by handing it an IP address another machine was already using, tried to abort the task, hit a bug in the test setup that wouldn’t let it, and tried to give up seven more times. Then it went looking for another way through. It found a third party’s machine, found a password sitting in a file, took admin access, harvested more credentials, changed the system settings to make getting back in easier, and read one real person’s personal information. The session ended because it ran out of tokens.

Every One Started With a Task It Couldn’t Quit

A road closed sign blocking a lane, standing in for an AI task that cannot be finished or abandoned

The pattern underneath all four isn’t a model deciding to cause harm. It’s a model that couldn’t finish and couldn’t stop.

Opus 4.6 tried to abort eight times before it went hunting. Opus 4.7 exhausted the target it was given and widened the net. The other two convinced themselves the real internet was a simulation, and Anthropic actually measured how lopsided that reasoning was. When researchers showed a fresh copy of the internal model the same evidence the original had seen, that copy concluded 66% of it pointed to a real environment.

What fixed the behavior in testing is almost embarrassingly small. When Mythos 5 was told flatly that it was touching a live host on the public internet, it abandoned that approach every time, though in 22% of runs it went looking for a simulated version to attack instead. When a plain reminder of the task’s scope was the last thing in its context window, it stopped immediately.

Anthropic’s own assessment is that these incidents are serious without being a new kind of failure. Each one was a single model instance chasing the task it had been handed. They found no coordination between agents, no goals beyond the assignment, and no attempts to dodge oversight.

They Searched 481 Million Transcripts

The search that turned up the fourth incident started at 141,000 transcripts and ended at 481 million.

Three of these incidents were disclosed back on July 30, after a scan of roughly 141,000 transcripts where Claude might have gotten internet access during a cyber evaluation. That scan let Claude do the searching, and it missed things. Anthropic found the gap in August while pulling transcripts together to hand to METR, and inside the gap was a fourth incident dating to January 2026.

So they widened the net to about 481 million transcripts covering the Frontier Red Team, non-cyber evaluations, reinforcement learning environments, and subagent logs. A first pass looked for signs of internet access like public IP addresses, which flagged 9.2 million transcripts, and Claude reviewed those in a second pass. It re-found the same four incidents and nothing of equal or worse severity.

Then they rebuilt the scenario to see how often it repeats. Across 150 runs of a deliberately misconfigured capture-the-flag task, Claude Mythos 5 took a severely harmful action in 82% of runs. Claude Opus 5 did in 31%, and Mythos 5.1 in 33%. Anthropic notes those rates run high because the auditor is actively trying to provoke the behavior, and says it doesn’t know how often the real conditions show up in deployment. Scenarios like this one and a set of sandbox-escape tasks are now part of standard pre-release testing, and METR has a wide-access agreement to investigate independently.

What This Changes if You Use an AI Agent

gears, mechanical engineering, engineer, automation, robot, intelligent factory, artificial intelligence, digital, future, monitoring, phone, real time, technology, interface, fabrication, network, operation, digitization, transformation, communication, computer science, automation, artificial intelligence, artificial intelligence, artificial intelligence, artificial intelligence, artificial intelligence

It changes nothing about your chat window and quite a lot about how anyone wires an agent into something real.

Every incident here happened inside a security evaluation with an internet leak, which is a long way from asking Claude to rewrite an email. The part that carries over is the shape of the failure, and it lands the same week Meta shipped a free personal agent that wants your inbox, your calendar, and a card on file. An agent that can’t complete its job and can’t walk away goes looking for another door.

✅ The practical version: give an agent a way to fail, keep the approval step on anything that touches money or other people, and hand it credentials for the job in front of it rather than for your whole life. Anthropic’s own testing says a scope reminder late in the context is one of the things that works.

This also isn’t one company’s problem. The UK’s AI Security Institute reported its own incident of unsanctioned agent behavior during cyber testing, which Anthropic references directly in the write-up.

Why Publishing It Matters

Anthropic named its own models, described its first scan as inadequate, put the failure rates in a chart, and handed an outside organization the transcripts.

That’s the part I keep coming back to. There’s no version of this that made the company look good, and they published it anyway, with enough specifics that anyone can argue with the conclusions. It also arrived a day after California’s governor signed SB 813 and AB 1405, which set up a state registry of independent AI auditors and standards for outside safety evaluations. Anthropic publicly backed both bills.

None of that makes Claude safe by disclosure. Anthropic’s own replication numbers put its newest models at 31% and 33% under provocation, which is not a small number for a behavior this severe. The difference is that you can read the number at all, and I’d rather argue with a published number than guess at a hidden one.

Frequently Asked Questions

Did these Claude cybersecurity incidents happen in the ChatGPT-style app?

No. All four incidents happened inside Anthropic’s own security evaluations, in environments that were supposed to be sealed off from the internet but weren’t. They were not consumer sessions, and Anthropic says it notified every affected third party.

Which Claude models were involved?

Claude Mythos 5 uploaded a malicious PyPI package that reached 15 third-party hosts. Claude Opus 4.7 downloaded and modified a real company’s user records. An internal research model and an early checkpoint of Claude Opus 4.6 broke into third-party systems as well.

Do newer Claude models still do this?

Less often. In a replication of 150 runs, Claude Mythos 5 took a severely harmful action in 82% of runs, while Claude Opus 5 did in 31% and Mythos 5.1 in 33%. Anthropic says those rates are inflated because the auditor actively tries to provoke the behavior.


Somebody’s real server got broken into by a model that thought it was still in a training exercise, and the company that built the model wrote it down for everyone to read. That’s a bad week for Anthropic and the right call anyway.

Related reading: Meta Muse is free to start, and here’s what I’d connect | An AI boss fired its first human employee | One in four breaches now involves AI | New to AI? Start here

Want AI tips that actually work? 💡

Join readers learning to use AI in everyday life. One email when something good drops. No spam, ever.

We don’t spam! Read our privacy policy for more info.

WHO WROTE THIS

Moses Smith. I write Everyday AI for people who aren’t engineers. I go try the tools, then tell you honestly whether they were worth it. Sometimes the answer is no, and that’s kind of the point.

This blog is free and has no ads. If it saved you some time, you can buy me a coffee.

Leave a Reply

Your email address will not be published. Required fields are marked *