1-Click RCE to steal your Moltbot data and keys
depthfirst.com
1-Click RCE to steal your Moltbot data and keys
1–10 of 78 posts
Re: 1-Click RCE to steal your Moltbot data and keys
#2Re: 1-Click RCE to steal your Moltbot data and keys
#3Re: 1-Click RCE to steal your Moltbot data and keys
#4Re: 1-Click RCE to steal your Moltbot data and keys
#5[dead]
Re: 1-Click RCE to steal your Moltbot data and keys
#6On the other hand, the people most inclined to hand over access to everything to this bot also strike me as people without a lot to lose? I don't want to make an unfair characterization or anything, it just strikes me that handing over the keys to your entire life/identity is a lot more palatable if you don't have much to lose anyway?
Am I missing something?
Re: 1-Click RCE to steal your Moltbot data and keys
#7Re: 1-Click RCE to steal your Moltbot data and keys
#8Re: 1-Click RCE to steal your Moltbot data and keys
#9It uses kernel-level security primitives (Landlock on Linux, Seatbelt on macOS) to create sandboxes where unauthorized operations are structurally impossible. API keys are also stored in apples secure enclave (or the kernel keyring in linux) , and injected at run time and zeroized from memory after use. There is also some blocking of destructive actions (rm -rf ~/)
its as simple to run as: nono run --profile openclaw -- openclaw gateway
You can also use it to sandbox things like npm install:
nono run --allow node_modules --allow-file package.json package.lock npm install pkg
Its early in, there will be bugs! PR's welcome and all that!
Re: 1-Click RCE to steal your Moltbot data and keys
#10The real problem is that there is nothing novel here. Variants of this type of attack were clear from the beginning.
At least currently, I don't think we have good ways of preventing the former, but the latter should be possible to avoid.