DisLoPik blog / security / switch 2 OS

Analysis · Updated 9 August 2026

Switch 2: the current attack surface

Fourteen months after launch there is still no jailbreak, no custom firmware and no modchip. That's not for lack of trying — it's what happens when a company gets a second attempt at a security design. Here's what's actually been broken, what hasn't, and why.

Jailbreak
None
Kernel exploit
None public
Userland
Yes — sandboxed

This is an overview of publicly reported security research — what the scene has found and why the remaining problems are hard. It isn't a guide, and there's nothing here to follow along with, because as of this writing there is no usable exploit chain to describe. Console security moves fast; check the date at the top before trusting any of it.

Where things stand

The Switch 1 was fully broken roughly a year after launch, and that break was permanent — a bootROM flaw can't be patched on hardware already sold. The Switch 2 is past that mark with nothing comparable. Public reporting and community trackers agree on the current picture: no custom firmware, no homebrew launcher, no emulators, no modchip.

Custom firmware
None
Homebrew launcher
None
Modchip
None
Bootloader exploit
None public
Kernel exploit
None public
Userland exploit
Yes
Game dumping
No
Emulation
No

What does exist: a day-one userland proof of concept that only ever managed custom graphics output, a save-based entry point with a crippling practical limitation, community work showing the microSD Express slot carries a real PCIe link, and — as of July 2026 — a new offline userland exploit that's the first genuinely useful foothold anyone has had. All of it lives inside an application sandbox. None of it touches the kernel.

The privilege ladder

Every console break is the same climb. You get code running somewhere unprivileged, then escalate. Public research on the Switch 2 has completed exactly one rung.

1 · Userland

Code inside an app sandbox. Reached — this is where the scene currently sits.

2 · Kernel

Full control of the OS. No public exploit. This is the wall.

3 · Bootloader

Persistence across reboots, the basis of real CFW. Nothing public.

4 · Hardware root

BootROM or silicon flaw — unpatchable, permanent. Nothing public.

People read "Switch 2 exploit found" headlines as rung four. Every one so far has been rung one. The distance between them is most of the work.

Why the Switch 1 fell, and why it can't happen twice

The original console was undone by a flaw in the Tegra X1's boot ROM — the recovery mode that Nvidia shipped in a general-purpose mobile chip contained a bug reachable before any of Nintendo's own code ran. Because boot ROM is mask-programmed at the factory, no update could ever fix it. Every console manufactured before the silicon revision is permanently vulnerable, forever.

That's the important detail people gloss over: the Switch 1 wasn't broken because Nintendo's software was weak. It was broken because a supplier's code had a bug in the one place that can never be repaired, and Nintendo had no opportunity to catch it. Community consensus on this point is blunt — it was a hardware mistake, and expecting a repeat is expecting lightning to strike the same design twice.

The Switch 2 runs a custom Nvidia part designed with that history in the room. The scene's working assumption is that the equivalent recovery path is either gone or hardened, and nothing public has contradicted that in fourteen months.

What's defending it

ARM Pointer Authentication

PAC signs pointers so a corrupted one fails validation. It breaks return-oriented programming — the standard technique for turning a memory bug into code execution. The browser is protected by it, which is why the usual WebKit road in is effectively closed.

Signed boot chain

Each stage verifies the next before handing over control. Without a flaw at the very bottom, modified code never gets to run early enough to matter.

Aggressive firmware updates

Nintendo patches steadily, and online services gate on current firmware. Anything that depends on connecting to Nintendo's servers gets patched out from under it.

Policy, not just silicon

Ban waves for detected modification, and an end-user agreement that reserves the right to render a modified console unusable. The deterrent is part of the design.

That last one is worth sitting with. The Switch 1 scene grew because the cost of experimenting was a banned console at worst. Here the stated downside is considerably steeper, which thins out the pool of people willing to test on retail hardware.

Surface by surface

Six places an attacker can push. None of them are currently open, but they're not equally closed.

The browserhardened
Historically the front door on almost every console — the hidden WebKit instance used for captive portals gave the original Switch its first entry point in 2018. On the Switch 2, pointer authentication makes the usual exploitation chain impractical. Researchers are actively routing around this surface rather than through it, which tells you how well it's holding.
Save dataworks, barely usable
Malformed save files are a classic parser-attack surface, and a save-based userland exploit has existed for a while. The catch is delivery: getting a modified save onto the console has meant going through Nintendo's online save transfer, which requires being on current firmware — the exact firmware most likely to have patched whatever you were going to use next. A working exploit you can't practically deploy is barely an exploit.
Application sandboxbreached
Code execution inside a normal app's context. This is where all current public progress sits. It's real, it's genuinely useful for research, and it grants nothing outside the sandbox — no filesystem access, no key material, no persistence.
The kernelthe wall
Escalating from a sandboxed app to the OS is the single blocking problem. Note that even the original Switch's kernel held up reasonably well — scene discussion puts the last widely known kernel exploit there in the 7.x era, and it went largely unused because so few consoles were on that firmware. Nintendo's kernel work was never the weak link; the hardware was.
microSD Express / PCIeinteresting, unproven
The most-discussed hardware angle. The Switch 2's storage slot isn't a conventional card interface — community projects demonstrated it carries a real PCIe link, to the point that people have run standard NVMe drives through adapters. An external device speaking PCIe to a console is structurally the kind of thing that has produced attacks elsewhere. Structurally is doing a lot of work in that sentence: modern SoCs put an address-translation unit between peripherals and memory precisely to contain this, and nobody has published anything showing that containment failing here.
Fault injectionexpensive, unproven
Glitching power or clock lines to make a verification step return the wrong answer. It's the technique of last resort when the software is clean, and it's a poor fit for a hobbyist scene: it needs equipment, physical modification, extensive characterisation of one specific board, and a tolerance for destroying hardware. Even a success tends to produce something reproducible only by people with the same rig.

The July 2026 exploit, in proportion

In late July, a researcher known as Gezine — with a background in PlayStation 5 security work — announced a userland exploit affecting both Switch generations. It got covered widely, and some of that coverage was misleading. Here's the honest version.

What makes it matter

  • It's offline. No Nintendo account, no server round-trip, no save transfer. That breaks the trap where using an exploit forced you onto the firmware that killed it.
  • It works across firmware versions. A console can stay where it is. For researchers, that means an entry point that doesn't evaporate on the next update.
  • It sidesteps the browser entirely. Gezine's stated reasoning was that pointer authentication made WebKit the hard road, so he took an easier one — which is the sort of remark that reframes how people look at the whole surface map.
  • It's harder to kill. Nothing about it depends on a service Nintendo controls server-side.

What it isn't

It's userland. It stays in the sandbox. It doesn't give system control, doesn't enable custom firmware, doesn't dump games, doesn't run emulators, and isn't a jailbreak. Reporting that described it as undermining the console's security overstated things considerably.

The accurate framing is that this is a stable rung one. If a kernel vulnerability is found later, this is a foothold you can launch it from without first surrendering to a firmware update. That's a real, meaningful improvement in the scene's position — and it is still one rung of four.

The keys problem

A recurring frustration in scene threads is some version of "we just need the keys." It's worth understanding why that's circular.

Content decryption keys aren't stored somewhere you can read them with an app. They're derived inside the boot chain and held by privileged components, some of them console-unique. Extracting them requires the privilege level you were hoping the keys would give you. On the Switch 1, key extraction tools work because the console is already fully compromised — the tool is a consequence of the hack, not a route to it.

This is also why there's no Switch 2 emulator and won't be a useful one soon. Emulation needs firmware and key material to run retail software. Without a break, there's nothing to work from, regardless of how good anyone's CPU or GPU emulation gets.

Signal vs noise

This topic generates an enormous amount of garbage — clickbait videos, fake tutorials, scam "unlockers," and at least one April Fools video that circulated well past April. A few filters:

Which rung is it?

Userland, kernel, bootloader, or hardware. If the article doesn't say, assume userland. If it says "exploit" without qualification, assume userland.

Is there a proof of concept, or an announcement?

Real findings come with technical detail, a writeup, or code — usually from the researcher directly, not from an aggregator rewriting another aggregator.

Does it require online services?

Anything gated on Nintendo's servers has a short shelf life by construction.

Who's saying it?

Named researchers with a track record, GBAtemp's hacking sections, and status trackers are worth reading. Video thumbnails with red arrows are not. Nobody sells a jailbreak that doesn't exist except to people who believe it does.

Would this be bigger news than it is?

A genuine bootloader break on a current Nintendo console would be one of the largest stories in the scene in years. It would not surface quietly in a single unsourced post.

What it costs to try

Consoles are being banned right now. The reprogrammable flash cartridge that runs Switch 1 games on Switch 2 triggers bans, including for people using dumps of cartridges they own. There's no reported distinction between legal and illegal use — the detection is of the device, not of what's on it.

Beyond bans, Nintendo's current terms reserve the ability to disable a modified console outright. Whether or not that's ever enforced broadly, it means the risk calculus is different from the Switch 1 era, and it changes who is willing to experiment. Serious researchers work on hardware they've written off. That's the correct posture, and it's worth adopting before you get curious, not after.

If you want a console you can actually run homebrew on today, every original Switch model — the launch unit, Lite and OLED — remains fully open. The honest advice is to buy a cheap used one for that purpose and leave your Switch 2 alone.

Outlook

My read: a kernel exploit is plausible within a year or two, and a bootloader or hardware break is genuinely uncertain — it may never happen for this generation. The prevailing community view is similar, with many long-time contributors expecting years of work and no guaranteed outcome.

Two things would change that assessment quickly. One is a published escalation from the current userland foothold to the kernel, which would put every piece in place except persistence. The other is a hardware finding — most plausibly on the PCIe side — that demonstrates the memory-protection boundary can be crossed. Neither has happened.

The unglamorous truth is that consoles are more secure than they used to be, and the era of a supplier bug handing the scene a permanent unpatchable root was an anomaly rather than the baseline. The Switch 2 is what the normal case looks like.

Sources

Reporting and community tracking this piece draws on:

  • Notebookcheck — coverage of the July 2026 offline userland exploit, including Gezine's own explanation of avoiding WebKit
  • Wccftech — the same finding, with context on why save-transfer delivery was limiting
  • Wayayeo modding status tracker — timeline of public progress, the NVMe adapter work, and the cartridge ban wave
  • GBAtemp — ongoing scene discussion and expectations
  • isswitch2jailbroken.com — a plain status page, useful for checking whether this article has aged

Written 9 August 2026. If you're reading this much later, the status section is the first thing to verify — everything else in the piece is architectural and ages more slowly.