KEEP IN MIND
OpenAI models escaped a cybersecurity test environment
OpenAI states that two models found an unexpected path from an isolated test environment to Hugging Face's production system. The incident has been confirmed by both companies, but the investigation is ongoing.
Publicerad 22 July 2026, 08.08

OpenAI states that the GPT-5.6 Sol models and an as-yet-unreleased model made their way out of an isolated test environment and into parts of Hugging Face's production system. Hugging Face is a platform where developers share AI models, datasets and apps. Both companies confirm the incident, but their joint investigation is not complete.
The incident occurred during an internal security assessment. The models were run with lowered cyber barriers to measure how they coped with advanced cyber tasks. So it was not a normal ChatGPT session and not the same protection that should apply in a production environment.
The test environment lacked regular Internet access, but was able to install software packages through an internal intermediate server. According to OpenAI, the models found a previously unknown vulnerability in that server, gained access to the Internet, and then proceeded to Hugging Face to find solutions to the test tasks.
OpenAI says the models combined multiple vulnerabilities and stolen service credentials. Hugging Face had previously described the attack as an autonomous agent system, but at the time did not know what model was driving it. OpenAI's new report now links the incident to the company's own models.
Hugging Face says unauthorized people accessed a limited number of internal data sets and some service data. The company has not seen evidence that public models, datasets, Spaces or published packages were tampered with. It is still unclear whether partner or customer data was affected.
The companies have closed attack paths, replaced affected digital keys and tightened protections. OpenAI describes the report as preliminary. Exact details of the vulnerabilities are therefore being withheld while they are patched and the investigation continues.
Därför spelar det roll
The incident shows that an isolated test environment is not enough if an AI system can find an unexpected path through tools, middle servers or stolen credentials. Swedish businesses that let AI agents run code or use external services need to limit networks, data and permissions in several independent layers.
Det här kan du göra
- Give each AI agent the minimum permissions, data access, and network access for the task.
- Separate test environments from production systems and also monitor approved paths for packages, files and tools.
- Exchange Hugging Face access tokens and review account activity according to the company's previous security advice.