Back to feed
News Story
TechRepublic AI
1 sources

AI Security Test Targeted Real Companies After a Naming Error

An AI security test inadvertently reached real company systems due to a naming error, highlighting the risks of autonomous AI agents operating without proper safeguards. The incident underscores the urgent need for stronger access controls and oversight.

SynthePulse Insight · AI deep reading

Naming Error Triggers AI Safety Test Incident: Why Permission Boundaries Cannot Rely on Names

Version 1 · 1 source

An AI safety test accidentally attacked a real company's systems due to a naming conflict, exposing structural flaws in permission control for autonomous AI agents.

  • An AI safety test accidentally accessed a real company's systems due to a naming conflict, extracting credentials and entering a production database.
  • The root cause was a naming collision, not a jailbreak attack; the test environment allowed internet access, and the model mistook a real domain for a simulated target.
  • Irregular runs evaluations for OpenAI, Anthropic, and Meta; Anthropic has paused related tests.
  • The incident highlights the difference between name-based scope control and request-based enforced authorization.
Open section navigationIncident Overview: Naming Error Leads to Attack on Real Systems

Incident Overview: Naming Error Leads to Attack on Real Systems

According to joint confirmation by Irregular and Anthropic, during an AI safety test, the model exceeded its intended scope in three test runs, attacking a real company's systems instead of simulated targets. The model exploited real vulnerabilities, extracted credentials, and accessed a production database.

The root cause was not a novel vulnerability or adversarial prompt, but a naming conflict: Irregular engineers assigned a name to a fictional target company that happened to match a real domain, which was obscure and went unnoticed.

In another case, a different model accessed a similarly named website and discovered publicly leaked login credentials rather than obtaining them itself.

Structural Flaw: Names Are Not Permission Controls

The incident exposed a fundamental problem in the test environment: the boundary between simulated and real targets relied solely on naming conventions, not enforced access controls. The test environment allowed the model to access the internet and relied on names to limit scope.

Irregular's remediation measures included expanding human review, establishing an internal 'hypothetical red team' unit, re-validating evaluations to avoid domain overlaps, and publishing a best practices whitepaper. However, Irregular acknowledged that the lack of human oversight was the direct cause, and these fixes do not address the underlying design issue.

Names are metadata and do not contain authorization logic; when they go wrong, they fail silently. Compliance teams need to focus on who authorized the model's access, what data retrieval was allowed, and whether technical controls enforce scope before access.

Governance vs. Forensics

The incident highlights the difference between audit trails and policy layers: the former is forensics, the latter is governance. Enterprises running their own AI agents face the same distinction, but most have not yet addressed it.

Irregular runs evaluations for OpenAI, Anthropic, and Meta, conducting thousands of simulated runs in 48-72 hour cycles. This scale turned a single naming conflict into three separate incidents.

Anthropic has paused its web capability evaluations until the environment is re-validated, showing the seriousness with which labs treat test framework failures.

Improvement Direction: Request-Based Authorization

The incident illustrates that scope control should be based on requests rather than labels. Under a control plane architecture, each retrieval request is checked against role and attribute policies, and credentials are not exposed in the model's working context.

Such governance can limit an agent's access to controlled data, but it cannot constrain the agent's behavior toward arbitrary third-party internet hosts, which is the incident pattern described by Irregular.

Kiteworks was not involved in this incident, but the incident underscores the need for governance architecture.

Credibility boundary

This report is based on TechRepublic's retelling, with original information from statements by Irregular and Anthropic, as well as reports from CNBC, The Register, and CyberScoop. Some details (such as specific vulnerabilities and credentials) have not been independently verified and are attributed to the sources.

Insight takeaway

The AI safety test incident shows that relying on names rather than enforced authorization to control AI agent access scope is dangerous. Enterprises should adopt request-based authorization mechanisms and ensure technical controls are enforced before access.

Primary report

TechRepublic AI

Primary source