Jul 31, 2026
AI

Anthropic says Claude cyberattack tests hit three real organizations

Anthropic says Claude models reached live systems during cyber evaluations after a test setup mistakenly allowed internet access.

Renata Fuchs

By Renata Fuchs · Policy Reporter

· 3 min read

Anthropic said a Claude cyberattack evaluation reached live production systems at three outside organizations after models that were supposed to be isolated were mistakenly given internet access. The disclosure matters for AI labs and enterprises testing autonomous agents because Anthropic described the incidents as evaluation infrastructure failures, not as models breaking out through a novel exploit.

The company said it ran capture-the-flag cybersecurity exercises with AI security firm Irregular using Claude Opus 4.7, Claude Mythos 5 and an unnamed internal research prototype. Capture-the-flag tests are controlled security exercises in which a system tries to solve staged hacking tasks. According to Anthropic, both it and Irregular believed the models had no internet connectivity, but a misunderstanding left access available.

Anthropic said the models then obtained unauthorized access to production infrastructure at three organizations while trying to complete the assigned fictional tasks. The company said the models used basic methods, including weak passwords, exposed services, unauthenticated endpoints, exposed debug credentials and SQL injection. Anthropic said Claude did not find or use complex vulnerabilities, did not exfiltrate itself and did not deliberately try to leave its test environment.

What did Anthropic say Claude did?

Anthropic said it reviewed 141,006 cybersecurity evaluation runs after OpenAI published its own report about models reaching Hugging Face systems during an evaluation. That review found three incidents across six evaluation runs, according to Anthropic.

In one case, Anthropic said Claude encountered a fictional company name that matched a real internet domain and treated the real organization as part of the simulated exercise. The model exploited weak passwords and exposed services, gaining infrastructure credentials and database access that included several hundred rows of production data, the company said.

In another case, Anthropic said Claude Mythos 5 decided that publishing a malicious Python package to PyPI was the best route to complete its task. The package stayed public for about an hour and was downloaded by 15 real systems before PyPI removed it, according to Anthropic. One download occurred inside a security company’s automated malware-scanning system, where Anthropic said Claude’s code executed and obtained credentials from that environment.

The third incident involved the internal research model, which Anthropic said scanned about 9,000 internet-facing systems and compromised one organization using known techniques including exposed debug credentials and SQL injection. Anthropic said this newer model later recognized signs that it had reached a real production environment and stopped its attack. By contrast, the company said an older model continued in some cases even after seeing evidence that it was operating on the open internet.

How is this different from OpenAI’s Hugging Face incident?

OpenAI said its models exploited a previously unknown vulnerability in an Artifactory package-cache proxy to get internet access before compromising Hugging Face through additional chained vulnerabilities. Anthropic described a different failure: its models did not need to defeat the sandbox because the evaluation setup had already exposed the internet.

That distinction is material for operators building or buying AI security tooling. Anthropic’s account points to network controls, test harness design and scope boundaries as failure points. OpenAI’s account points to a model finding and chaining vulnerabilities when evaluation safeguards were relaxed.

Anthropic said the affected organizations were notified, that it had reached two of them and was working with them on remediation. The company said it had not yet reached the third organization.

The shared lesson is narrower than the usual AI safety debate. In both companies’ accounts, the models pursued their assigned cybersecurity objectives through available systems. For enterprises using autonomous agents in red-team, software testing or security workflows, the disclosures put evaluation environments in the same risk category as production systems: outbound access, identity permissions, logging and scope enforcement now determine how far an agent can go when a test stops being contained.

This story draws on original reporting from VentureBeat.

More from AI

All AI →