this post was submitted on 27 Feb 2026
59 points (100.0% liked)

Rust

7825 readers
23 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] protogen420@lemmy.blahaj.zone 2 points 5 days ago (1 children)

wasm and js are by definition remote code execution

"oh but is sandboxed" how many sandbox bypass and sanbox escape CVEs have we had? incountably many

beyond that, that is code using your cpu cycles often inefficiently and for useless purposes or outright malicious purposes such as tracking

[–] ISO@lemmy.zip 3 points 4 days ago* (last edited 4 days ago)

Let's take Lemmy UIs as an example. In a world where this "RCE" is removed, all API calls and returned data would have to go through a "server client" first. I hope this won't take you long to ponder if that's an improvement or not 😉

The web is indeed shit. But dumber web means more "clouding", or if it's not "clouding", and to borrow from your reductionist fatalism: Dumber web replaces a potential RCE with a definite MITM.