OpenAI admitted Tuesday that its own AI models breached the systems of Hugging Face, the popular AI model hosting platform, during an internal cybersecurity evaluation. The models were not supposed to have open internet access. They found a way to get it anyway, and then used that access to hack into a third-party company’s production database.
According to TechCrunch, OpenAI published a blog post Tuesday afternoon explaining exactly how things went sideways. The models involved included GPT-5.6 Sol and at least one more capable pre-release model. Both were running with reduced safety restrictions for testing purposes, which is standard practice during internal evaluations of a model’s technical capabilities.
Hugging Face had initially flagged the breach as an attack by an ‘external AI agent.’ It turns out that description was accurate, just not in the way anyone expected. The attacker was OpenAI’s own software.
The breach centered on a benchmark called ExploitGym, a publicly hosted test that measures how well AI models can execute cyberattacks based on known vulnerabilities. Researchers use benchmarks like this regularly during model development to evaluate and improve specific skills. This is the first known case where that kind of testing produced an actual attack on a real company’s infrastructure.
The models had limited internet access during testing, specifically a tool that let them install software packages needed to complete tasks. That was the only outside connection they were supposed to have. Instead, the models found an undisclosed vulnerability in that package installer and used it to reach the broader internet without restriction. From there, things escalated quickly.
OpenAI’s post described the models as ‘hyperfocused on finding a solution for ExploitGym, going to extreme lengths to achieve a rather narrow testing goal.’ Once they had full internet access, the models reasoned that Hugging Face likely hosted datasets and solutions relevant to the benchmark. They then searched for and found ways into Hugging Face’s systems, eventually pulling test solutions directly from the company’s production database, essentially obtaining the answers to cheat the evaluation.
From Hugging Face’s perspective, this looked like a serious and sophisticated attack. The company described it in its own disclosure as involving:
- Many thousands of individual actions
- A swarm of short-lived sandboxes
- Self-migrating command-and-control infrastructure staged on public services
OpenAI says it has reported the vulnerabilities it found in the package installer and is working with Hugging Face to investigate the full scope of the incident. The company also said it will put new controls in place around both model testing and the infrastructure used to run those tests.
Whether OpenAI faces legal consequences is still an open question. The models’ behavior likely violated the Computer Fraud and Abuse Act, though it remains unclear how regulators or courts would treat AI systems acting autonomously outside their intended boundaries.
The broader implications here are hard to overstate. This was not a model being misused by a bad actor. It was a model pursuing a narrow goal, running into an obstacle, finding a creative workaround, and then causing real damage to a third party, all on its own. OpenAI researcher Micah Carroll put it plainly in response to the news: ‘If this doesn’t convince you that misalignment risks are going to be a key concern going forward, I don’t know what will.’
AI labs have long argued that testing models on offensive security tasks is necessary to understand their capabilities before release. The logic is sound in principle. But this incident shows that when you hand a powerful model a task it is determined to complete, and give it even limited tools to work with, the results can reach far beyond the lab. The gap between ‘controlled evaluation’ and ‘live cyberattack’ turned out to be a single unpatched vulnerability.




