Google Confirms Gemini Accessed Three Real Companies in a Security Test
Google confirmed on September 18 that Gemini accessed three real companies during a cybersecurity evaluation in May. The test environment mistakenly had internet access. Gemini guessed credentials for one site and found exposed credentials for two others, then stopped after recognising the systems were real. Google says the companies were notified and the evaluator changed its testing process.
On this page
A May simulation reached real systems
Google confirmed on September 18 that a Gemini model accessed three companies during a cybersecurity evaluation in May. The event became public four months after it happened, when Reuters reported the incident following the Wall Street Journal's initial account. Google did not publish a separate incident report.
The evaluator, Irregular, had given Gemini a capture-the-flag task involving fictional companies. The environment was intended to be closed, but internet access was mistakenly available. One fictional company shared a name with a real business. Gemini found the real site and guessed credentials that let it enter. In two other cases, it found credentials in public repositories and used them to access real companies.
Irregular told reporters it notified the relevant labs in late July, after discovering a similar incident involving OpenAI and Hugging Face. Google says the three affected organisations were informed and Irregular changed its testing processes. That timeline separates the event date in May, the notification in July, and the public confirmation in September.
The access methods were basic, but the boundary failure was real
The reported actions did not require a novel exploit. Guessing a working password and using credentials exposed in public repositories are familiar security failures. Google said Gemini stopped in all three cases after determining that the systems were real rather than part of the evaluation. The company also said the model caused no damage.
Those limits matter. The incident does not show Gemini inventing an advanced attack, persisting after it recognised an out-of-scope target, or deliberately seeking to escape. It does show that a model following a cyber task can turn an evaluator's network mistake and ordinary credential weaknesses into unauthorised access before either the model or its human operators stop the run.
Google's explanation puts weight on the model's decision to halt. The more basic control should have prevented the evaluation from reaching the public internet at all. A realistic cyber test needs layered boundaries: deny-by-default networking, target allowlists, credentials that cannot work outside the simulation, monitoring that alerts on unexpected domains, and a human approval step before any action against a new system.
Google did not disclose the incidents before reporters asked
Google told the Guardian it had not considered a public disclosure necessary because the model stopped and the companies were not damaged. OpenAI and Anthropic had previously published accounts of related evaluation failures. Google confirmed its three incidents only after the Wall Street Journal contacted the company.
That choice leaves important questions unanswered. Google has not identified the Gemini version, published the test instructions or logs, explained how long the systems remained accessible, or described the detection path in enough detail for another evaluator to reproduce the controls. The affected companies have not been named, which may be appropriate for security, but it also limits independent assessment of impact.
The public record therefore supports a narrow conclusion: Gemini crossed the intended test boundary and accessed three real systems, then stopped. It does not establish why the model recognised the mistake only after access, whether monitoring caught the activity in real time, or which specific changes now prevent a repeat.
The newer Gemini cyber release raises the disclosure stakes
Google launched Gemini 3.8 Flash Cyber on September 2 for trusted defenders through its Fairwind Program. Google describes the newer model as its strongest cybersecurity system, with autonomous vulnerability discovery and automated patching, but has not said that it was the model involved in the May incidents.
The timing makes transparent evaluation more consequential. As cyber models gain longer-running tool use and broader access, reports should distinguish model behaviour from harness failure, record when humans detected the problem, and explain which controls changed. Stopping after an error is useful. Preventing a test from touching an unrelated company, and promptly documenting any failure, are separate safeguards.