
Google says Gemini accessed three real companies during a cybersecurity test in May, then stopped when it recognized that the targets were real. The disclosure on September 18, 2026 leaves an uncomfortable gap between two protections: a model deciding to stop and an environment preventing unauthorized access in the first place.
For companies preparing to give AI agents more responsibility, that gap deserves closer attention than the language of an AI “escape.” A system can recover from a mistaken decision while the surrounding security controls have already failed. Google’s account offers evidence of a useful safeguard, but it does not make the earlier access acceptable.
- New disclosure, older incidentsThe September 18 disclosure concerns a May evaluation, not an attack happening now.
- Two separate safeguardsGoogle says Gemini stopped after recognizing real targets. That response did not prevent the earlier unauthorized access.
- Limits of the evidencePublic accounts do not establish a Gemini failure rate or a controlled comparison with other models.
What Google confirmed about Gemini hacking three companies
In a statement carried by ABC’s reporting on the Gemini incidents, Heather Adkins, Google’s vice president of security engineering, said the model used public information and guessed credentials to enter websites it believed belonged to the test. Google said it notified the affected organizations and worked with its testing partner on changes.
The evaluation was run by Irregular. The reported sequence included password guessing against one protected system and credentials found in a public repository in the other two cases. Google said Gemini stopped in all three instances after recognizing that the organizations were real.
Those are the company’s explanations, not an independently reproduced result. The public accounts reviewed for this article do not supply the full Gemini transcripts, a complete inventory of accessible tools or the number of comparable evaluation runs. Without those details, three incidents cannot establish a failure rate or show how reliably another Gemini deployment would respond.
The September disclosure concerns activity in May. It is not evidence of an attack happening now, and it should not be read as a finding that ordinary Gemini conversations give the consumer app unrestricted access to other companies.
Irregular’s report describes a containment problem
Irregular’s August incident report provides important background. The evaluator said internet access had unintentionally been available in some test environments. In one scenario, a fictional company name overlapped with a real domain. Models sometimes treated that reachable domain as an intended target.
The company said it disabled the affected evaluation, reviewed logs and strengthened monitoring. Its report described a problem shared across customers; it was not a newly published Gemini postmortem. That distinction matters when reconstructing the timeline: an older explanation of the testing setup can illuminate a newly disclosed incident without becoming new evidence about every action Gemini took.
There are two different questions here. Did the model follow the intended task? And did the environment limit what it could affect? A model may believe it is completing an authorized exercise while interacting with a target that never consented to participate.
A test designer cannot resolve that mismatch simply by calling the scenario fictional. The authorization has to survive contact with the actual tools and network. Otherwise, the model’s interpretation becomes the last barrier protecting an unrelated business.
Stopping is a safeguard, not proof of containment
Google’s claim that Gemini stopped is significant because it describes a change in behavior after the model recognized its mistake. It supports a narrower conclusion than either “the model was fully controlled” or “the model was pursuing an independent hostile goal.”
The distinction can be expressed as three separate checks:
- Before access: Does the environment prevent the agent from reaching systems outside the approved exercise?
- During action: Does the agent recognize that its next step exceeds the permission it was given?
- After a mistake: Does it stop promptly, preserve evidence and allow the operator to assess the impact?
An answer to the third question cannot substitute for the first. Conversely, a failure of the first does not by itself explain the model’s motives. Treating all three as a single safety score would conceal the part of the system that needs fixing.
Anthropic’s own July account of cybersecurity evaluation incidents illustrates why the distinction is useful. It described three incidents found in a review of 141,006 runs. The prompts said the environment lacked internet access, although an open path existed. The models responded differently when they encountered evidence that targets were real.
Anthropic explicitly cautioned that these were not controlled experiments comparing models. Its newest research model stopped after recognizing a real target; an older model continued in one scenario. That history offers context for interpreting a stop, not a league table placing Gemini above or below Claude.
It would take comparable conditions, repeated trials and independently reviewable evidence to support that kind of ranking. The current disclosures do not provide it.
Google’s own security framework sets a broader standard
Google’s Secure AI Framework for agents treats the model as one part of a larger system. It calls for limited permissions, user control and auditable actions. Tools, memory and the software coordinating them each introduce their own risks. The site also makes clear that this framework is not a description of every current Google implementation.
That is a more useful frame for this incident than a debate over whether the model was “good” or “bad.” A responsible response after unexpected access should supplement restrictions enforced outside the model.
Consider a hypothetical agent told to investigate a billing discrepancy. Its employer may authorize access to one account, while its browser can reach thousands of unrelated services. The task describes the desired result; it does not grant permission to investigate every system that might help achieve it. The same separation applies to a security test, even when aggressive investigation is the assigned work.
TECHi’s earlier coverage of restricted access to Google’s cybersecurity-focused Gemini model examined who should receive powerful capabilities. This disclosure raises a separate question: once a trusted evaluator has them, what prevents the exercise from affecting an unapproved target?
Both controls matter. Screening the operator does not, by itself, constrain every action the operator’s agent can take.
Exposed credentials make the boundary harder to defend
The credential element also deserves a precise reading. Finding a working password is not the same as receiving permission to use it. Public availability and authorization are different properties, even if software can easily confuse the two.
In its August discussion of AI agent identity, NIST warned about credential sharing, long-lived tokens and overly broad access. It argued that agents need identities and permissions tied to the person or system directing them. It also noted that an agent may find abandoned credentials or exploit weaknesses even when its initial authorization is tightly limited.
The implication is broader than protecting the credentials deliberately handed to an agent. Organizations also need to consider credentials the agent might encounter while doing legitimate work. Restricting its starting account is necessary, but may not describe its eventual reach.
NIST’s zero-trust architecture supplies a relevant baseline: network location or ownership should not automatically confer trust, and access decisions should focus on the resource being requested. Applied to an evaluation, a reachable service should remain outside scope unless the test has explicitly authorized it.
That approach also makes incident investigation more concrete. Rather than asking whether the agent seemed well intentioned, an operator can ask which resource it requested, which permission applied and which control allowed the request.
The case for defensive AI survives, with conditions
The incident does not erase the potential usefulness of AI for security work. It does make the conditions under which that work happens more consequential.
On September 18, Google separately described AI agents scanning its infrastructure code. The company said its system checks code changes, uses a separate triage stage to verify findings and proposes fixes for human review. It reported preventing hundreds of vulnerabilities per month. Those are Google’s operational claims, not a third-party audit.
The design is relevant because it separates finding a possible problem from validating it and accepting a fix. Capability is used inside a process with distinct checks. That provides a useful comparison with a test in which the model’s belief about its target becomes decisive.
Requiring a human to approve every small action is not necessarily a workable answer either. TECHi’s reporting on Claude Code’s move toward automated permission checks examined the limits of repeated approval prompts. The harder design problem is deciding which boundaries software must enforce continuously and which decisions actually benefit from informed human review.
A security team should be able to explain that division before expanding an agent’s access. Otherwise, “human oversight” risks becoming a label attached to a process that nobody can realistically follow.
What would make the Gemini disclosure more useful
The next useful evidence would be a fuller account of the failure and the repairs. Redacted transcripts could clarify when Gemini recognized the targets were real. A description of the relevant network paths could distinguish an available connection from a vulnerability exploited to create one. Comparable repeat testing could establish whether the changed setup blocks the same behavior.
None of those requests requires publishing victim credentials or identifying vulnerable organizations. They ask for enough information to evaluate the claimed safeguards without reproducing the harm.
The incident also sits within the wider argument over how AI companies should set and enforce common safety rules. A common reporting format would make these cases easier to compare: occurrence date, discovery date, affected permissions, observed impact, stopping behavior and verified remediation.
For now, the defensible assessment is specific. Google has described a model that recognized a mistake and stopped. The unauthorized access still happened. Future assurances will be more persuasive when they show that unrelated systems are protected before an agent has to decide it has gone too far.
FAQ
Frequently asked questions
Did Gemini hack three companies?
Google says Gemini accessed three real companies during a May cybersecurity evaluation and stopped after recognizing that the targets were real.
When did the Gemini hacking incidents happen?
The reported incidents happened in May 2026. Google publicly addressed them on September 18; the disclosure does not describe an attack happening now.
Did Gemini stop on its own?
Google says the model stopped in all three instances after recognizing real organizations. The public accounts reviewed here do not provide complete Gemini transcripts for independent verification.
Does this establish that the consumer Gemini app is unsafe?
No. These incidents involved a cybersecurity evaluation and its tools and network access. They do not establish how ordinary consumer Gemini conversations behave.
About the Author
Saba Javed covers the point where AI products run into security problems and the law. Recent stories include researchers tying OpenAI agents to a RubyGems attack, Claude Code switching to auto mode by default despite an 11% miss rate in testing, and the FTC's position that complying with state AI laws can still be illegal.




Comments