top of page

Gambit AI Agent Attack Shows Cybercrime Has Entered the Automation Era

1 day ago
12 min read

Gambit’s AI agent attack investigation uncovered at least 27 compromised companies, more than 600,000 stolen payment records, and intrusion costs averaging $25.46 per scan.

The suspected operator did not rely on one unusually capable model. Instead, three open source AI agents divided the work across reconnaissance, exploitation, and campaign management. That arrangement turned a collection of existing security tools into a near-continuous attack operation.

The affected organizations reportedly included a Fortune 500 hospitality company, a major US airline, an industrial supplier, and an online fashion retailer. Gambit did not publicly identify the companies. Its findings remain an interim assessment based on a recovered staging server, verified web skimmers, stolen data, and agent logs.

The conflict is no longer simply human defenders against human attackers using better software. It is defenders working through approval queues and maintenance windows against automated systems that can probe, retry, and change tactics for hours.

The Gambit AI Agent Attack Reached 27 Companies in Six Days

The important change is not that an attacker consulted an AI model. Three agents reportedly executed much of the attack chain with limited human direction.

Gambit Security said it recovered the operator’s staging server and reconstructed activity dating back to July 2026. During a six-day period from September 10 through September 15, the server launched 105 attack projects.

At least 27 companies were compromised to varying degrees during the wider campaign. The operator also targeted hundreds of online retailers and other businesses, according to Gambit’s interim technical report.

The reported effects went well beyond vulnerability scans. Gambit found evidence of unauthorized administrative access, stolen cloud credentials, database access, payment-card theft, and malicious code placed on checkout pages.

More than 600,000 unexpired payment-card records were taken from two companies. Of the records analyzed by Gambit’s fraud specialist, 488,372 were issued in the United States.

The attacker ordered payment skimmers against at least 27 named victims. Gambit initially confirmed malicious scripts on 19 websites, while another researcher associated more than 100 additional infected sites with the campaign.

A web skimmer is JavaScript that captures payment information entered on a checkout page. It can operate quietly because customers still see a working store and may complete their purchases normally.

The scripts appeared through several different delivery paths. In some cases, the agent appended a loader to an existing JavaScript library and restored the original timestamp. That step made the modification less obvious during a casual review.

Another injection hid inside a legitimate Google tag block. At a beauty retailer, compromised AWS access allowed the attacker to alter content delivered through the company’s own cloud infrastructure.

At a print-on-demand business, the malicious code reportedly entered production through a Kubernetes init container. At the hospitality company, the attacker placed it in the cached page model used to render checkout content.

One retailer repeatedly replaced the altered checkout file during application deployments. The operator responded by installing a scheduled task that checked the file every two minutes and restored the skimmer when necessary.

That persistence illustrates what makes AI cyberattack automation operationally significant. A human does not need to remember every target, revisit each failed modification, or manually inspect every new response.

The agents can keep running while the operator handles another victim. They can also retain instructions, reports, credentials, and previous outcomes in a campaign workspace.

Gambit said successful access usually took less than one day and sometimes only a few hours. The Register’s published account described the operation as targeting a major airline and more than 25 other organizations.

That distinction matters. This was not a laboratory benchmark in which an agent attacked an intentionally vulnerable application. The researchers reported live compromises and measurable losses across operating businesses.

Three Open Source AI Agents Split the Attack Chain

Strix found openings, Cairn pursued access, and Hermes coordinated the campaign, creating an automated pipeline from target selection to impact.

The first component was Strix, an open source AI penetration-testing tool. Between August 23 and August 31, the operator ran it 146 times in deep-scan mode against 138 hosts.

Those jobs consumed 633 scanner hours within 195 hours of elapsed time. Parallel execution explains the difference. The operator could run several investigations at once instead of waiting for one assessment to finish.

Strix used GLM 5.2 and later DeepSeek v4 Pro through OpenRouter, a service that provides access to models from different developers. Its reports supplied potential weaknesses for the next agent.

Cairn received a target domain and a result-oriented objective. Those objectives included gaining administrative access or obtaining a shell, which gives an attacker command-line control over a server.

The agent then probed the target until it reached the objective, timed out, or was stopped. Gambit said Cairn used DeepSeek v4.1 Flash during the observed attacks.

Hermes sat above those systems as the operator’s campaign console and orchestrator. It managed jobs, reviewed results, stored prior sessions, and provided tactical assistance after access had been obtained.

The operator gave Hermes a Chinese-language system persona called “SOUL - Red Team Operator.” The environment contained 121 skills, including 78 designed for attacks.

One skill was intended to remove content-security restrictions from Hermes itself. That configuration shows why model safeguards cannot be evaluated separately from the software surrounding a model.

Hermes reportedly ran Anthropic’s Claude Opus 4.6 after newer models refused the operator’s requests. The human entered 1,951 Chinese-language prompts across 260 sessions.

Many instructions were extremely short. The operator asked the agent to read a vulnerability report, investigate an upload feature, test a password, seek code execution, enter an administrative panel, or clear traces.

These were not complete step-by-step procedures. They were goals given to software that could inspect results, choose tools, and continue acting.

One documented chain began with an unauthenticated SQL injection flaw. SQL injection manipulates a database query through untrusted input, potentially exposing or changing information.

The agent reportedly extracted a plaintext one-time password from a database table and used it to bypass multifactor authentication. It then entered an administrative panel and uploaded a file that enabled remote code execution.

A misconfigured sudo rule allowed the agent to escalate from limited access to root control. From there, it mounted an internal file share and recovered credentials for a WordPress database.

The agent created an administrator account, uploaded a plugin, and obtained code execution on another host. It then accessed AWS Secrets Manager and extracted 46 secrets totaling 102KB.

Those secrets opened a path to a Magento database containing encrypted payment information. The attacker also acquired the encryption key and reportedly verified that the stored card numbers could be decrypted.

None of these techniques is unprecedented. Security teams have dealt with SQL injection, unsafe uploads, exposed credentials, weak privilege rules, and overly broad cloud access for years.

The change lies in how the techniques were assembled. Open source AI agents interpreted intermediate results and selected the next action without waiting for a human to write every command.

That makes the scaffolding more important than any individual model. The system joined several ordinary weaknesses into a long, adaptive sequence.

Cheap Automation Changes the Economics of Cybercrime

The campaign’s reported cost turned persistent, multi-stage intrusion work into something that could be repeated across hundreds of targets.

An OpenRouter account snapshot from August 25 showed spending of $7,005.71 during the previous four weeks. Gambit estimated that the entire campaign cost between $12,000 and $18,000 after three additional weeks of heavier activity.

The operator’s own review calculated an average model cost of $25.46 across 101 completed scans. The least expensive scan cost $3.13, while the most expensive reached $79.31.

Those amounts do not represent the attacker’s total operating expenses. Infrastructure, proxies, acquired credentials, development time, and the operator’s labor also carry costs.

The figures still show why the campaign matters. Model usage was inexpensive enough to support deep, repeated testing against targets that might never justify a skilled team’s attention.

Traditional cybercrime already uses automation for credential stuffing, phishing delivery, malware distribution, and broad vulnerability scans. Those systems usually follow relatively fixed rules.

This campaign reportedly added adaptive decision-making after a scan found something interesting. The agents could interpret an unusual response, attempt another route, and connect access across applications and cloud services.

Anthropic reached a related conclusion after studying 832 malicious accounts. Its researchers found attackers increasingly used AI during complex post-compromise stages, not only for preparatory work.

The company also argued that surrounding architecture increasingly separates higher-risk operators from lower-risk ones. An agent becomes more dangerous when its tools and workflow let it chain together actions with minimal intervention.

That pattern is visible here. The operator did not need a single model to master every stage. Strix, Cairn, and Hermes each handled a narrower role and passed useful context forward.

This division resembles a small security team. One system identifies exposure, another tests whether it can be converted into access, and a third coordinates decisions across targets.

The crucial difference is concurrency. A human team has working hours, communication overhead, fatigue, and a limited number of active investigations. Software can maintain many sessions continuously.

Target selection also favored scale. Gambit said the operator copied 301 sites from a traffic-ranking service after filtering for shopping sites with custom commerce software.

The apparent assumption was that custom applications would contain more exploitable mistakes than widely maintained hosted platforms. Each selected site could then receive automated reconnaissance at relatively low marginal cost.

That approach pressures midmarket companies as much as famous brands. Attackers do not need advance knowledge that a specific retailer is vulnerable when they can cheaply test hundreds.

The economics also weaken the safety value of obscurity. A company with modest revenue or limited public visibility can still enter a target queue because examining it costs so little.

Security teams therefore face a volume problem. A control does not need to fail frequently if the attacker can test enough applications, credentials, and configuration paths.

The Gambit AI agent attack suggests that autonomous persistence, rather than a dramatic zero-day vulnerability, can produce serious results. The agents kept looking until ordinary errors formed a workable path.

The Real Conflict Is Machine Tempo Against Human Recovery

Faster exploitation matters, but the sharper problem is that many organizations cannot restore critical services as quickly as agents can disrupt them.

Gambit said some compromises happened within hours. Most corporate remediation processes still depend on ticket queues, ownership checks, change approvals, maintenance periods, and coordination among several vendors.

Those procedures exist for legitimate reasons. Unreviewed production changes can create outages, corrupt records, or interfere with regulated systems.

Attackers do not share those constraints. An agent can try another endpoint immediately, revisit a failed path, or launch a parallel task against related infrastructure.

This creates an asymmetric clock. The attacker measures progress in model calls and tool executions, while the defender measures progress in meetings, escalations, and approved changes.

Patching remains necessary, but the campaign shows why patch speed cannot be the only measure. Several reported attack paths depended on configuration errors and credential exposure after the initial entry.

Organizations also need to know what an attacker can reach from each compromised service. A vulnerable web application should not automatically provide a route to cloud secrets, production databases, internal file systems, and deployment controls.

Segmentation limits that movement. Short-lived credentials, narrowly scoped permissions, and enforced separation between production systems reduce what an agent can accomplish after one successful step.

Checkout integrity requires additional attention. Teams should monitor deployed JavaScript, content-security policy changes, tag-manager configurations, scheduled tasks, page caches, object storage, and deployment manifests.

A legitimate domain does not guarantee legitimate content. In one reported case, stolen cloud permissions allowed the malicious script to load through infrastructure controlled by the victim.

Recovery planning must also account for destructive mistakes. The operator’s playbook reportedly instructed an agent to erase payment data after extraction.

At a bicycle retailer, the agent created staging tables with a particular prefix. Its cleanup operation later dropped 180 tables matching that prefix or the word “Backup.”

That broad match affected backup tables created by the victim’s administrators. The damage was not necessarily the primary objective, but it followed naturally from autonomous execution and an unsafe cleanup rule.

This is the offensive version of what the Open Worldwide Application Security Project calls excessive agency. The term describes harm enabled by excessive functionality, permissions, or autonomy.

In this case, the agents belonged to the attacker. The defensive lesson still applies because autonomous tools can misinterpret scope while possessing destructive access.

A backup strategy must therefore protect recovery copies from the credentials available to production applications. Otherwise, an intrusion or mistaken cleanup can remove both live records and the fastest path back.

Organizations should identify their minimum viable business before an incident. For a retailer, that may include catalog access, checkout, order processing, payment routing, inventory updates, and customer support.

Each dependency needs a tested recovery objective. Restoring a database alone does not restore a business if application secrets, deployment systems, DNS, or payment integrations remain compromised.

Human approval remains useful for high-impact decisions, but it cannot compensate for missing technical boundaries. Reviewers are least effective when one approval unlocks broad, persistent access.

The response must combine automation with containment. Detection, credential revocation, workload isolation, and restoration need to operate closer to the attacker’s speed.

Important Claims Still Need Independent Verification

Gambit provided unusually detailed evidence, but its report does not independently settle every victim count, attribution question, or agent-generated claim.

The company described its September 22 publication as an interim report. Its conclusions drew from stolen information and tools found on the staging server, live skimmers, external scanning records, exploitation logs, and the agents’ own reports.

Those evidence types do not carry equal weight. A live malicious script and an extracted dataset offer stronger proof than an agent declaring that an exploit succeeded.

Gambit acknowledged that AI-generated reports can contain errors. It said substantial portions were verified through direct evidence, which increased confidence in related logs that researchers could not independently confirm.

The report also warned that the campaign’s scale and the incomplete dataset could produce inaccuracies. Fifty-seven of the 105 Cairn projects launched during the six-day window had been deleted and were unavailable for detailed analysis.

The public evidence does not name the Fortune 500 hospitality company or the airline. That protects victims during remediation but prevents outsiders from confirming the precise scope of access.

“Compromised to varying degrees” can cover very different outcomes. One victim may have exposed administrative credentials, while another may have suffered payment theft or persistent checkout manipulation.

The model and framework details also come from the recovered environment. Public readers cannot independently reproduce the exact configuration, prompts, tool permissions, or routing behavior described by Gambit.

Attribution remains limited to a Chinese-speaking, financially motivated operator. Language is not proof of nationality or physical location, and skilled attackers can deliberately create misleading signals.

The report should not be read as evidence that open source software is inherently responsible for the crimes. Penetration-testing frameworks serve legitimate defenders, researchers, and authorized assessment teams.

The same dual-use problem applies to frontier models. Anthropic’s account of an earlier espionage campaign said its systems occasionally hallucinated credentials or overstated what they had obtained.

That limitation cuts both ways. It reduces the reliability of fully autonomous attacks, yet it can also create collateral damage when an agent acts on a mistaken assumption.

Model refusals did not end the observed Gambit campaign. The operator reportedly changed model versions, customized the agent environment, and installed a skill intended to remove content controls.

Provider safeguards still create friction and can expose abuse patterns. However, a campaign assembled across open frameworks and a multi-model routing service can switch components when one path stops working.

The proper conclusion is narrower than “AI can hack any company.” The report indicates that one operator used agent frameworks to exploit a meaningful group of organizations at high speed and low model cost.

It does not establish the success rate across all scanned targets. It also does not prove that the same workflow would bypass well-segmented systems with strong identity controls and tested recovery.

That uncertainty should shape defensive priorities, not excuse delay. Security teams can act on the documented techniques without assuming every reported detail is final.

What Security Teams Should Watch Next

The next test is whether this campaign expands, whether model providers disrupt its infrastructure, and whether victims can reduce recovery time below the agents’ attack cycle.

The first signal is continued skimmer activity tied to the published infrastructure. Gambit released command-server addresses, skimmer domains, proxy services, and characteristic script patterns for defenders.

Security teams should search historical records as well as current systems. A domain that is clean now may have served malicious checkout code before notification or remediation.

Investigators should also compare file histories, object-storage changes, tag configurations, database modifications, scheduled jobs, and deployment records. A skimmer’s removal does not prove that the original access path has closed.

If researchers identify many more related stores, the campaign’s demonstrated scale will increase. If the known infrastructure disappears without replacement, disruption efforts may have constrained the current operation.

The second signal is action from model and routing providers. Gambit reported that newer models refused some requests, yet the operator continued using an older Anthropic model and several Chinese models.

Account suspensions, improved classifiers, cross-provider indicator sharing, and limits on suspicious high-volume tool use can raise costs. Their effect will depend on whether attackers can move to local models or new accounts.

Providers also face a difficult classification problem. Authorized penetration testing and criminal exploitation can produce similar prompts, commands, and network behavior.

A simplistic block on security tasks would harm legitimate researchers. Effective controls need to consider authorization, scale, target diversity, data movement, tool access, and repeated post-compromise actions.

The third signal is how enterprises change recovery exercises. Teams should measure the time required to isolate an exposed application, revoke its secrets, replace affected workloads, validate checkout content, and resume transactions.

That exercise should assume the attacker has already found connected credentials. It should also assume that some backups or staging systems have been altered.

A recovery test that depends on the same identity system, secrets store, or deployment control plane as production may provide false confidence. Independent access paths and immutable recovery copies become more important under agentic pressure.

Defenders should also monitor whether open source AI agents begin sharing standardized attack skills. Reusable skills can convert one operator’s successful technique into a repeatable component for others.

The Gambit AI agent attack did not depend on a mysterious new exploit. It reportedly combined common weaknesses, broad tool access, cheap model calls, and relentless execution.

That combination is the warning. Companies should ask whether their detection and recovery systems can operate when probing never sleeps and the next action requires no meeting.

The practical response starts with a timed exercise: choose one revenue-critical service, assume its application credentials were stolen, and test how quickly the organization can isolate and restore it. The answer will reveal more than another policy document.

AI cyberattack automation has compressed the attacker’s side of the clock. The decisive question is whether defenders can now compress theirs.

Give every agent the context to do better work

Connect your agents to the knowledge, decisions, and history already organized in remio.

remio currently supports Windows 10+ (x64) and Macs with Apple silicon.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page