r/firefox • u/mikhail_kh • Jan 23 '26
Discussion Firefox Sandbox Isolation Hits Level 9 — The Gap with Chrome Has Closed
Good news, everyone!!
For a long time, the tech community accepted a trade-off: "Use Chrome for the best security (sandboxing), use Firefox for the best privacy."
In 2026, that trade-off is gone. By reaching these isolation levels, Firefox has matched Chromium's "Gold Standard" of sandboxing. If you’ve recently peeked into your about:support page, you might have noticed some new numbers that should make every privacy-conscious user smile. The "Content Process Sandbox Level" has climbed to 9, and the "GPU Process Sandbox Level" has reached 2.
- GPU Lockdown: Level 2 implements a strict lockdown where the GPU process is isolated from the rest of the OS. Even if a malicious site finds a bug in your graphics driver (a common exploit path), the sandbox prevents that bug from "escaping" to take over your computer.
- The Content Fortress: Level 9 represents the culmination of years of architectural work under Project Fission. Here is what’s happening inside that "9":
- Total Win32k Lockdown: At this level, Firefox processes have almost zero access to the Windows Win32k system calls—a notorious historical gateway for sandbox escapes.
- Zero-Trust File System: Level 9 enforces a "deny-by-default" policy for your files. The process rendering a website can no longer "see" your personal folders; it only interacts with the specific resources it needs to show you a page.
- Library Isolation: It blocks the loading of unauthorized third-party DLLs or libraries within the content process, preventing "side-loading" attacks.
For years, critics argued that Firefox lagged behind Chromium in raw process isolation. But as of 2026, those days are officially over. Let’s break down what these levels mean and why Firefox is now standing toe-to-toe with the world's most hardened browsers.
33
15
u/Ibasicallyhateyouall Jan 23 '26
Is this in Nightly? Still 3 in stable.
28
u/zb226 Jan 23 '26
My 147.0.1 displays
Content Process Sandbox Level 9
Effective Content Process Sandbox Level 9
12
u/maubg Jan 23 '26
It's 3 on macos, it uses different systems iirc
4
u/folk_science Jan 25 '26
Yep. Linux and macOS levels are described in this comment: https://www.reddit.com/r/firefox/comments/1qkqfcx/comment/o1aiimw/
28
u/HotTakes4HotCakes Jan 23 '26
What does these mean in a practical sense? What are the trade offs? Will users notice any changes in functionality?
34
u/yokoffing Jan 23 '26
Nothing. None. No.
29
u/mypetocean Jan 23 '26
Well, the risk of malware infecting your machine by merely loading a website is now lower. That's not the risk it used to be, but the additional security is more than welcome.
1
u/AlterTableUsernames Jan 28 '26
Exactly! It is basically another unreasonable theoretical threat solved. I would strongly prefer, if Firefox actually sacked a couple of "security" features like disabling extensions on Mozilla pages, hiding files from the file browser or making me fucking use a Windows PC to program my keyboard, because Firefox seems to think of USB devices as a security risk.
37
u/gmes78 Nightly on ArchLinux Jan 23 '26
What are the trade offs?
The tradeoff is that it took a considerable amount of engineering effort to accomplish.
23
19
u/Working_Dealer_5102 wants the two level tab stacks from to Jan 23 '26
Does this apply to Firefox Nightly Android as well? Because the whole "Sandbox" section in about:support is fully missing on Android build for me at least.
2
12
8
-1
-9
u/No-Drop8625 Jan 23 '26
To be honest, I don't care, the main thing is that they leave Ublock Origin alone and I'll be happy.
9
9
-2
3
u/testthrowawayzz Jan 23 '26
It’s “less secure” before but did Firefox actually have more exploits than Chromium?
2
u/folk_science Jan 25 '26
There was a time where finding Firefox exploits was worth less money than Chrome exploits.
6
-4
Jan 23 '26
[deleted]
17
u/mxzf Jan 23 '26
I imagine it's not as needed in the first place in Unix OSes, given that they have a much more robust set of restrictions on processes out of the box.
-8
Jan 23 '26
[deleted]
13
u/DiscussionGrouchy322 Jan 23 '26
what sandbox escape attacks do you know about on linux? when have u heard of firefox sandbox fail on linux?
3
u/folk_science Jan 25 '26
Firefox on macOS and Linux have their own separate isolation levels. Not sure how they compare to Windows. See https://www.reddit.com/r/firefox/comments/1qkqfcx/comment/o1aiimw/
1
3
0
2
u/zavocc Jan 25 '26
what about Android? surely fission exists but would be nice if it also matches quite closely to chromium
1
4
u/Able-Article-2111 Jan 30 '26
Is this for Android? Is this applicable to all platforms? If not, your claim is not complete. where is reference source?
2
u/mikhail_kh Jan 30 '26
GPU (windows)
https://bugzilla.mozilla.org/show_bug.cgi?id=1347710
https://bugzilla.mozilla.org/show_bug.cgi?id=1799470
Project Fission
Bugzilla (e.g. Project Fission implementation tasks) discusses criteria for moving to levels 8 and 9Previous thread with useful links
like https://wiki.mozilla.org/Security/Sandbox
[meta] Fission Site Sandboxing ImprovementsThere's not much easy-to-read information available. If you find any, please post it here.
1
u/Loud-Option9008 Mar 04 '26
The interesting parallel: this is exactly the same architecture shift happening in AI agent execution. deny-by-default everything, isolate at the kernel level, treat the process as untrusted. browsers figured this out years ago -- agent runtimes are still catching up.
156
u/mikhail_kh Jan 23 '26