Hacker News Viewer

If you're running OpenClaw, you probably got hacked in the last week

by kykeonaut on 4/3/2026, 4:21:32 PM

https://old.reddit.com/r/sysadmin/comments/1sbdw29/if_youre_running_openclaw_you_probably_got_hacked/

Comments

by: steipete

OpenClaw creator here.<p>This was a privilege-escalation bug, but not &quot;any random Telegram&#x2F;Discord message can instantly own every OpenClaw instance.&quot;<p>The root issue was an incomplete fix. The earlier advisory hardened the gateway RPC path for device approvals by passing the caller&#x27;s scopes into the core approval check. But the `&#x2F;pair approve` plugin command path still called the same approval function without `callerScopes`, and the core logic failed open when that parameter was missing.<p>So the strongest confirmed exploit path was: a client that ALREADY HAD GATEWAY ACCESS and enough permission to send commands could use `chat.send` with `&#x2F;pair approve latest` to approve a pending device request asking for broader scopes, including `operator.admin`. In other words: a scope-ceiling bypass from pairing&#x2F;write-level access to admin.<p>This was not primarily a Telegram-specific or message-provider-specific bug. The bug lived in the shared plugin command handler, so any already-authorized command sender that could reach `&#x2F;pair approve` could hit it. For Telegram specifically, the default DM policy blocks unknown outsiders before command execution, so this was not &quot;message the bot once and get admin.&quot; But an already-authorized Telegram sender could still reach the vulnerable path.<p>The practical risk for this was very low, especially if OpenClaw is used as single-user personal assistant. We&#x27;re working hard to harden the codebase with folks from Nvidia, ByteDance, Tencent and OpenAI.

4/3/2026, 5:58:21 PM


by: sunaookami

Honest question: What do people actually USE OpenClaw for? The most common usage seems to be &quot;it reads your emails!&quot;, that&#x27;s the exact opposite of &quot;exciting&quot;...

4/3/2026, 5:55:32 PM


by: petcat

I don&#x27;t use OpenClaw, but I still run my Claude Code and Codex as limited macOS user accounts and just have a script `become-agent &lt;name&gt; [cmd ...]` that does some sudo stuff to run as the limited user so they don&#x27;t have any of my environment or directory access, or really any system-level admin access at all. They can use and write to their home directories as usual, which makes things easier to configure since those CLI harnesses really like when $HOME is configured and works as expected.<p>It&#x27;s a good compromise between running as me and full sandbox-exec. Multi-user Unix-y systems were designed for this kind of stuff since decades ago.

4/3/2026, 5:31:56 PM


by: sva_

&gt; 4. System grants admin because it never checks if you are authorized to grant admin<p>Shipping at the speed of inference for real.

4/3/2026, 5:11:05 PM


by: niwtsol

Title is a bit misleading, no? You have to have openclaw running on an open box. And the post even says &quot;135k open instances&quot; out of 500k running instances? so a bit clickbait-y

4/3/2026, 5:23:01 PM


by: kube-system

If someone could forward the SSH port from my VPS to access my instance, I already had bigger problems.

4/3/2026, 6:37:19 PM


by: Leomuck

Well, such things were to be expected. It&#x27;s easy to bash on all the people who haven&#x27;t gotten the necessary IT understanding of securing such things. Of course, it&#x27;s uber-dumb to run an unprotected instance. But at the same time, it&#x27;s also quite cool that so many people can do interesting IT stuff now. I&#x27;m thinking basically it&#x27;s a trade-off. Be able to do great stuff, live with the consequences of doing that without proper training. Like repairing your car yourself. You might have fun doing it, it might get you somewhere, but you have to accept that if you have no idea about cars, you just introduced a pretty big risk into your life (say if you replaced the brakes or something). But yea, security, privacy, fighting climate change, all very much on the decline - humans doing cool things, ignoring important things - we&#x27;ll have to live with the consequences.

4/3/2026, 5:43:09 PM


by: neya

Someone has to say this, but - If you still continued to use OpenClaw despite multiple top news sites explaining the scope of the previous hacks and why you shouldn&#x27;t use it, you probably deserved to get hacked

4/3/2026, 5:47:45 PM


by: Simon321

Only if your openclaw instance is publicly exposed on the internet... which is not the case for most people

4/3/2026, 5:21:14 PM


by: pym4n

Guys, OpenClaw is a toy, that&#x27;s it!

4/3/2026, 6:36:48 PM


by: earnesti

I don&#x27;t think enabling admin on open internet is a default behaviour by any means?

4/3/2026, 5:19:33 PM


by:

4/3/2026, 5:12:51 PM


by: rvz

OpenClaw has over 400+ security issues and vulnerabilities. [0]<p>Why on earth would you install something like that has access to your entire machine, even if it is a separate one which has the potential to scan local networks?<p>Who is even making money out of OpenClaw other than the people attempting to host it? I see little use out of it other than a way to get yourself hacked by anyone.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;openclaw&#x2F;openclaw&#x2F;security" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openclaw&#x2F;openclaw&#x2F;security</a>

4/3/2026, 5:20:14 PM


by: throwatdem12311

Think of all the people that are too ignorant to even understand the basics of any of this that are running OpenClaw. They will be completely unaware and attackers can easily hide their tracks by changing system prompts (among plenty of other things).<p>This is bad.

4/3/2026, 5:20:43 PM


by: gos9

Really? Posting AI generated Reddit post with no sources or anything?

4/3/2026, 5:18:20 PM


by: hyperlambda

[dead]

4/3/2026, 6:16:08 PM


by: fraywing

Could anyone have predicted that giving an agent free reign of your personal hardware could have resulted in bad things happening? not I &#x2F;s

4/3/2026, 5:21:18 PM


by: podgorniy

lol

4/3/2026, 5:03:56 PM


by: deadbabe

I have a theory OpenClaw was built deliberately for malicious reasons under the guise of being something cool and useful.

4/3/2026, 4:56:51 PM


by: blharr

Hackernews is now posting links to reddit AI slop posts that I came here to get away from...

4/3/2026, 5:22:05 PM