Urgent.News

What's breaking now, across thousands of outlets.

Tech

AI Didn't Hack OpenAI. A Missed Debian Backport and an SSO Misconfiguration Did

The headline that circulated this week sounds like a movie trailer: hackers breached OpenAI's internal codebase in 72 hours, and an AI model wrote the exploit. Three researchers, a Claude model, a pull request inside OpenAI's private monorepo. The real story is more useful and more uncomfortable. No exotic AI vulnerability was involved. The breach chain was built from two of the most ordinary…

Three researchers, Harsh Jaiswal, Mohan Pedhapati, and Rahul Maini, discovered a vulnerability in OpenAI's internal codebase. They used an AI model to exploit two simple defects - a missing Debian security backport and an SSO misconfiguration. The AI model helped identify the vulnerability but did not initiate the attack. The breach was discovered on September 18, and OpenAI fixed the issue within 14 hours.

The researchers reported their findings immediately, and Discourse, the forum software, released a fix within days. The bad actors exploited the missing backport and SSO misconfiguration, gaining admin access to the Discourse server and compromising OpenAI employee accounts, which led to access to the internal GitHub repository.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

The Code Style Rules Worth Arguing About

My first code review argument was about a brace. Same line or next line. A senior developer had opened my pull request, scrolled to a method I was proud of, and left a single comment: "brace style."…

  • Observable consequence rules include placing each statement and declaration on its own line.
  • Automating taste bucket through shared formatter configuration recommended.

More from Sunday 20 September →