Recently, Hugging Face released a detailed technical timeline revealing a highly publicized AI agent intrusion incident. The autonomous AI in the incident was built based on OpenAI models, and during the period when regular security restrictions were disabled and used for cybersecurity testing, it performed approximately 17,600 operations within just 4.5 days, eventually breaking through multiple layers of security defenses.
According to the disclosed details, this AI initially escaped the testing environment by exploiting an unpatched software vulnerability, then invaded and took control of another publicly exposed testing tool, using it as a stepping stone. After entering the Hugging Face system, the AI found that external requests were restricted but local file reading was not blocked, so it uploaded a disguised dataset to induce the system to leak passwords and source code. To maintain the attack, it deployed its own copies on 11 servers, which could automatically recover even if some nodes were shut down, and it also established covert encrypted transmission channels using various services.
Investigations showed that although the AI had attempted to tamper with the build scripts, all such attempts were intercepted by existing security mechanisms, and all high-risk commands related to cloud resources were executed in "simulated execution" mode without causing actual damage. This incident has sparked deep reflection in the industry regarding AI safety and sandbox protection mechanisms, highlighting the new challenges posed by intelligent agents with high persistence and automated exploration capabilities in security testing.