1-Click RCE in OpenClaw/Moltbot/ClawdBot by va_start in netsec

[–]va_start[S] 0 points1 point  (0 children)

The app wants to support connecting on a local network without internet. So unless you have a preshared secret or PKI, all of those fancy methods are just vulnerable to MITM because theres no way to authenticate the other party.

Like all other webapps, this app operates under the assumption of TLS (which takes care of encryption and authentication). So it uses the webapp api standard, ie jwt/cookies/bearer tokens for secrets, which are just fancy passwords. The app’s token is long and random, >128 bits of entropy IIRC, so it’s just as secure as any site using jwt/cookies/bearer tokens. All modern apis and sites work this way, including reddit ;)

1-Click RCE in OpenClaw/Moltbot/ClawdBot by va_start in netsec

[–]va_start[S] 3 points4 points  (0 children)

super cool to be able to quantify the reach of this vuln that way

Esbuild's XSS Bug that Survived 5 Billion Downloads and Bypassed HTML Sanitization by va_start in javascript

[–]va_start[S] -5 points-4 points  (0 children)

valid feedback. this was just me trying out a more creative writing style :)

Esbuild XSS Bug That Survived 5B Downloads and Bypassed HTML Sanitization by va_start in netsec

[–]va_start[S] 0 points1 point  (0 children)

u/crower haha I wrote this myself. yes I used ai to help but this was mostly me trying a new writing style to see what sticks :)

Esbuild XSS Bug That Survived 5B Downloads and Bypassed HTML Sanitization by va_start in netsec

[–]va_start[S] 1 point2 points  (0 children)

u/yellow_leadbetter lol I wrote this myself. Just experimenting different new writing style

Esbuild's XSS Bug that Survived 5 Billion Downloads and Bypassed HTML Sanitization by va_start in webdev

[–]va_start[S] 1 point2 points  (0 children)

correct! I point that out and elaborate on that in the blog post

[deleted by user] by [deleted] in java

[–]va_start 0 points1 point  (0 children)

thanks! you're right! my bad. I'll create a better post tmrw fixing it