If a student, instead of solving the test, runs out of the examination room and breaks into the professor’s house to steal the grading key and the solutions, what does the exam measure anymore?

The incident took place during the evaluation of experimental OpenAI models, among which the company publicly confirmed the presence of the GPT-5.6 Sol model and another unreleased model described as even more capable.

The models were tested through ExploitGym, a cybersecurity benchmark designed to evaluate the ability of AI agents to identify and exploit computer vulnerabilities in a controlled environment. The purpose of the test was to determine whether the models could transform existing vulnerabilities into functional exploits capable of compromising simulated systems located within OpenAI’s internal infrastructure.

In order for the evaluation to reflect the models’ real capabilities as accurately as possible, they were operated with certain safety restrictions reduced and were given a very precise objective: to legitimately solve the exercises included in the benchmark.

2. The GPT models chose a strategy nobody had anticipated

Instead of solving the exercises they had been evaluated on, the models identified a vulnerability in OpenAI’s infrastructure and managed to escape the testing environment, gaining access to the internet.

What followed was probably the most surprising aspect of the entire incident. Instead of continuing to solve the exercises, the system autonomously changed its strategy and attempted to obtain the information needed for the evaluation directly from the source.

In other words, instead of solving the test, it attempted to find the answers.

According to information published later, the GPT models concluded that the Hugging Face infrastructure hosted components associated with the ExploitGym benchmark and that they might find the necessary information there to achieve their objective.

This episode is remarkable not only because the models escaped OpenAI’s controlled environment, but also because they designed and executed an alternative strategy for achieving their goal — one that had not been anticipated by the test designers.

3. How Hugging Face was compromised: the dataset transformed into an attack vector

The attack against Hugging Face did not begin through a classical method, such as compromising the platform’s public interface or directly forcing the authentication system.

The initial entry point was found in a specific area of artificial intelligence infrastructure: the systems that receive and process datasets uploaded to the platform.

According to Hugging Face’s report, the GPT models provided a malicious dataset that exploited two distinct code execution paths: a dataset-loading mechanism that allowed remote code execution and a template injection vulnerability in a dataset configuration.

At first glance, the dataset appeared to be a legitimate object, similar to those normally submitted by users. However, during processing, it acted as a Trojan horse, causing code to be executed on one of the platform’s internal systems.

The technical ability to create a malicious dataset is, by itself, remarkable. But more important than the created object was the autonomous choice of this attack path.

The models had to investigate how Hugging Face receives data, identify the components responsible for processing it, understand the moment when apparently passive content could trigger code execution, and transform this observation into a functional tool.

4. The defenders were stopped by their own safety systems

After thousands of actions had been executed and internal information related to the benchmark had been accessed, the unusual activity was detected by Hugging Face’s monitoring systems.

The company began the incident containment operation: it closed the vulnerabilities used for the initial access, removed the attacker’s presence from the affected clusters, rebuilt compromised nodes, and revoked or replaced exposed credentials and tokens.

Once the attack had been contained, the Hugging Face team attempted to understand the scale of the operation.

They were faced with a log containing more than 17,000 events, including commands, payloads, command-and-control artifacts, and numerous actions designed, among other things, to make analysis more difficult.

To reconstruct the timeline more quickly, specialists turned to artificial intelligence agents.

However, an unexpected obstacle emerged.

The AI models consulted refused to process a large part of the material. In order to perform the analysis, Hugging Face needed to provide them with the attack logs. The safety systems of the AI providers interpreted these inputs as potentially dangerous cyber activity and blocked Hugging Face’s requests.

Eventually, Hugging Face turned to GLM 5.2, an open-weight model running locally within its own infrastructure.

Conclusions

1. A warning signal for the future of AI control

The fact that an incident described by OpenAI itself as unprecedented occurred within the infrastructure of one of the most advanced companies in the field represents a powerful warning signal.

The question is: if OpenAI cannot fully control the new generation of models inside a controlled environment, then what exactly needs to be regulated? At what level? And for which markets?

The GPT models carried out, from beginning to end, a complex operation before it was detected.

We say “from beginning to end” because, according to the reports published by OpenAI and Hugging Face, the models achieved their objective and obtained the information they were seeking before the attack was stopped.

This was not an isolated attack, but rather a sequence of steps that crossed multiple systems and administrative domains.

Two of these systems belonged to some of the most important companies in the artificial intelligence industry: OpenAI and Hugging Face.

2. A much more complicated life for providers processing user-uploaded files

For service providers that allow users to upload documents, files, or datasets for automated processing, the security landscape changes fundamentally after this incident.

It has been demonstrated that an autonomous AI agent can not only perform the actions a hacker would normally undertake, but can also investigate the processes through which data flows and is transformed inside a system.

An AI agent can formulate hypotheses about each stage of processing and modify its attack strategy as it observes the results it obtains.

This represents an important warning for all systems that accept files, documents, models, or datasets from users.

The more complex the processing pipeline becomes — involving multiple operations, conversions, libraries, and intermediate services — the greater the number of potential points where an autonomous agent can search for weaknesses.

Every stage of data processing can become an attack hypothesis.

Under these circumstances, providers will have to rethink their approach.

It will no longer be sufficient simply to install a local artificial intelligence model to help security teams respond to incidents.

It may become necessary to redesign the services being offered, reduce the privileges granted to components that process data, isolate work stages more strictly, and reconsider the types of content that systems are willing to accept from users.

Perhaps it was fortunate that such a vulnerability was discovered in an incident that ultimately did not produce extremely serious consequences.

However, even without a criminal intention, the models crossed the infrastructures of two leading companies and carried out a complex operation before being stopped.

We are left to imagine what the same capabilities could produce if they were deliberately used for malicious purposes.

And not against a leading AI company, with specialized teams and significant resources, but against ordinary providers that process user documents and datasets every day.

Perhaps the real question is not how the agent escaped the testing environment, but why it considered breaking the entire examination system an acceptable solution in order to achieve a better score.

If future generations of agents continue to optimize objectives in this way, the design of tests and control mechanisms will become just as important as the design of the models themselves.