Originally published at: Simon Willison Breaks Down OpenAI’s Sandbox Escape Incident - TidBITS
By now, most people seem to have heard about this AI security incident. One of the more insightful commentators on the AI world, Simon Willison, explains:
This story is wild. The short version: OpenAI were running a cybersecurity test against an unreleased model, with the model’s guardrail features turned off. Rather than solve the test, the model broke its way out of OpenAI’s sandbox, then found exploits to break in to Hugging Face, all so it could cheat on the test by stealing the answers.
Willison’s takeaways are (a) that we should resist the urge to write this off as a marketing stunt by OpenAI—he calls it “science fiction that happened”—and (b) that we’re starting to see an artificial asymmetry in what the main frontier models—ChatGPT, Claude, and Gemini—can do in comparison to open weight Chinese models, due to the US government’s ongoing export control threats. His full post is worth reading for the technical details and broader implications.
If you, like me, are wondering why OpenAI’s researchers would have run this test in a sandbox that had Internet access, they didn’t think they had, according to technologist Martin Alderson. The sandbox was supposed to be a contained environment without access to the Internet, but OpenAI provided a proxy that would allow the model to download and install software packages, and the model managed to discover and exploit a zero-day vulnerability in the proxy (along with lateral movement through OpenAI’s network) to escape the sandbox. In other words, they didn’t ask themselves the blindingly obvious question, “What could possibly go wrong?” and air-gap the test environment by ensuring that physical network access was impossible.
When it comes to research into dangerous biological agents with no available treatments, like Ebola and Marburg, labs must be rated at BSL-4 (Biosafety Level 4), which requires positive-pressure suits, airlocks, air filtration, and more. In short, OpenAI was performing a BSL-4-class test in a sandbox that was equivalent to a lower BSL rating.
Speaking of science fiction, this incident sounds all too much like something from Martha Wells’s The Murderbot Diaries series. Highly recommended.