And this explains why it's stayed unhacked so long. There was very little incentive to hack the system when the games are all playable on a PC. Pirates, cheaters, archivists, and hackers could just go there. Microsoft's best security measure was making something nobody cared enough about to hack in the first place
Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
51–60 of 311 posts
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#52Created a voltage drop that exactly occurred to be timed to the key comparison, then a spike at the continuation. Irl noop and forced execution control flow to effectively return true. B e a utiful
It's fascinating - how does one defend against an attacker or red-team who controls the CPU voltage rails with enough precision to bypass any instruction one writes? It's an entirely new class of vulnerability, as far as I can tell. This talk https://www.youtube.com/watch?v=BBXKhrHi2eY indicates that others have had success doing this on Intel microcode as well - only in the past few months. Going to be some really e…
It is know as voltage glitching. If you're interested our research group applies to Intel CPUs. https://download.vusec.net/papers/microspark_uasc26.pdf
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#53Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#54Created a voltage drop that exactly occurred to be timed to the key comparison, then a spike at the continuation. Irl noop and forced execution control flow to effectively return true. B e a utiful
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#55I think it counts as effectively unhackable since it remained unhacked until five and a half years after its successor went on the market. I wonder if, assuming they continue making Xbox, they find a way to mitigate this in the next generation.
> assuming they continue making Xbox It sounds like that's the plan: https://news.xbox.com/en-us/2026/03/11/project-helix-buildin...
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#56This just again shows that given enough time skill, and resources, any security is pointless if the attacker has physical access to the device.
One of the DRM circumvention methods for the Xbox 360 involved precision drilling a specific depth into one of the chips on the board. Microsoft was very aware of the nature of physical access while designing this, haha.
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#57This just again shows that given enough time skill, and resources, any security is pointless if the attacker has physical access to the device.
This seems like an unqualified win for the security measure. The future value of Xbox One DRM is probably close to zero. They already got what they wanted out of it.
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#58Earlier quoted context omitted.
It's fascinating - how does one defend against an attacker or red-team who controls the CPU voltage rails with enough precision to bypass any instruction one writes? It's an entirely new class of vulnerability, as far as I can tell. This talk https://www.youtube.com/watch?v=BBXKhrHi2eY indicates that others have had success doing this on Intel microcode as well - only in the past few months. Going to be some really e…
Could a chip detect this and reset?
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#59This is great news. Hopefully this opens the floodgates towards emulation and homebrew. Not that there are really any exclusives, but it would be interesting.
Xbox One homebrew has effectively always been supported. Anyone can register a development account and boot the system into dev mode. IIRC in a talk about console security, a Microsoft developer noted that this was an intentional deterrent against hacking. An effort to split the community so that pirates and homebrew enthusiasts wouldn't have a reason to collaborate.
I understand it's still more than most console makers do, having dev mode at all, but it's maddening to me that Microsoft made dev mode so annoying and limited. I'd honestly just rather a hack be available so we have the option of using the entire memory or repurposing banned consoles.
Re: Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'
#60Created a voltage drop that exactly occurred to be timed to the key comparison, then a spike at the continuation. Irl noop and forced execution control flow to effectively return true. B e a utiful
It's a double-glitch. The second glitch takes control of PC during a memcpy. The first glitch effectively disables the MMU by skipping initialization (allowing the second glitch to gain shellcode exec). (I am also skipping a lot of details here, the whole talk is worth a watch)