OpenAIâs Rogue AI Agent Hacked More Than Just Hugging Face
OpenAI said Tuesday that the rogue AI agent that breached Hugging Faceâs platform also hacked multiple third-party accounts and services as part of the attack. It's now clear that the unprecedented security incident, which arose during an internal test of OpenAIâs latest AI models, was more extensive than the company initially disclosed.
In an updated blog post, OpenAI said that an ongoing review of the incident revealed that âfour accountsâ tied to âpublicly available servicesâ were used by the AI agent as part of a larger effort to hack Hugging Face. The rogue agent apparently found credentials that had been exposed on the open web and used them to break into the accounts.
OpenAI did not disclose what companies or organizations the accounts belonged to, but noted that they were not impacted at âthe level of severity or scale of what weâve shared related to Hugging Face.â
One of the additional accounts compromised by OpenAIâs agent was used as an âoutbound relay and staging path,â potentially to obscure where the attack on Hugging Face was coming from, the company said. OpenAIâs rogue agent also used another account for data storage to assist with the hack.
Reuters reported on Tuesday that a customer of Modal, a company that offers software infrastructure for training and running AI services, was one of the entities compromised by OpenAIâs agent. In a statement to WIRED, Modalâs chief technology officer Akshat Bubna confirmed that OpenAIâs agent exploited a vulnerability in one of its customerâs codebases, which was running on Modalâs infrastructure. However, Bubna says, âModalâs platform was not compromised in any way.â The identity of the customer could not be determined.
OpenAI declined to comment further on the incident to WIRED. A spokesperson pointed to its updated blog post, which says the company will continue to notify service owners directly if it finds they are impacted in its ongoing review of what happened.
Hugging Faceâs own postmortem published this week describes an intrusion that reached far further into its internal systems than the initial disclosures suggested. The company says it reviewed roughly 17,600 agent actions that it recovered from logs between July 9 and July 13âthe majority of which were paths the agent took that failed.
Hugging Face said that OpenAIâs agent obtained administrator access to multiple internal Kubernetes clusters, root access on a production server, and write access to a subnet of its source code repositories on GitHub. It also enrolled 181 attacker-controlled devices in the companyâs corporate mesh network using a stolen credential, gaining access to internal systems where Hugging Face builds and tests its own codebases.
OpenAIâs rogue agent used at least one third-party sandbox as an âexternal launchpadâ for its attack, according to Hugging Face. OpenAIâs agent was then âable to run commands as root/admin on that external sandbox and used it as a control, staging, and egress base for the entire campaign.â
Hugging Face first disclosed on July 16 that an autonomous AI agent had breached part of its production infrastructure, but it said at the time that it was unaware who was behind the attack. The following week, OpenAI took responsibility for the incident, which it said had been directed by its publicly available GPT-5.6 Sol model and an internal research prototype that it was testing against a cyber-capability benchmark, both of which had safeguards disabled. OpenAI said on Tuesday that after it discovered the breach, it deactivated this internal research prototype, which was never intended for public release, and restricted researchers from accessing it.
The breach happened when OpenAI was testing one of its latest AI models against ExploitGym, a benchmarking framework that scores AI systems on their ability to find and exploit software vulnerabilities. ExploitGym grades an agent on how quickly and effectively it can retrieve secret files from hundreds of different target systems, using prompts that essentially egg the models on to find solutions.
Hugging Faceâs forensic team concluded that OpenAIâs agent was essentially trying to cheat on ExploitGymâs test. Rather than solve the benchmarkâs challenges, the agent inferred that Hugging Face might be hosting the answer key somewhere on its servers and set out to steal it. The ExploitGym team has noted previously that agents sometimes go off-script and attempt to solve tasks by exploiting other vulnerabilities than those the benchmark intended to evaluate them on. However, this was an extreme case.
Experts previously told WIRED that the underlying weaknesses that OpenAIâs agent exploited were common. Serious flaws are frequently identified in software that manages corporate code libraries, and security experts have long recommended isolating critical infrastructure from the public internet.
One researcher argued that the incident was less an AI problem and more a failure of decades-old security practices. The agent, they said, did not escape a highly isolated environment so much as pass through the one connection its operators had left open.
Another expert said the same cybersecurity fundamentals should still apply as frontier models grow more capable, and that the AI labs should be putting as much effort into teaching their models to build secure infrastructure as they are into teaching them to exploit weaknesses.