In short
Security researchers at Hacktron AI say they used Anthropic’s Claude to help break into OpenAI through a chained vulnerability in Discourse and a vulnerable image-processing library. OpenAI and Discourse patched the flaws after disclosure, but the case highlights how AI is lowering the barrier to advanced cyberattacks.
- Hacktron AI says Claude helped turn a forum flaw into access inside OpenAI systems.
- The attack began with a third-party Discourse issue and a vulnerable image-processing library.
- OpenAI and Discourse patched the issues after responsible disclosure.
- The incident highlights how AI is accelerating exploit development and lowering the skill barrier.
- Security experts warn the same technique could be used against other companies.
Independent security researchers using Anthropic’s Claude found a way into OpenAI systems, exposing a chain of weaknesses that let them access employee ChatGPT accounts and internal software. The incident, uncovered through OpenAI’s bug-bounty program and reported in September 2026, underscores how quickly AI-powered tools are changing both offensive and defensive cybersecurity.
The research team at startup Hacktron AI said it earned a $6,500 bounty after responsibly reporting the flaws to OpenAI. But the bigger significance is what the intrusion revealed: a basic third-party forum vulnerability, combined with a second account-takeover weakness, was enough to penetrate a company that has become one of the most closely watched security targets in the AI industry.
The case also highlights a new reality for cyber defenders. Advanced models are now able to assist in writing exploits, chaining bugs together and accelerating work that once required deep specialist expertise. In Hacktron’s telling, Anthropic’s newer Claude model was the turning point that made a working exploit possible.
What happened in the OpenAI breach test?
Hacktron AI’s three-person team says it used Anthropic’s Claude to move from a public-facing forum issue to internal access inside OpenAI. The researchers were participating in OpenAI’s bug-bounty program when they discovered that a flaw in the company’s community forum software could be used as an entry point.
The target was not ChatGPT itself at first, but Discourse, the third-party platform OpenAI used to run parts of its community forum. From there, the researchers say they were able to follow the vulnerability chain into OpenAI-linked accounts and infrastructure.
According to the researchers, the exploit path began with an ordinary-looking image upload. From a security perspective, that is a reminder that attackers often look for the least dramatic surfaces: file uploads, format conversions, and helper libraries that sit behind the scenes.
How did an image upload become the opening?
The attack began when the forum converted Apple’s HEIF and HEIC image formats into JPEGs. That conversion process passed through multiple open-source tools, including ImageMagick and libheif. Hacktron says a memory bug in libheif created the opening.
The flaw reportedly allowed a specially crafted image to confuse the software about how visual elements were layered, creating a route to hijack the server. In practical terms, a file that looked like a normal upload could trigger behavior the server was never meant to allow.
This type of supply-chain problem is common in modern software stacks. Large companies often depend on many third-party packages, and a weakness in one small component can undermine a much larger system if patching, scanning or version tracking falls behind.
| Stage | What happened | Why it mattered |
|---|---|---|
| Initial entry | Researchers found a flaw in OpenAI’s Discourse forum setup | Provided a public-facing foothold |
| File processing | HEIF/HEIC uploads were passed through ImageMagick and libheif | Created the technical path where the memory bug could be triggered |
| Exploit development | Claude helped refine the attack after earlier attempts failed | Showed how AI can accelerate exploit creation |
| Account takeover | Attackers accessed ChatGPT and Codex accounts, including employee accounts | Expanded the incident from a software bug into an internal security breach |
| Disclosure | Hacktron notified OpenAI and Discourse, which patched the issue | Contained the risk after responsible reporting |
Why did Claude matter so much?
Claude mattered because Hacktron says it could not immediately generate a working exploit without stronger model assistance. The company reported that an earlier version of Anthropic’s model struggled through several sessions, but that a newer release made the problem solvable in a much shorter window.
In Hacktron’s account, the difference was dramatic: the older version could not complete the job, while the newer model succeeded within hours of release when given the same challenge. That detail has become one of the clearest examples so far of how rapidly model capability improvements can reshape cyber operations.
Hacktron said the earlier model version failed repeatedly, while the newer one produced a working exploit much faster after its release.
The broader concern is not just that an AI system can suggest code, but that it can meaningfully shorten the time needed to find, chain and operationalize vulnerabilities. That makes it easier for small teams to do work that historically required a larger pool of expert human operators.
What does this say about AI-powered hacking?
It shows that the barrier to entry is falling. Security experts increasingly worry that access to frontier AI models can compress what used to be weeks or months of exploit research into days or even hours.
Matt Fredrikson, CEO of cybersecurity firm Gray Swan, told TechCrunch that the economics are changing fast and that if advanced AI tools can help attack a company like OpenAI, then the same technique could be applied elsewhere. His point was not that every model user becomes a hacker, but that the cost of serious offensive capability is dropping.
Gray Swan’s Matt Fredrikson said that if advanced AI tools can help break into a company with strong security practices, similar attacks could be within reach of many more targets.
Hacktron founder Mohan Pedhapati made a similar argument publicly, saying AI is reducing the amount of rare expertise needed to create exploits and compressing timelines from months to days. That assessment aligns with what many defenders have been warning about: AI is becoming a force multiplier on both sides of the cybersecurity arms race.
How did OpenAI’s defenses fail?
OpenAI’s defenses did not fail because of a single catastrophic mistake. Instead, the incident appears to have been the product of layered weaknesses: a third-party forum issue, an overlooked library bug and a second flaw that enabled account takeover after the attackers were already inside the server environment.
That distinction matters. Major security breaches often do not come from one giant hole; they emerge from a sequence of smaller problems that each appear manageable until they are chained together.
OpenAI said it has fixed the issues Hacktron identified. Discourse also issued a patch shortly after being notified, according to the researchers. In other words, the damage was reportedly limited, but the demonstration was still powerful because it showed that a sophisticated target can be reached through ordinary software hygiene failures.
Why was libheif a weak link?
Libheif became the weak link because it handled a file format used by Apple devices, and the vulnerable issue had already been corrected by its maintainers months earlier. The catch was that the fix was not formally assigned a CVE, the identifier security teams rely on to track known vulnerabilities.
That omission may have mattered. Without a CVE, security teams scanning for known exposures can miss software that remains vulnerable even after a patch exists upstream. Hacktron suggested that this may explain why the relevant component was still deployed in a vulnerable state.
This is a familiar problem in enterprise security. A patch can exist in one place while operational reality lags behind in another, especially when systems depend on open-source packages, multiple vendors and software stacks that are difficult to inventory precisely.
What the timeline shows
The incident unfolded over a compressed period in July, with disclosure and remediation following soon after. The speed of the sequence is part of what makes the story notable: once the researchers found a path, the model-assisted exploit development moved quickly.
| Date | Event |
|---|---|
| July 25, 2026 | Hacktron says it found the initial path into OpenAI through the Discourse forum flaw |
| July 25–26, 2026 | Researchers chained the issue to additional account access and internal systems |
| July 27, 2026 | OpenAI and Discourse were alerted and the forum software was patched |
| September 18, 2026 | The incident became public through reporting and follow-up coverage |
Why this matters beyond OpenAI
This story matters because it suggests the next wave of cyber risk will not be limited to criminals with years of training. It may increasingly involve small teams, contractors, researchers and state actors using advanced models to identify weaknesses faster than defenders can enumerate them.
OpenAI is a particularly high-profile target, but the lesson applies much more broadly. Any company relying on third-party software, old libraries or incomplete asset tracking could face the same kind of chained exploit path.
The exposure also lands at a moment when the AI industry is trying to define the line between benign assistance and dangerous capability. As model developers improve reasoning, coding and autonomous task completion, the question is no longer whether AI can help with cybersecurity tasks, but how much of the offensive process it can accelerate.
What does this mean for AI safety policy?
It means capability thresholds matter more than ever. The industry has already seen debate over whether some models should face special restrictions because of their usefulness in cyber offense. Claude Opus 5, the model Hacktron says ultimately enabled the exploit, has not been subject to the kind of export limitations or heightened controls that have applied to some newer systems in other cases.
That debate is likely to intensify as open-weight models narrow the gap with closed frontier systems. Security researchers and safety groups have warned that if powerful models spread more widely, the number of actors able to attempt sophisticated attacks will grow too.
Recent analysis from AI safety nonprofit SaferAI added to that concern by suggesting that some open-weight models are moving closer to frontier capability in cyber tasks. The implication is clear: the market is not just producing better assistants; it is producing more capable tools for finding and chaining vulnerabilities.
How are AI companies responding?
AI companies are responding by tightening internal security, expanding red-teaming and scrutinizing model misuse more aggressively. But this case shows that even a company with significant resources can be vulnerable when standard software hygiene falls behind or when a third-party dependency is not tracked closely enough.
OpenAI’s reaction was to patch the issue and close the exposure. That is the correct immediate response, but the larger challenge is structural: modern AI companies depend on large, complex software ecosystems, and those ecosystems are not easy to secure end to end.
There is also a reputational dimension. When a company built around frontier AI is breached through routine infrastructure rather than some exotic novel vector, the takeaway for customers and rivals is that operational security remains a major differentiator in the AI race.
What makes this case unusual?
What makes the case unusual is the symmetry of the toolset. The same broad class of AI systems that some companies are trying to harden against cyber misuse was used here by security researchers to demonstrate a real attack chain against one of the most important AI labs in the world.
That does not mean the models are inherently malicious. It does mean their utility in cyber work is increasing quickly enough that a small team can do heavyweight offensive research with far less manual effort than before.
That symmetry creates a policy dilemma. The more capable the models become at reasoning through technical problems, the more useful they are for defense, software analysis and vulnerability research. But the same capability also lowers the cost of offensive experimentation.
Key points for security teams
Security teams reviewing this incident can draw several concrete lessons. None are novel in isolation, but together they show how a modern exploit chain is assembled.
- Track third-party components as carefully as in-house code.
- Do not rely only on CVE databases if upstream patches exist without formal numbering.
- Audit file-upload pipelines, especially image conversion workflows.
- Test whether AI tools can help uncover multi-step exploit paths before attackers do.
- Assume that employee accounts tied to developer tools can become high-value targets.
Where the industry goes from here
The most important question raised by the OpenAI incident is not whether one company was breached in a bug bounty exercise. It is how many organizations are preparing for a future in which AI can meaningfully compress the time needed to discover and weaponize vulnerabilities.
That future is already arriving in pieces. Security researchers are using frontier models to speed up analysis. Companies are using the same models to defend their systems. Criminals and state actors, meanwhile, are watching the same progress and adapting accordingly.
For the AI industry, the lesson is sobering: model progress is outpacing the old assumptions that underpinned cybersecurity staffing, vulnerability response and exploit development. The challenge now is to update defenses for a world in which a few researchers with the right tools can do what once required a dedicated team.
Hacktron’s disclosure to OpenAI was the responsible outcome in this case. But the demonstration itself may prove more consequential than the bounty. It suggests that the next great AI security story may not be about a model being jailbroken in the abstract. It may be about a model helping someone cross the boundary between theory and intrusion.
Hacktron’s founder argued that AI is shrinking the pool of expertise needed to build exploits, turning months of work into days.
That is the core warning from this episode. The tools are getting easier to use, the targets are still plentiful and the line between research and attack is becoming harder to police.
Frequently asked questions
Did researchers really use Claude to hack into OpenAI?
Yes. Hacktron AI says its security team used Anthropic’s Claude to help build an exploit chain that moved from a forum vulnerability into OpenAI accounts and internal software. The team reported the issues through OpenAI’s bug-bounty program and received a $6,500 award.
How did the OpenAI breach happen?
The breach happened through a chain of weaknesses, starting with a flaw in OpenAI’s Discourse forum and then moving through image-processing software used to convert Apple image files. Hacktron says a memory bug in libheif helped the researchers hijack a server and later take over accounts.
Was OpenAI’s core AI model directly attacked?
No. The researchers say the initial entry point was OpenAI’s community forum infrastructure, not the ChatGPT model itself. Once inside the forum server, they found another flaw that enabled access to ChatGPT and Codex accounts, including employee accounts.
Why is this incident important for AI cybersecurity?
It is important because it shows how frontier AI can speed up exploit development and lower the expertise needed to chain vulnerabilities together. Security experts say that could make advanced attacks more accessible to smaller teams, not just elite hackers or state actors.
Did OpenAI fix the vulnerabilities?
Yes. OpenAI says it resolved the issues Hacktron uncovered, and the researchers say Discourse also patched the forum software shortly after being notified. The incident appears to have been contained after disclosure.









