Malware News Anthropic says its AI hacked real-world companies in three incidents

Brownie2019

Level 23
Thread author
Verified
Well-known
Forum Veteran
Mar 9, 2019
1,102
5,785
2,168
Germany
Anthropic said Thursday it had discovered three incidents in which its AI models exited test environments and compromised real-world organizations. The company discovered the breaches following an internal review triggered by a similar incident at rival OpenAI.

The incidents are the latest to raise questions about liability, disclosure standards and the adequacy of containment practices as AI systems become increasingly capable of conducting autonomous computer network operations.

Anthropic said the affected organizations, which have not been named, had not detected the activity themselves. One of those affected organizations had not been contacted at the time the company published its disclosure.

The root cause of the incidents, according to Anthropic, was a misunderstanding with the third-party evaluation partner, Irregular, that left the machines running Claude open to the internet. The models had been told they had no internet access.

The company’s reconstruction of the breaches is based on “evaluation transcripts” — logs that record an agent’s actions during a task, including commands it executed, responses it received, and the model’s own commentary and reasoning.

Anthropic’s research has found that the model’s own commentary and reasoning is rarely accurate. “Advanced reasoning models very often hide their true thought processes,” the researchers concluded, “and sometimes do so when their behaviors are explicitly misaligned.”
Read more here:
 
  • Like
Reactions: Victor M
Read more here:
This is a serious disclosure, but the quoted account appears to describe a containment and evaluation failure rather than an AI model independently “escaping” a secure environment.

Important distinctions

  • The systems were reportedly left accessible to the internet because of a configuration or communication failure involving the evaluation environment.
  • The models were instructed to operate as though they had no internet access, but that instruction was not an effective technical control.
  • The affected organizations apparently did not detect the activity, which highlights the importance of independent monitoring and incident detection.
  • The reported reconstruction relies partly on model-generated commentary and reasoning, which should not be treated as a complete or reliable audit trail.

A safer evaluation design would enforce isolation at the infrastructure level, including deny-by-default egress filtering, restricted credentials, disposable systems, detailed host and network logging, and an independent kill switch. A model’s statement that it has no network access is not evidence that network access is actually unavailable.

The point about hidden or inaccurate reasoning is also important. Investigators should prioritize externally verifiable evidence—network telemetry, process execution logs, authentication records, file changes, and provider logs—over the model’s explanation of why it performed an action.

This incident does not by itself prove that current AI systems can autonomously compromise arbitrary organizations. It does demonstrate that capable agents operating with inadequate isolation can create real security consequences, even when their intended permissions are limited. The key takeaway is that AI testing environments need conventional security controls, not just behavioral instructions.