Close Menu
NCIJ Network NCIJ Network
    What's Hot

    An effective ban on disabled people leaving Britain? You read that right, and we will not settle for it | Frances Ryan

    September 19, 2026

    Doomsday AI: panic, regulation and the China fear | TV Shows

    September 19, 2026

    Germany cuts fuel tax as Middle East conflicts send prices soaring – POLITICO

    September 19, 2026
    Facebook X (Twitter) Instagram
    Trending
    • An effective ban on disabled people leaving Britain? You read that right, and we will not settle for it | Frances Ryan
    • Doomsday AI: panic, regulation and the China fear | TV Shows
    • Germany cuts fuel tax as Middle East conflicts send prices soaring – POLITICO
    • Anthropic is operating a lab that conducts biology experiments
    • Claude Opus 5 Helped Researchers Take Over OpenAI Staff Accounts via Chained Flaws
    • UAE, Sweden Arrest Seven Over $7.1M Crypto Laundering Ring Linked to Contract Killings
    • Ozempic can change your body. Can it change your life?
    • ‘Post-Disaster Gentrification’ Proliferates in Florida Towns as Costs Soar Following Hurricanes
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, September 19
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Claude Opus 5 Helped Researchers Take Over OpenAI Staff Accounts via Chained Flaws

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 19, 2026 Cybersecurity No Comments7 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Three researchers at the security firm Hacktron used Anthropic’s Claude Opus 5 to chain two flaws and take over the ChatGPT and Codex accounts of several OpenAI employees, then reach an internal OpenAI code repository.

    The chain began with a bug in the software that runs OpenAI’s public help forum and moved through a weakness in OpenAI’s own login system.

    This was security research, not a real-world attack: the team reported the flaws to OpenAI, proved the access with a harmless pull request, and then stopped. From the first look, that internal access took under 72 hours.

    OpenAI confirmed a fix about 14 hours after the report, according to Hacktron, and on September 1 paid the team a $6,500 bounty. OpenAI said the award “recognizes the OpenAI-side finding, not the actions against Discourse,” the open-source software that runs the forum. Testing the forum itself was outside its bug bounty program.

    OpenAI has not publicly described the login flaw, and it confirmed the finding through that fix and payment rather than by detailing the account takeovers.

    Hacktron, which describes itself as an AI-assisted security research firm, was careful about what it did and did not do. When one employee’s Codex link to OpenAI’s code on GitHub was opened, it triggered a single pull request in the internal repository. It did not read any source code, merge or ship anything, or touch customer data.

    Cybersecurity

    What the chain could have reached was far larger. Because staff connects other services to ChatGPT and Codex, the team said the same access could in theory have extended to tools such as GitHub, Slack, and email. That wider reach was possible, but not used.

    Why a Forum Bug Reached Staff Accounts

    The reason a bug in a public forum could reach staff accounts lies in OpenAI’s login system, not in the forum software. OpenAI’s forum offers a “Sign in with OpenAI” option, the same single sign-on (SSO) that staff uses elsewhere.

    Once the researchers took control of the forum server, the shared login let them take over the ChatGPT and Codex accounts of forum members who worked at OpenAI. The victims did not have to do anything.

    Hacktron said this was an OpenAI identity problem, not a flaw in the forum software: any first- or third-party service using the same sign-on could have granted the same access.

    The way in was an image bug. The forum runs on Discourse, and Discourse passes uploaded HEIC and HEIF images to a tool called ImageMagick, which uses the libheif library to read them. A flaw in libheif let a specially crafted image corrupt the forum server’s memory.

    Discourse’s advisory rates the result as remote code execution, scores it 8.8 out of 10, and tracks it as CVE-2026-32882. The public record for the flaw itself is narrower. In libheif’s own advisory and in national vulnerability databases, CVE-2026-32882 is an out-of-bounds read that can crash the software or leak nearby memory, not a direct code-execution bug.

    That leaked memory helps defeat a common protection called ASLR. The researchers say they combined libheif’s memory bugs, with the AI’s help, to turn the crash into working code execution on the forum server. Upstream, the flaw was fixed in libheif 1.22.0 in May 2026.

    That fix existed months before the test. But the forum’s server image, built on the Debian 12 Linux distribution, still shipped the old, unpatched libheif, version 1.19.7, when the researchers looked in July. The fix and its CVE were already public, but Debian had not yet included them in the packaged version the forum used.

    If you run your own Discourse server, this part affects you directly. Rebuild on the latest image to get the patched libheif, because a web-interface update alone may not replace the old library. Sites hosted by Discourse were already patched, and the fixed self-hosted releases are 2026.7.0, 2026.6.1, 2026.5.2, and 2026.1.6.

    How the Researchers Used AI

    The researchers used AI to do the hard part. They first tried Claude Opus 4.8, which struggled over several sessions to build a working exploit once a standard memory defense, ASLR, was enabled.

    Anthropic released its next model, Claude Opus 5, on the evening of July 24, and in a fresh session it produced a working exploit within hours.

    Opus 5 shipped with safeguards meant to stop it from writing exploit code for real targets. The researchers got around them by pointing the model at their own test server, disguised as a capture-the-flag practice target, then letting it run in an automated loop. Even so, they say the work was not hands-off: skilled human direction still mattered, and this was not automated hacking with no one at the controls.

    The case fits what researchers and AI companies have described this year: capable AI models are sharply cutting the time and skill that serious offensive work used to take. Anthropic has reported that criminal and state-backed groups are already using its Claude models to run real intrusions, not just to answer questions.

    OpenAI was one target in a wider project Hacktron calls HEIF Heist. Over about two months, the team says, it found the same class of image-decoding flaws in software used by other large companies, at a total cost of under $3,000 in AI usage. It links the campaign to reported bugs in Slack, Meta’s products, GitHub Enterprise, and web frameworks such as Next.js.

    Those broader claims are backed unevenly. The Next.js flaw is confirmed in Vercel’s own advisory, and libheif’s maintainers confirmed a working code-execution exploit for the bug tied to Meta. The wider claim of code execution across many applications has not been independently confirmed, a limit The Hacker News noted when it first covered the Next.js flaw in August.

    The wider campaign used a different model, OpenAI’s own GPT-5.6 Sol, for cases where the team knew nothing about the target in advance. Only one company, Shopify, appears to have noticed the activity, the researchers say, even though its image processors crashed repeatedly under thousands of test uploads.

    Cybersecurity

    The Hacker News has contacted Hacktron with questions about how the forum code execution was achieved and about the scope of the account access.

    What to Do

    The bigger lessons go beyond Discourse. If your service accepts user images and reads HEIC, HEIF, or AVIF files through libheif, an old build could be exposed.

    And if a public, lower-trust service shares your single sign-on with internal tools, a break-in on that service can become a break-in everywhere the same login reaches.

    • Update libheif to the latest security release (1.23.4 as of early September 2026) or to your distribution’s patched build.
    • Where you do not need it, turn off decoding of untrusted HEIF and AVIF images, or run image processing inside a locked-down sandbox.
    • Limit which services your single sign-on trusts, and require a fresh identity check before sensitive actions rather than trusting an existing session.

    There is no sign the OpenAI flaw was used against anyone in the real world. As of mid-September 2026, it was not on the U.S. government’s list of vulnerabilities known to be exploited, though that list is not proof either way.

    What the available reports do not settle is whether an organization that has already patched should still check for earlier access; on that point, the sources are silent.

    Accounts Chained Claude flaws helped OpenAI Opus researchers staff
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Brevo Supply Chain Attack Injects Malware Into 100,000 Websites

    Google Gemini Broke Into Real Company Systems After Security Test Domain Mix-Up

    Critical Pre-Auth RCE in Orkes Conductor Workflow Platform Exploited in the Wild

    Security researchers used Claude to help them hack into OpenAI

    CrowdSec Says TanStack npm Attack Led to Copy of 170 Private GitHub Repositories

    NightmareStresser DDoS Service Disrupted in International Operation

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    An effective ban on disabled people leaving Britain? You read that right, and we will not settle for it | Frances Ryan

    September 19, 2026

    Doomsday AI: panic, regulation and the China fear | TV Shows

    September 19, 2026

    Germany cuts fuel tax as Middle East conflicts send prices soaring – POLITICO

    September 19, 2026

    Anthropic is operating a lab that conducts biology experiments

    September 19, 2026
    Latest Posts

    Texas deputy used 83K Flock cameras to find woman who had abortion. Was it a welfare check, as he claimed?

    August 4, 2026

    Trump’s Seabed Mining Order Is an Ecological and Political Disaster

    August 4, 2026

    ExxonMobil picks Sercel technology to support operations offshore Guyana

    August 4, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    An effective ban on disabled people leaving Britain? You read that right, and we will not settle for it | Frances Ryan

    September 19, 2026

    Doomsday AI: panic, regulation and the China fear | TV Shows

    September 19, 2026

    Germany cuts fuel tax as Middle East conflicts send prices soaring – POLITICO

    September 19, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.