PS5 BootROM Leak Leaves 95M Consoles Unpatched [2026]

Eight months after hackers dumped Sony’s PlayStation 5 BootROM keys online, the console maker still has no fix, and by its own hardware design, it may never have one. The leak, first reported in early January 2026, exposed cryptographic keys baked directly into the read-only memory of the PS5’s system-on-chip. Because those keys sit in silicon rather than software, no firmware update Sony ships can change them on any of the roughly 95.3 million PS5 units already in homes worldwide. The only real fix is a new chip in a future console.

The story has taken on new weight in recent months as researchers demonstrated a comparable silicon-level break on a different platform entirely. In March 2026, security researcher Markus “Doom” Gaasedelen presented an exploit called Bliss at the RE//verse 2026 conference in Orlando, cracking the original Xbox One’s boot ROM after 13 years of the console being considered impenetrable. The two events, on rival consoles, are now being read together as evidence that hardware root-of-trust security, the deepest layer of console protection, is more fragile than either Sony or Microsoft ever advertised. For anyone searching for a ps5 jailbreak, the technical door may already be propped open, even if no polished public tool exists yet.

Google · Preferred Sources

Don't miss new tech stories on Google

Add Tech Insider once in the Google app and our stories appear in your news suggestions.

Add Now

What Actually Leaked: BootROM Keys and the Silicon Root of Trust

The material that surfaced online in early January 2026 was not a stolen password database or a leaked source code repository. It was a set of BootROM keys, sometimes described in coverage as Level 0 keys, that live in read-only memory etched onto the PS5’s Accelerated Processing Unit at the time of manufacture. These keys anchor what security engineers call the chain of trust: the sequence of cryptographic checks that verifies every stage of the console’s boot process, from the earliest silicon-level code through the operating system kernel, hasn’t been tampered with.

Outlets covering the leak, including Yahoo Tech and Gizchina, reported that the keys are hardcoded into the APU and cannot be altered by Sony after the fact. That is the technical reason this is being called an unpatchable flaw rather than an ordinary vulnerability. A typical software bug gets closed with a system update pushed to every connected console overnight. A BootROM-level compromise cannot, because the vulnerable code isn’t software at all. It’s physically fused into the chip.

Why a Firmware Update Can’t Close This Hole

Console security has always rested on a layered model. Firmware sits on top of a hardware root of trust, and that root of trust is supposed to be the one piece nobody can touch after the console leaves the factory. That design choice is exactly what makes this leak so damaging. Sony can patch a kernel exploit. It can revoke a leaked signing certificate. What it cannot do is rewrite a key that’s physically burned into silicon on tens of millions of consoles already sold.

Coverage from KitGuru and HotHardware both describe the same underlying mechanic: any attempt to swap the keys through a system update would cause the hardware itself to reject the new code, since the console checks incoming firmware against the very keys that leaked. The only durable fix, according to that reporting, is a new APU revision in a future hardware SKU, meaning a hypothetical redesigned PS5 built with fresh keys. Every unit already in a living room keeps the exposed keys for its entire service life.

Timeline: From a January Leak to a September Standoff

The story has moved in fits and starts since the new year. Reports first surfaced on January 1 and January 2, 2026, when the leaked keys began circulating among hardware hacking communities and were picked up by outlets including Gizchina and Russian gaming site iXBT.Games. Coverage through the spring stayed largely speculative, framing the leak as something that would make future jailbreaks easier rather than proof that a working exploit chain already existed in public form.

That framing shifted in March, when the Xbox One’s Bliss exploit demonstrated that a rival platform’s supposedly unbreakable boot-level security could, in fact, be broken with the right hardware attack. By August, tech explainer site iTechGuides was still cautioning that describing this as an unpatchable jailbreak threat is a fair shorthand for a reported hardware-root risk, not proof of an immediate universal jailbreak. As of this month, no outlet has documented a polished, mass-distributed PS5 jailbreak tool running in the wild. The risk remains structural rather than actively weaponized at scale.

Which PS5 Hardware Is Exposed

Reporting on the leak has consistently described the exposure as spanning every PS5 hardware revision sold to date. HotHardware’s coverage states plainly that every Standard, Digital, and Pro unit currently in people’s homes carries the compromised keys, since all three share the same underlying APU key provisioning approach from Sony’s manufacturing partners. There is no PS5 model year or revision that shipped with different, unaffected keys, based on the reporting available.

PS5 Hardware ModelLaunch EraBootROM Key ExposureSony Fix Available
PS5 (original, disc and digital)2020ExposedNone (hardware-level)
PS5 Slim2023ExposedNone (hardware-level)
PS5 Pro2024ExposedNone (hardware-level)
Hypothetical future PS5 revisionUnannouncedWould require new APU and new keysOnly path to a true fix

That table lines up with Sony’s own disclosed PS5 sales figures, which put cumulative worldwide sell-in at more than 95 million units as of June 30, 2026. Every one of those consoles, regardless of whether it’s an original launch unit, a Slim, or a Pro purchased for its extra ray-tracing headroom, shares the same exposed BootROM key material.

The Xbox One Precedent: 13 Years, Then Bliss

The PS5 story would likely have stayed a niche hardware-hacking footnote if not for what happened to Microsoft’s decade-old console two months later. At RE//verse 2026, an information security conference held in Orlando, Gaasedelen unveiled Bliss, a voltage fault-injection attack, sometimes called a double glitch, against the original Xbox One’s boot ROM. According to Tom’s Hardware’s reporting on the talk, the attack allows the loading of unsigned code at every layer of the system, a complete break of the chain of trust Microsoft had maintained since the console launched in 2013.

“As a hardware attack against the boot ROM in silicon, Gaasedelen says the attack in unpatchable,” Tom’s Hardware reported, echoing the same “unpatchable” framing that has dogged Sony’s PS5 story since January. Security researcher Bruce Schneier picked up the same line on his widely read security blog, and it appears verbatim in his write-up of the exploit as well, underscoring how consistently researchers describe both incidents in identical terms: a hardware fault, not a software bug, and therefore permanent on shipped units.

Comparing the PS5 and Xbox One Silicon Breaks

The two incidents are not identical in method. The PS5 case is a key leak, meaning someone with access to the cryptographic material published it, rather than a live demonstration of an attack technique against the hardware itself. The Xbox One case is a working, repeatable hardware exploit that researchers physically executed against the chip using voltage manipulation. But the practical outcome for both console makers looks similar: a security foundation that cannot be revised without new hardware.

FactorPS5 BootROM LeakXbox One Bliss Exploit
Disclosure dateJanuary 1-2, 2026March 2026, RE//verse conference
Attack typeLeaked cryptographic keysVoltage fault injection (“double glitch”)
Layer compromisedBootROM / Level 0 keysBootROM, entire chain of trust
Years console was considered secure~6 years (since 2020 launch)~13 years (since 2013 launch)
Patchable via firmwareNoNo
Manufacturer’s public responseNo confirmed statement foundAcknowledged as first-ever boot ROM break

Security firm Keysight, in a blog post analyzing the Xbox One attack, described the underlying mechanism in unusually blunt technical terms: the glitch occurs before any key derivation or signature enforcement, allowing complete compromise of the chain of trust, arbitrary code execution in boot ROM context, decryption of all firmware stages, bypass of signature checks including dual RSA and ECC validation, and control over all subsequent system layers. That description maps closely onto what a fully weaponized version of the PS5 key leak could theoretically enable, even though no PS5-specific exploit chain of that completeness has been publicly documented yet.

Sony’s Silence and the Legal Options Left on the Table

Nine months on, Sony has not issued a public statement acknowledging the BootROM leak, according to reporting from multiple outlets tracking the story, including analysis published by iTechGuides in August. That silence is notable given how directly the leak touches the console’s core security architecture, though it’s also consistent with how console makers have historically handled hardware-level compromises: quietly, through legal channels rather than public communication.

KitGuru’s coverage of the leak points out that Sony retains one lever regardless of the hardware situation: legal action against anyone who distributes the keys, builds custom firmware around them, or ships emulators using the leaked material. That is the same playbook Sony used during the PS3 hacking era, when it pursued civil litigation against high-profile jailbreak developers even after the underlying hardware flaw itself was beyond repair. No specific lawsuit tied to this particular 2026 leak has been publicly reported so far.

What a Jailbreak Actually Unlocks

It’s worth being precise about what this leak does and doesn’t enable today. Having the BootROM keys is a necessary ingredient for building custom firmware, but it isn’t the same as a finished, easy-to-install ps5 jailbreak that an average user could run this weekend. KitGuru’s reporting frames the leak as enabling custom firmware, emulation, and piracy as downstream possibilities rather than existing capabilities. Building a full exploit chain from a leaked key set to a working custom firmware package is itself a substantial engineering effort, one that took years on both the PS3 and PS4 even after initial cracks appeared.

The realistic near-term risks fall into three buckets: homebrew development, where hobbyists run unsigned code for legitimate tinkering; emulation, where the console’s internal architecture becomes easier to reverse-engineer for software emulators on PC; and piracy, where cracked game backups circulate outside Sony’s digital storefront and disc verification systems. Historically, piracy tools have taken the longest to mature after an initial hardware break, since they require defeating additional layers of game-specific digital rights management on top of the console-level exploit.

Console Hacking History: From PS3’s Custom Firmware to Today

Sony has been through this before. The PlayStation 3’s security model held for roughly three years before a hacker published a working exploit in 2010, an event that eventually led Sony into a high-profile legal fight and, indirectly, into the 2011 PlayStation Network outage after a hacking collective targeted Sony over its litigation. The PS4 followed a similar arc: its security held for years before jailbreak communities found ways to run unsigned code on older firmware versions, eventually enabling custom firmware distributions still used by hobbyists today.

What makes the 2026 PS5 situation different is the point of compromise. Both the PS3 and PS4 exploits started as software-adjacent bugs, in the hypervisor or kernel, that Sony could and did attempt to patch with each new firmware release, forcing hackers to stay on old firmware to keep their exploits working. A BootROM key leak skips that entire cat-and-mouse cycle. There’s no firmware version to avoid updating past, because the compromised material isn’t in firmware at all. That structural difference is why so much of the coverage keeps returning to the word unpatchable rather than the more familiar exploitable.

How the Xbox One’s 13-Year Streak Compares

Microsoft’s Xbox One held out roughly twice as long as Sony’s PS5 has, and its eventual break came from an entirely different discipline: hardware fault injection rather than a data leak. That distinction matters for how each company can respond going forward. Sony’s problem started because a piece of secret material got out; better operational security around future key provisioning could, in theory, reduce the odds of a repeat. Microsoft’s problem is that a sufficiently resourced attacker with physical hardware access can manipulate voltage during boot to bypass verification, a class of attack that’s much harder to design around purely through better secrecy.

Why the PS5’s Six-Year Run Was Shorter Than Past Consoles

Set against Sony’s own history, six years is actually a shorter unbroken streak than the PlayStation 4 managed before its own security model gave way, and far shorter than the roughly 13-year run the Xbox One held before Bliss. Whether that gap reflects a genuinely weaker PS5 security implementation, faster-moving hardware hacking communities in 2026, or simply the bad luck of a key handling mistake somewhere in Sony’s manufacturing supply chain is not something any of the current reporting definitively answers. What is clear is that the leak happened years earlier in the PS5’s commercial life than equivalent breaks happened on its predecessors, while the console is still Sony’s flagship product and its PlayStation Network ecosystem is still actively expanding.

Market Impact: 95 Million Consoles and an Open-Ended Liability

The scale here is what separates this from a routine security disclosure. Sony’s own investor filings put cumulative worldwide PS5 sell-in at more than 95 million units as of June 30, 2026, a figure the company disclosed in its fiscal first-quarter results. Every one of those consoles now carries a security dependency that cannot be revised through software. For comparison, Nintendo’s newer Switch 2 had reached 23.68 million cumulative units by the same date, and Microsoft’s Xbox Series X|S combined install base is estimated by independent analysts at roughly 37 million units, since Microsoft no longer publishes official hardware sales figures.

PlatformCumulative Units (as of mid-2026)Figure TypeKnown Silicon-Level Break
PlayStation 5 (all models)95.3 millionOfficial (Sony sell-in)Yes, BootROM key leak
Nintendo Switch 223.68 millionOfficial (Nintendo)None publicly documented
Xbox Series X|S~37 millionAnalyst estimateNo (predecessor Xbox One was broken)
Xbox One (legacy, all models)Not disclosed for 2026N/AYes, Bliss exploit

No outlet has published a credible financial estimate of piracy losses tied specifically to this leak, and it would be premature to invent one. What is measurable is the exposure surface: nearly the entire PS5 install base, spanning three hardware revisions and six years of manufacturing, sharing a single point of permanent weakness. That’s a materially different risk profile than a typical data breach, which usually affects accounts or records that can eventually be reset, rotated, or replaced.

Competitive Landscape: How Rival Platforms Stack Up on Hardware Security

Reporting gathered on this story found no comparable, currently disclosed silicon-level break for either the Xbox Series X|S or the Nintendo Switch 2. That doesn’t mean either platform is immune, only that no researcher has published a working boot-level compromise against Microsoft’s or Nintendo’s current-generation hardware as of this writing. Both companies have had years to study the PS3, PS4, and now PS5 disclosures and adjust their own root-of-trust implementations accordingly, though neither has published detailed technical claims about how their current silicon differs from the approaches that failed on rival consoles. Microsoft’s own reliability record has come under separate scrutiny this year too, after a string of Xbox Network outages raised questions about how resilient its cloud-dependent services are, a different kind of platform risk than a silicon-level exploit but one that feeds the same broader conversation about console trust.

The irony is that Microsoft’s most recent public embarrassment came from its oldest active platform rather than its newest. The Xbox One launched in 2013 and, according to Microsoft’s own past marketing, was engineered as the company’s most secure product ever built. Bliss undid that reputation 13 years later, at a security conference rather than through a leak, and using an entirely different attack discipline than the one that hit Sony. Read together, the two stories argue that no console generation should be assumed unbreakable simply because it has gone unbroken for a long time. That is worth remembering the next time a manufacturer, whether it’s Sony with a future PS5 successor or Microsoft with its next Xbox, markets a new security architecture the way both companies once marketed the PS5 and the Xbox One.

What Security Researchers Are Saying

Beyond Gaasedelen’s own framing of the Xbox One exploit as unpatchable, independent security writers have converged on a shared reading of both incidents: boot-level compromises represent the worst category of console vulnerability precisely because they sit below the layer where normal software governance operates. TechSpot’s coverage of the Bliss reveal frames it as evidence that even console makers with over a decade of hardening experience can still leave a physical attack surface exposed at the chip level. Applied to Sony’s situation, that same logic suggests the PS5 leak is less an isolated incident than a symptom of an industry-wide pattern: hardware root-of-trust models built assuming secrecy or physical inaccessibility, both of which can eventually fail.

5 Predictions for What Happens Next

  • A working PS5 custom firmware toolchain likely emerges within 12-18 months. The PS3 and PS4 both took multiple years from initial hardware compromise to polished, widely distributed jailbreak software; the PS5’s leaked keys shortcut some of that early research, which could compress the timeline.
  • Sony’s next hardware refresh will quietly carry new provisioning keys. Any future PS5 revision or successor console will almost certainly use a redesigned key architecture, treated internally as a security fix even if Sony never frames it publicly that way.
  • Expect takedown and legal activity before a public statement. Sony’s historical pattern, dating back to the PS3 hacking cases, favors quiet DMCA and cease-and-desist action over public acknowledgment of the underlying flaw.
  • Microsoft and Nintendo will face renewed scrutiny of their own root-of-trust designs. With two major console makers now shown to have unpatchable boot-level weaknesses in a single year, security researchers are likely to point similar hardware fault-injection and key-leak techniques at Xbox Series X|S and Switch 2 hardware.
  • Piracy tooling will lag well behind homebrew and emulation development. Historically, the game-specific DRM layer takes longer to defeat than the console-level exploit itself, meaning any near-term jailbreak activity is more likely to center on custom firmware and unsigned app support before mature piracy tools appear.

What This Means for PS5 Owners Right Now

For the overwhelming majority of PS5 owners, the practical, day-to-day risk remains low as of September 2026. There is no public, one-click jailbreak tool circulating, and no confirmed reports of the leak being used to compromise online accounts, payment information, or multiplayer integrity. The exposure is architectural rather than immediately operational. Anyone searching for a ps5 jailbreak today will find plenty of speculation and technical analysis, but not a mature, ready-to-run exploit chain, based on everything documented publicly through this month.

That said, owners of any of Sony’s three current PS5 hardware models, the original launch console, the 2023 Slim, or the PS5 Pro, should understand that this is not a flaw that a future system update will quietly close. It’s a permanent characteristic of the hardware they already own. Owners looking to swap a failing optical drive can still follow standard maintenance steps, like this site’s guide on installing a PS5 disc drive, without any added risk from the BootROM situation, since routine hardware servicing doesn’t touch the exposed keys. Anyone with strong feelings about game piracy or homebrew development on the platform should expect this story to develop in stages over the next year or two, rather than resolve with a single patch Tuesday.

Frequently Asked Questions

What is the PS5 BootROM key leak?
It’s the January 2026 disclosure of cryptographic keys stored in the read-only memory of the PS5’s system-on-chip. These keys anchor the console’s chain of trust, and because they are physically embedded in silicon, Sony cannot change them through a system software update on consoles already sold.

Is there an actual working PS5 jailbreak available today?
Not a mature, publicly distributed one, based on reporting through September 2026. The leaked keys are a foundational ingredient that could eventually support custom firmware, but building a complete, easy-to-use exploit chain from that material is a separate and substantial engineering effort that has not been publicly completed.

Which PS5 models are affected: the original, Slim, or Pro?
All three. Reporting on the leak indicates every PS5 hardware revision sold to date, standard, digital edition, Slim, and Pro, shares the same underlying key provisioning approach and is therefore exposed.

Can Sony fix this with a firmware update?
No. Multiple outlets covering the story describe the flaw as unpatchable because the compromised keys live in read-only memory on the chip itself, not in software. The only way to eliminate the exposure is a new hardware revision built with different keys, which would only protect future consoles, not units already sold.

How does this compare to the Xbox One hack revealed in 2026?
Both are described by researchers as unpatchable, boot-level compromises. The PS5 case is a leak of existing cryptographic keys; the Xbox One case, called Bliss, is a working voltage fault-injection exploit demonstrated at the RE//verse 2026 conference that broke 13 years of the console being considered secure.

Has Sony made an official statement about the leak?
No confirmed public statement from Sony addressing the BootROM leak had been documented in coverage through August 2026, according to outlets tracking the story.

How many PS5 consoles are affected worldwide?
Sony’s own investor disclosures put cumulative worldwide PS5 sell-in at more than 95 million units, precisely 95.3 million, as of June 30, 2026. That entire installed base shares the exposed key material.

Could this lead to more game piracy on PS5?
It’s a realistic long-term possibility, since custom firmware built from leaked BootROM keys is historically the first step toward piracy tooling on past consoles like the PS3 and PS4. However, defeating game-specific digital rights management is typically a separate, slower process than the initial hardware break, so any near-term jailbreak activity is more likely to focus on homebrew and emulation first.

Related Coverage

Sofia Lindström

Sofia Lindström

Editor-in-Chief

Sofia Lindström is the Editor-in-Chief at Tech Insider, where she leads editorial strategy and oversees coverage across AI, cybersecurity, and enterprise technology. With over a decade in Swedish tech journalism, she previously served as technology editor at Dagens Industri and covered the Nordic startup ecosystem for Breakit. Sofia holds an MSc in Media Technology from KTH Royal Institute of Technology and is a frequent speaker at Web Summit and Slush. She is passionate about making complex technology accessible to business leaders.

View all articles