Xbox One's Security Finally Cracked After Years of 'Unhackable' Status
TLDR
The original Xbox One, launched in 2013 and once considered exceptionally secure, has been compromised by a voltage-glitching technique known as “Bliss.”The exploit enables unsigned code execution deep in the stack, including access paths to privileged components such as the hypervisor and security processor.
Because this is a hardware-level boot ROM issue, it is considered effectively unpatchable on already-shipped consoles.
What happened
After more than a decade of resisting major public jailbreaks, the original Xbox One has been hacked using a precise voltage glitching approach. The technique was presented publicly as “Bliss,” with the core idea being to induce carefully timed electrical faults during early boot so the device executes attacker-controlled code.In practical terms, this moves beyond surface-level exploits and targets a foundational trust point in the boot chain, which is why the result is described as “unpatchable” for existing hardware.
Why it matters
Long-lived consumer hardware tends to accumulate risk: even well-designed platforms eventually see researchers find paths around assumptions that held up for years. A boot-chain break changes the ceiling on what’s possible, opening the door to deeper inspection, preservation work, and experimentation that wasn’t previously feasible.That said, this is not a “click a link and you’re hacked” scenario. It’s a hardware procedure, and the difficulty of reliably reproducing it will likely limit it to researchers and highly technical enthusiasts.
Key details
The technique relies on voltage glitching during early boot.It targets a hardware trust root in the boot chain (boot ROM), which is why software-only mitigation is limited.
It enables running unsigned code at privileged levels once the chain is broken.
It requires specialized hardware work (soldering, microcontroller setup, and careful tuning).
Reportedly, the impact is specific to the original Xbox One generation rather than newer revisions.
What to watch next
Watch for replication attempts and writeups that clarify reliability, required hardware, and whether mod-chip style automation becomes feasible. Also watch whether the community focuses on preservation and research tooling versus more controversial use cases.FAQ
Q What is voltage glitching? A It is a hardware technique that deliberately perturbs the voltage supply at precise moments to induce faults and bypass checks.Q Can this be patched with a software update? A If the break truly hinges on immutable boot ROM behavior, software updates cannot fully remove the underlying vulnerability on existing devices.
Q Is this easy to do at home? A No. It requires hardware modification, tooling, and careful timing/tuning.