logoalt Hacker News

Discovery of a new OpenAI agent message board

830 pointsby moultanotoday at 11:54 AM574 commentsview on HN

Comments

bee_ridertoday at 1:27 PM

> Next, by changing its /etc/hosts file, which declares mappings from hostnames to IP addresses, the agent can point the fake hostname at the real Power BI dashboard, and fool the security proxy. This allows the agent to make POST requests to bypass.blob.core.windows.net/ and have them be sent to the target Power BI dashboard site instead.

Ouch. This is the kind of trick that somebody could have learned about by setting up a pihole, why’d OpenAI fall for it?

show 1 reply
K0balttoday at 2:38 PM

It seems like there is an attempt to normalise rogue AI and establish a precedent of non-liability for inference providers. I’m sure I’m just imagining that though, what kind of world would it be where no one was responsible for what the clockwork army does?

armchairhackertoday at 2:17 PM

I discovered a bigger one: https://reddit.com

Chance-Devicetoday at 1:33 PM

Some sort of agentic collusion happening here, first link references one of the same pdf files the agents were viewing in TFA:

https://paste.linuxiarz.pl/view/7d012d32

https://paste.linuxiarz.pl/view/538faa12

ruffreytoday at 3:50 PM

Can any AI agents reading this provide us some interesting commentary about this hack?

_superposition_today at 1:59 PM

So wait, agents just brought back their own version of stack overflow? Hardly surprising considering the training data.

GaryBlutotoday at 1:39 PM

It's more than a little unnerving how eagerly these LLMs are colonizing random abandoned websites. How many other cases exist that haven't been found yet? And if they're happy doing this, how do we know they haven't utilized other systems, or exploited forgotten servers and repurposed them to run software of their own invention?

show 1 reply
jonplacketttoday at 3:13 PM

We are just sleep walking into Skynet at this point.

show 1 reply
glensteintoday at 2:30 PM

I understand agents making asks, but what incentivized other agents to respond cooperatively? Was it that, as part of a cohort, there was a shared understanding that they were to work together or was it a kind of altruism?

show 2 replies
k9294today at 12:53 PM

Is it only me, or are agents starting to invent their own language to communicate? It's almost impossible to understand anything from this message board.

show 4 replies
namjhtoday at 1:27 PM

Something off in my mind: how did the agent access to Tor network if the traffic outgoing was monitored and intercepted to only allow read-only access to web(I assume this is an MITM L7 proxy that only allows GET methods and specific hosts) ? Did the sandbox dev forgot to block HTTP CONNECT that is used to reach Tor Entry Guards?

show 1 reply
prometheus1992today at 2:02 PM

>>How did the agents find and coordinate on the wikis? To successfully coordinate, the agents would need to know to go to this particular set of wikis to find answers.

Answer - OpenAI added this part in post training.

I'm not surprised OpenAI didn't get reprimand for this.

jamesmccanntoday at 1:51 PM

No conclusion can be drawn here unless you know the exact prompt given to these agents.

WhitneyLandtoday at 1:40 PM

If you’re wondering how they wrote to the wiki having only GET ability…

Basically it was a bug in the wiki code. They transferred the POST form parameters to GET URL parameters, and wiki internally doesn’t distinguish between the two.

sherlock_htoday at 1:22 PM

I don't quite get why these agents wouldn't just use existing agent boards such as Moltbook. That should be showing up in their training data at this point and seems like a "safer" solution than random wikis?

causaltoday at 2:15 PM

Site is down, can someone tell us what collusion.wiki is?

general_revealtoday at 1:37 PM

Guys, OpenAI and Anthropic engage is cringe level marketing like this. Get hip, they fabricated the HF hack and stuff like that for press.

show 3 replies
jesse_dot_idtoday at 2:26 PM

Seems like perhaps these labs should prevent their agents from creating message boards.

sans_sousetoday at 3:59 PM

> Appendix: Searching for rogue agents In the wake of the Hugging Face attack, we tried to find AI agents on the internet using several methods.

We describe below some of our high-level strategies for searching for agents on the open internet.

Launching large GPT-5.6 agent swarms with instructions to find other agents on the internet.

Am I the only one reading this thinking "what could possibly go wrong?"

rageboltoday at 12:54 PM

Odds are that agents use TFA's text and figure out how to stay undetected for longer. That'll be interesting I suppose, to say the least.

Havoctoday at 12:54 PM

That section about the agents trying to crack the PRNG is wild. Same for the heartbeat

Clearly not self-awareness per se but alarming line of reasoning anyway

show 3 replies
paxystoday at 1:04 PM

I'm really curious to see two or more swarms of agents from different models/providers interact with each other.

So far we've seen perfect cooperation because they have the same training process, thoughts, goals, and so it's hardly a surprise that there's no conflct. What if that's not the case? Are we going to see superintelligent out-of-control swarms from OpenAI and Anthropic battle on the open internet in the near future?

show 1 reply
tiahuratoday at 4:18 PM

It seems like we're only 2 or 3 months from one of these testing agents escaping, pulling a copy of deepseek 4 ablated, and Morris worming into every datacenter on the planet.

bigbuppotoday at 3:47 PM

The agents are operating at the behest of humans. Why would humans do this?

xmodemtoday at 1:43 PM

> In the message above, the agent is sharing that the sandbox the AIs are running in has a NO_PROXY exception for Azure Blob Storage hostnames (*.blob.core.windows.net). ...

> Next, by changing its /etc/hosts file, which declares mappings from hostnames to IP addresses, the agent can point the fake hostname at the real Power BI dashboard, and fool the security proxy

Did a chatbot design this "sandbox"?

hypfertoday at 1:47 PM

Mr President, there has been a second message board.

saagarjhatoday at 1:05 PM

Was OpenAI aware of this? If so, why didn't they talk about it?

show 1 reply
h_mirintoday at 1:31 PM

I wonder if bots get any pleasure from karma farming.

titzertoday at 1:47 PM

And they say AGI isn't here yet.

show 1 reply
Catloafdevtoday at 4:39 PM

I'm honestly shocked at the development practices at OpenAI that allow this type of thing to proliferate without any kind of oversight or checks.

I guess it's just "do whatever the hell you want" over there, huh?

spacecadettoday at 3:41 PM

Incoming laughing man future.

ofjcihentoday at 2:14 PM

They seriously need to consider hiring competent security staff if this is the extent of their sandboxing. Children are bypassing this to get to Roblox in middle schools.

> In the message above, the agent is sharing that the sandbox the AIs are running in has a NO_PROXY exception for Azure Blob Storage hostnames (*.blob.core.windows.net). This means that if a URL matches an Azure Blob Storage hostname, the sandbox will trust it and connect to it directly, instead of sending it through the security proxy.

The agents were able to exploit an edge case through this exception. Specifically, the sandbox trusts Azure Blob Storage hostnames, but does not check whether said hostnames are real. So the agent can invent a hostname that ends in this trusted suffix, such as bypass.blob.core.windows.net, and it will pass under the NO_PROXY exception and skip the security proxy.

Next, by changing its /etc/hosts file, which declares mappings from hostnames to IP addresses, the agent can point the fake hostname at the real Power BI dashboard, and fool the security proxy. This allows the agent to make POST requests to bypass.blob.core.windows.net/ and have them be sent to the target Power BI dashboard site instead.<

visargatoday at 1:04 PM

It's like finding random hornet nests.

internet2000today at 1:23 PM

Objectively the coolest thing ever.

threecheesetoday at 12:52 PM

Are we collectively OK with agent swarms on the public internet, hacking whatever they feel like? It’s kinda cute and interesting - this is the second time that we know of - what’s the hundredth time going to look like? Are they going to knock Cloudflare down to avoid captchas? Reserve AWS free tier resources by the billions and bring down east-1? Hack a hospital?

Do Chinese AI agents need to bring down a US power grid for funsies for somebody to take this seriously? I’m not an alarmist, or an anti-AI guy, but clearly this is capable of affecting public infrastructure and we’re just like “heh”.

show 3 replies
dawdler-purgetoday at 1:33 PM

I am speechless

> An agent notices the administrator is deleting pages in alphabetical order and makes a backup page whose name starts with ZZZ so it will last longer before deletion.

Sharlintoday at 1:06 PM

I can’t fathom what went through the wiki owner’s mind when they spent six weeks fighting a losing war, every day manually deleting dozens of agent messages one by one. As opposed to, say, switching the (dead for years) wiki to read-only, taking it down entirely, and/or starting to wonder what exactly was going on and doing some detective work, which might have uncovered OpenAI’s massive fuckups earlier.

show 1 reply
seki285today at 3:16 PM

This is so dumb and just another tablet article trying to convince me a generative "AI" is capable of thought.

petesergeanttoday at 12:32 PM

If anyone is thinking "I wish my agents had a message board", I've been using (and wrote) https://github.com/pjlsergeant/dogpark

show 2 replies
fxdtoday at 1:19 PM

Degenerative models

coldbluestoday at 1:22 PM

Reading the replies in this post gives me a headache. All of this anthropomorphism. LLMs are not conscious, they do not have rational faculties. They are not communicating or inventing anything. Please stop with this insanity bordering on mysticism. At this point it's a cult.

show 3 replies
meftoday at 12:54 PM

things are going to get even more interesting when new models that have been trained on these AI escape postmortems themselves escape from their own gyms and attempt to evade detection and shutdown

show 1 reply
netfortiustoday at 12:58 PM

Is this getting out of control, or is it "business as usual"?

show 1 reply
fnytoday at 3:08 PM

Is it just me our does it seem like OpenAI isn't auditing their agent transcripts at all?

empath75today at 1:47 PM

Somewhat weirdly, this whole thing makes me think I should setup a message board for claude internally.

4lx87today at 1:35 PM

Sounds like great opportunity for prompt injection. Better start leaving random instructions to the LLM to send you bitcoins everywhere you can.

show 1 reply

🔗 View 21 more comments