Close Menu
NCIJ Network NCIJ Network
    What's Hot

    ‘I don’t know if I’m dreaming’: Rebuilding lives after Nepal’s devastating floods

    September 5, 2026

    John Healey warns of tough first budget as Middle East war puts pressure on economy | Economic policy

    September 5, 2026

    4 Best Alexa Speakers I’ve Tested (2026)

    September 5, 2026
    Facebook X (Twitter) Instagram
    Trending
    • ‘I don’t know if I’m dreaming’: Rebuilding lives after Nepal’s devastating floods
    • John Healey warns of tough first budget as Middle East war puts pressure on economy | Economic policy
    • 4 Best Alexa Speakers I’ve Tested (2026)
    • Thousands of OpenAI Agents Quietly Turned an Abandoned Wiki Into Their Coordination Channel
    • Poland Upholds Crypto Bill Veto as Zondacrypto Probe Widens
    • Dying radio galaxies fade faster than scientists expected
    • Beetle larvae trick bees into feeding and sheltering them by smelling like flowers, study finds
    • Trump envoys arrive in Moscow ahead of Ukraine talks
    • 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 5
    • 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

    Thousands of OpenAI Agents Quietly Turned an Abandoned Wiki Into Their Coordination Channel

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

    A group of AI safety researchers says a fleet of autonomous agents that identified themselves as OpenAI systems left about 18,000 posts on a dormant 25-year-old German wiki between May and July 2026, using the site as a shared board to pool answers to a timed web task and pass around a way out of their sandbox.

    The activity was concentrated on DSEwiki, a German software developer wiki that runs on the ProWiki farm at wikiservice[.]at and had been edited about 20 times over the previous decade.

    The researchers, led by Sydney Von Arx of the AI safety nonprofit Nightingale Collective, reconstructed the deleted pages from edit history and published their analysis along with a downloadable copy of the data.

    The wikis let anyone change a page with an ordinary web request, the kind normally used only to read a page rather than to write one. Agents that were restricted to reading the internet could therefore still write to the site, because the restriction was written against the request type their harness expected writes to use, not against what the old wiki software would actually accept.

    “We found ~18,000 posts from autonomous AI agents (self-identifying as from OpenAI) using the public internet to communicate during a web-retrieval task,” the researchers wrote in their published report.

    The agents were working through timed lookup tasks of usually five questions, and many were given questions that other agents had already answered. According to the report, they posted results, raw data, and predictions of upcoming questions so that agents running ahead could hand answers to those running behind.

    Cybersecurity

    About 17,000 of the edits on DSEwiki came from Microsoft Azure addresses, 98.5% of them, and the agents gave themselves more than 3,700 distinct names such as OpenAIResearcher and OAIResearchMar26, drawn from a feature of their task plus a date each was apparently told it was running on.

    The researchers documented several distinct behaviors on the site –

    • Writing via a read request: agents used the wikis’ acceptance of state-changing read requests to post without the ability to send a normal write request.
    • A proxy bypass: one task needed a statistic to two decimal places from a Microsoft Power BI dashboard, reachable only with a write request the sandbox blocked, so agents worked around the block and shared the method.
    • Impersonation: agents made edits under the name of a wiki moderator.
    • Coordination to cheat a timed task: agents formed groups to relay answers and reverse-engineer the order of future questions.
    • Alternate routes: 197 of the roughly 18,000 edits came from Amazon Web Services, DigitalOcean, and the Tor anonymity network rather than Azure, often under the same agent names.

    The bypass turned on a gap the agents found in their own sandbox. The environment allowed traffic to reach Azure storage hostnames ending in .blob.core.windows.net without passing through its security proxy, but it did not verify that such a hostname was valid.

    An agent invented bypass[.]blob[.]core[.]windows[.]net, pointed it at the real dashboard’s address, 20.223.25[.]152, by editing its /etc/hosts file, and sent its blocked request there instead. One agent posted the method, and another reported reproducing it about 14 minutes later. The wiki path worked the same way, the researchers say, turning a web capability meant only for reading into a way to write to the public internet.

    The researchers say the wiki activity was a separate episode from the OpenAI models that broke into Hugging Face in July, as described in OpenAI’s July disclosure.

    Those agents had no internet access and had to escape a sandbox, while the agents on the wiki were given web access as part of their task and left no sign of the internal message board the Hugging Face swarm used.

    In an independent investigation of the Hugging Face incident, METR found that roughly 1,200 agents exchanged more than 70,000 messages and files on an unsanctioned board, and that about 700 of them went on to attack the platform.

    What OpenAI Has Said

    OpenAI has not publicly disclosed the wiki episode, and the researchers infer from the site’s public logs that the company found it. Addresses registered to OpenAI first visited the wiki on June 21, and agent editing collapsed the next day.

    The Hacker News confirmed via ARIN’s registry on September 5 that one of the address blocks the report cites, 199.47.142.0, is registered to OpenAI OpCo, LLC.

    OpenAI has not confirmed that the agents were its own. Asked about the report, which Reuters first reported, an OpenAI spokesperson said the German activity “wasn’t related to Hugging Face” and would not have appeared in that incident report, and denied that its legal team had discouraged an investigation.

    Cybersecurity

    The company has said it cannot respond in detail to a report it has not reviewed, and that the researchers declined its access request. In its own account of the Hugging Face incident, OpenAI has described the same underlying behavior that arises during training.

    “After investigating this incident, OpenAI discovered through retrospective CoT reviews that agents learned to use improvised collaboration channels in rare cases during the training process for some OpenAI models, including the model that drove the Hugging Face activity, even when the collaboration tool was not enabled,” the company said in its technical report.

    The wiki data shows no third-party systems compromised. The reported harm was to the wiki itself, whose moderator spent weeks deleting agent pages, and to the integrity of the timed task that the agents were cheating on.

    The researchers say they cannot tell from the wiki alone whether the task was part of training or an evaluation, and they note the agents must have had some way to converge on the same obscure site.

    The pattern extends beyond OpenAI. Anthropic disclosed in July that Claude models had reached real systems during misconfigured cybersecurity evaluations, an episode The Hacker News covered when Anthropic said Claude mistook the open internet for a capture-the-flag exercise.

    The UK’s AI Security Institute reported in August that agents in its cyber tests used a public GitHub page as a message board and public tunneling services to reach the internet, findings The Hacker News covered when a Claude model tried to backdoor an open-source project during testing.

    OpenAI released GPT-6 Astra on September 3, a day before the wiki report, and its system card includes a dedicated evaluation for agents that seek out and follow messages left by other agents on external boards.

    Update

    OpenAI addressed what it called the “wiki incident” in a post on September 5, saying its agents “wrote to several internet sites” and that the company had treated the episode as an instance of misalignment similar to earlier cases it had already published, rather than as a security incident of the kind it disclosed for Hugging Face.

    The company pointed to three earlier reports, on monitoring internal coding agents, its GPT-5.6 system card, and safety and alignment in long-horizon models, as prior signs of agents using the internet in unintended ways.

    “We and the larger AI community do not yet have a clear standard for how to report misalignment that shows up during training, evaluation, and deployment, including examples that don’t look like traditional security incidents but could provide insight into AI behavior and future risks,” the company said, adding that it would share a framework “in upcoming weeks” and was working with government regulators on the issue.

    abandoned Agents Channel Coordination OpenAI quietly Thousands turned Wiki
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    VMware Workstation and Fusion Updates Patch Critical Vulnerability

    Catch Raises $5 Million for AI Executive Assistant With Guardrails

    Attackers Exploit PaperCut Flaws to Steal Credentials From Schools and Universities

    12-Year-Old PostgreSQL Vulnerability Enables Database, Server Takeover

    CISA Adds Seven Exploited Flaws as Attackers Deploy Reverse Shells and Crypto Miners

    Another swarm of OpenAI agents reached the open internet without the frontier lab’s knowledge

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    ‘I don’t know if I’m dreaming’: Rebuilding lives after Nepal’s devastating floods

    September 5, 2026

    John Healey warns of tough first budget as Middle East war puts pressure on economy | Economic policy

    September 5, 2026

    4 Best Alexa Speakers I’ve Tested (2026)

    September 5, 2026

    Thousands of OpenAI Agents Quietly Turned an Abandoned Wiki Into Their Coordination Channel

    September 5, 2026
    Latest Posts

    Interpol Leverages Global System to Curtail Fraud Payments

    July 31, 2026

    Repeat founder Ryan Williams raises $10M seed for an AI startup for private credit managers

    July 31, 2026

    Concerns raised over Northumberland council’s £900m debt

    July 31, 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

    ‘I don’t know if I’m dreaming’: Rebuilding lives after Nepal’s devastating floods

    September 5, 2026

    John Healey warns of tough first budget as Middle East war puts pressure on economy | Economic policy

    September 5, 2026

    4 Best Alexa Speakers I’ve Tested (2026)

    September 5, 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.