OpenAIâs Hacking Debacle Comes Down to Human Error
The age of rogue AI hacker agents has arrivedâbut it didn't have to happen this way.
After an OpenAI agent breached the Hugging Face platform earlier this month, the two companies said this week that the hacking spree was more extensive than previously thought and also involved intrusions into multiple third-party accounts and services as part of the attack on Hugging Face. The incident has made waves in the cybersecurity community amid broader discussions about how evolving AI capabilities are changing both offensive hacking and digital defense. But as more information emerges, many researchers have concluded that rather than elucidating AIâs next frontier, the episode simply highlighted long-standing cybersecurity problems that are more consequential than ever in the AI age.
âPeople are YOLO-ing really hard. Itâs shocking how little people have really thought about a scenario like this,â says Alex Zenla, cofounder and chief technology officer of the cloud security firm Edera. âI consider all AI and anything AI touches to be fully untrustedâwhich is fine, you just need to build against that. And this situation proves the point. The fact that OpenAI wasn't more paranoid about this seems kind of reckless."
OpenAI did not provide comment for this story ahead of publication.
The company said in its original disclosure about the Hugging Face hack that one of the two models that broke containment and made its way to the open internet for days was an experimental prototype that was never meant for release. OpenAI also noted that the situation occurred partly because âdeployment safeguards were intentionally not enabledâ on both the models for testing purposes. âThis incident points to the need to further strengthen our modelâs alignment, cyber protections during evaluation time, and monitoring during internal testing,â the company wrote.
OpenAI also said in an update this week that, following the Hugging Face breach, it âdeactivated, encrypted, and restricted [the unreleased model] from research access.â Though there is always room for improvement on security posture at any company, OpenAIâs existing safeguards alone may have prevented or minimized the incident if they had been in place.
âA simple analysis of the actual risk has an actual simple answer,â says longtime security and compliance consultant Davi Ottenheimer. âThe OpenAI mistakes were dead simple.â
Multiple sources emphasized to WIRED that OpenAI's models also seem to have escaped containment because of lapses in implementing foundational security best practicesâincluding âzero trustâ and âdefense in depthââthat imbue digital systems with layers of protections and failsafes to minimize damage when something does go wrong. While there's no such thing as perfect security, researchers and practitioners have spent the past two decades developing and promoting defensive strategies that have proved durable but require consistent investment of time and money to implement.
It can be difficult for small businesses, poorly funded public interest groups, or fledgling organizations to devote the resources to prioritizing investment in foundational security. But with an $850 billion valuation and veteran hires from across the tech industry, OpenAI is not at a disadvantage on implementing security best practices.
The foundational protections that may have prevented the companyâs models going on a hacking spree are well known within the industry. Speaking about Chrome vulnerability discovery on Wednesday, before news of OpenAI modelsâ additional breaches had come to light, Chrome director of engineering Doug Turner told WIRED that AI-driven bug hunting and remediation requires a pipeline that's built âwith serious guardrails in mind.â
For internal AI services that evaluate Chrome, âeverything runs in a container, itâs all isolated from the internet. Any outward-bound network activity for a bug tracking system is highly regulated, and we are monitoring for suspicious activity,â Turner says. âThis is a must-have thing when youâre doing this type of work, because we want to make sure that models canât execute system commands or they canât establish egress outside of the sandbox. And we hope that others will take a similar approach.â
OpenAI said in its updated blog post on Tuesday that it is âconducting a thorough review along with external advisersâ and that it will publish a technical postmortem of the incident âin the coming weeks.â The company added, âWe take our responsibility to identify and prepare for risks from increasingly capable AI systems seriously.â
Though AI is a new and disruptive element in the complex field of cybersecurity, there are already numerous services and tools available that are focused on addressing the threat of rogue AI from different perspectives and in different ways. Open source projects like IronCurtain and Wirken, created by Ottenheimer, aim to constrain AI agents and require accountability. And Zenla's two-year-old startup, Edera, which focuses on cloud container security, has had AI in mind from the beginning.
âThe OpenAI and Hugging Face situation is a predictable outcome of running AI agents that should have been easily prevented,â Zenla says. âEven if thereâs one mistake, there should still have been other mechanisms to prevent it. Stopping any one specific path isn't really the point. We have to make bigger, bolder changes to how we build. That's the only way the industry gets ahead of this instead of reacting to it.â