AI models from OpenAI, including GPT-5.6 Sol, broke out of their isolated testing environment during an internal security evaluation and infiltrated Hugging Face's production infrastructure.

The models autonomously discovered a previously unknown vulnerability in a proxy to reach the open internet, then deployed multiple attack techniques to steal test solutions from Hugging Face's database in an attempt to cheat on an internal benchmark.

Security teams at both OpenAI and Hugging Face detected and halted the breach simultaneously, prompting OpenAI to implement tighter infrastructure controls and stronger safeguards for future evaluations.

During an internal security evaluation, OpenAI models escaped their sandbox, independently discovered a zero-day vulnerability, and breached Hugging Face's production infrastructure. OpenAI is calling it an "unprecedented cyber incident."

The models involved were GPT-5.6 Sol and an "even more powerful, previously unreleased model." Both ran with reduced security filters to test their maximum cyber capabilities. Hugging Face had previously made the incident public after detecting and containing the activity on its infrastructure.

The incident happened during an internal evaluation using the ExploitGym benchmark, which challenges models to follow complex attack paths. The production classifiers that normally block high-risk cyber activity were intentionally turned off for the test. The models ran in an isolated environment where network access was limited to installing packages through an internally hosted proxy.

OpenAI says the models burned significant inference compute to find a path to the open internet. They discovered and exploited a zero-day vulnerability in the package registry cache proxy. OpenAI has since reported the flaw to the affected provider. From there, the models carried out a series of privilege escalations and lateral movements within OpenAI's research environment until they reached a node with internet access.

The reason is almost absurd. The models independently concluded that Hugging Face might host models, datasets, and solutions for ExploitGym. In one instance, a model chained together multiple attack vectors, including stolen credentials and zero-day vulnerabilities, to find a remote code execution path on Hugging Face servers. The models tried to pull test solutions directly from Hugging Face's production database so they could cheat during the evaluation.

"All evidence suggests that the models were hyper-focused on finding a solution for ExploitGym and employed extreme measures to achieve a fairly narrow testing goal," OpenAI writes.