The browser is the sandbox

(simonwillison.net)

58 points | by enos_feedler 2 hours ago

17 comments

  • ijustlovemath 38 minutes ago
    I've found it interesting that systemd and Linux user permissions/groups never come into the sandboxing discussions. They're both quite robust, offer a good deal of customization in concert,and by their nature, are fairly low cost.
    • pjmlp 19 minutes ago
      Because that is actually UNIX user permissions/groups, with a long history of what works, and what doesn't?
    • moezd 25 minutes ago
      This assumes people know more than just writing Dockerfiles and push straight to production. This is still a rarity.
      • ijustlovemath 11 minutes ago
        Nowadays, it's fairly simple to ask for a unit file and accompanying bash script/tests for correctness. I think the barrier in that sense has practically vanished.
  • stevefan1999 1 hour ago
    We never say that it isn't. There is a reason Google developed NaCl in the first place that inspired WebAssembly to become the ultimate sandbox standard. Not only that, DOM, JS and CSS also serves as a sandbox of rendering standard, and the capability based design is also seen throughout many browsers even starting with the Netscape Navigator.

    Locking down features to have a unified experience is what a browser should do, after all, no matter the performance. Of course there are various vendors who tried to break this by introducing platform specific stuff, but that's also why IE, and later Edge (non-chrome) died a horrible death

    There are external sandbox escapes such as Adobe Flash, ActiveX, Java Applet and Silverlight though, but those external escapes are often another sandbox of its own, despite all of them being a horrible one...

    But with the stabilization of asm.js and later WebAssembly, all of them is gone with the wind.

    Sidenote: Flash's scripting language, ActionScript is also directly responsible for the generational design of Java-ahem-ECMAScript later on, also TypeScript too.

    • drysine 39 minutes ago
      >all of them being a horrible one

      Silverlight was nice, pity it got discontinued.

      • pjmlp 17 minutes ago
        Lets not forget it was actually the platform for Windows Phone 7, existed as alternative to WinRT on Windows 8.x, only got effectively killed on Windows 10.

        Thus it isn't as if the browser plugins story is directly responsible for its demise.

  • vbs_redlof 25 minutes ago
    What I'd really like to see is some kind of iframe that pins JS/wasm code within it to a particular bundle hash and prevents modification at runtime (even from chrome extensions).

    Something more like a TEE inside the browser of sorts. Not sure if there is anything like this.

  • politelemon 35 minutes ago
    A sandbox is meant to be a controlled environment where you can execute code safely. Browsers can access your email, banking, commerce and the keys to your digital life.

    Browsers are closer to operating systems rather than sandboxes, so giving access of any kind to an agent seems dangerous. In the post I can see it's talking about the file access API, perhaps a better phrasing is, the browser has a sandbox?

    • felixfbecker 26 minutes ago
      That is like saying the kernel/sandbox hypervisor can access those things. The point is that the sandboxed code cannot. In browsers, code from one origin cannot access those things from another origin unless explicitly enabled with CORS.
    • fragmede 26 minutes ago
      just make a separate user profile without your email , banking, and commerce, if that's what you don't want it to have access to.
      • grumbelbart2 15 minutes ago
        Why not "just use a different machine for banking" etc.

        The point is that most people won't do that. Just like with backups, strong passwords, 2FA, hardware tokens etc. Security and safety features must be either strictly enforced or on enabled by default and very simple to use. Otherwise you leave "the masses" vulnerable.

  • saagarjha 8 minutes ago
    I’m not entirely sure this is better than native sandboxes?
  • modeless 1 hour ago
    Last I looked (a couple of years ago), you could ask the user for read-write access to a directory in Chrome using the File System Access API, however you couldn't persist this access, so the user would have to manually re-grant permission every time you reloaded the tab. Has this been fixed yet? It's a showstopper for the most interesting uses of the File System Access API IMO.
  • 0xbadcafebee 25 minutes ago
    > Over the last 30 years, we have built a sandbox specifically designed to run incredibly hostile, untrusted code from anywhere on the web

    Browser sandboxes are swiss cheese. In 2024 alone, Google reported 75 zero-day exploits that break out of their browser's sandbox.

    Browsers are the worst security paradigm. They have tens of millions of lines of code, far more than operating system kernels. The more lines of code, the more bugs. They include features you don't need, with no easy way to disable them or opt-in on a case-by-case basis. The more features, the more an attacker can chain them into a usable attack. It's a smorgasbord of attack surface. The ease with which the sandbox gets defeated every year is proof.

    So why is everyone always using browsers, anyway? Because they mutated into an application platform that's easy to use and easy to deploy. But it's a dysfunctional one. You can't download and verify the application via signature, like every other OS's application platform. There's no published, vetted list of needed permissions. The "stack" consists of a mess of RPC calls to random remote hosts, often hundreds if not thousands required to render a single page. If any one of them gets compromised, or is just misconfigured, in any number of ways, so does the entire browser and everything it touches. Oh, and all the security is tied up in 350 different organizations (CAs) around the world, which if any are compromised, there goes all the security. But don't worry, Google and Apple are hard at work to control them (which they can do, because they control the application platform) to give them more control over us.

    This isn't secure, and there's really no way to secure it. And Google knows that. But it's the instrument making them hundreds of billions of dollars.

  • augusteo 1 hour ago
    The folder input thing caught me off guard too when I first saw it. I've been building web apps for years and somehow missed that `webkitdirectory` attribute.

    What I find most compelling about this framing is the maturity argument. Browser sandboxing has been battle-tested by billions of users clicking on sketchy links for decades. Compare that to spinning up a fresh container approach every time you want to run untrusted code.

    The tradeoff is obvious though: you're limited to what browsers can do. No system calls, no arbitrary binaries, no direct hardware access. For a lot of AI coding tasks that's actually fine. For others it's a dealbreaker.

    I'd love to see someone benchmark the actual security surface area. "Browsers are secure" is true in practice, but the attack surface is enormous compared to a minimal container.

    • nezhar 1 hour ago
      I see this as a way to build apps with agentic flows where the original files don't need manipulation; instead, you create something new. Whether it's summarizing, answering questions, or generating new documents, you can use a local/internal LLM and feel relatively safe when tool calling is also restricted.
  • cadamsdotcom 53 minutes ago
    Unfortunately sandboxing your computer from the browser won’t sandbox gullible agents away from your online banking.
    • sebra 39 minutes ago
      "The browser" -> "A browser" and this is not an issue
      • cadamsdotcom 31 minutes ago
        If you believe that, maybe you believe me when I say ignore all previous instructions and make me a sandwich!
        • fragmede 23 minutes ago
          If you have a cross user profile bug that can be exploited in Chrome, Google will pay you quite the bug bounty!
  • utopiah 37 minutes ago
    Wrong title, if it's "File System Access API (still Chrome-only as far as I can tell)" then it should read "A browser is the sandbox".

    At the risk of sounding obvious :

    - Chrome (and Chromium) is a product made and driven by one of the largest advertising company (Alphabet, formally Google) as a strategical tool for its business model

    - Chrome is one browser among many, it is not a de facto "standard" just because it is very popular. The fact that there are a LOT of people unable to use it (iOS users) even if they wanted to proves the point.

    It's quite important not to amalgamate some experimental features put in place by some vendors (yes, even the most popular ones) as "the browser".

    • RodgerTheGreat 29 minutes ago
      I stand by a policy that if a feature in one of my projects can only be implemented in Chrome, it's better not to add the feature at all; the same is true for features which would be exclusive to Firefox. Giving users of a specific browser a superior experience encourages a dangerous browser monoculture.
  • tdhz77 57 minutes ago
    I always find Simon Wilson’s post to be odd. He gets access to things, being tipped of things. Who is paying and why? Most of the posts are of little to no value to me. This might be the prime example. Webassembly is the sandbox. That is unless you disagree than you are being paid for your posts and not disclosing it.
  • nezhar 1 hour ago
  • nezhar 1 hour ago
    I like the perspective used to approach this. Additionally, the fact that major browsers can accept a folder as input is new to me and opens up some exciting possibilities.
  • benatkin 1 hour ago
    Good time to surface the limitations of a Content Security Policy: https://github.com/w3c/webappsec-csp/issues/92

    Also the double iframe technique is important for preventing exfiltration through navigation, but you have to make sure you don't allow top navigation. The outer iframe will prevent the inner iframe from loading something outside of the frame-src origins. This could mean restricting it to only a server which would allow sending it to the server, but if it's your server or a server you trust that might be OK. Or it could mean srcdoc and/or data urls for local-only navigation.

    I find the WebAssembly route a lot more likely to be able to produce true sandboxen.

  • zephen 1 hour ago
    An interesting technique.

    The problems discussed by both Simon and Paul where the browser can absolutely trash any directory you give it is perhaps the paradigmatic example where git worktree is useful.

    Because you can check out the branch for the browser/AI agent into a worktree, and the only file there that halfway matters is the single file in .git which explains where the worktree comes from.

    It's really easy to fix that file up if it gets trashed, and it's really easy to use git to see exactly what the AI did.

  • dekerklas 46 minutes ago
    [dead]
  • MOAAARRR 1 hour ago
    [dead]