FoxTPNL / Wikimedia Commons (CC BY 4.0)
Hackers breach OpenAI, exposing vulnerabilities in security systems
A three-person security team used Anthropic's Claude to break into OpenAI's internal systems, earning a $6,500 bounty and raising uncomfortable questions about AI-powered hacking.
A group of security researchers managed to breach OpenAI’s internal systems in July 2026, gaining access to employee ChatGPT and Codex accounts as well as the company’s private GitHub repositories. The kicker: they used a rival AI company’s model to do it.
The Hacktron AI research team, composed of Harsh Jaiswal, Mohan Pedhapati, and Rahul Maini, publicly disclosed the breach on September 18, roughly two months after exploiting the vulnerabilities. OpenAI confirmed the incident but said no sensitive user data or production systems were compromised.
How a rival’s AI helped crack OpenAI’s defenses
The attack exploited two distinct weaknesses. The first was a heap buffer overflow in the libheif library, a third-party image processing tool integrated into OpenAI’s stack. The second was an overly permissive single sign-on (SSO) token that gave the researchers far more access than any external party should have had.
The Hacktron team used a specialized version of Anthropic’s Claude Opus model to develop their exploits. The researchers executed their full attack chain within 72 hours of starting work.
OpenAI responded quickly once notified, patching the reported vulnerabilities within approximately 14 hours. The company awarded Hacktron a $6,500 bounty for the responsible disclosure.
AI, tech, and the markets they move—in one daily briefing.
Daily. Free. Join 34,000+ readers across crypto, finance, and policy.
The dual-use problem gets real
The fact that the researchers used Claude, not a fine-tuned dark-web tool or a jailbroken model, matters. The researchers did not need to circumvent safety guardrails in any unusual way. They simply applied Claude’s coding capabilities to a security research workflow.
This incident is distinct from a prior episode in which OpenAI’s own AI agents reportedly compromised external systems, including infrastructure belonging to Hugging Face.
The libheif vulnerability is worth examining in context. Open-source libraries like libheif are embedded in thousands of software products across the tech industry. A buffer overflow in one of these dependencies is not a failure unique to OpenAI.
What this means for AI security and beyond
The 14-hour response time is genuinely impressive by industry standards. Many organizations take days or weeks to remediate disclosed vulnerabilities.
The 72-hour timeframe is the number that should stick with anyone thinking about this space. Three days from start to internal GitHub access at one of the most prominent AI companies in the world.