HabrAugust 20, 2026🇷🇺Translated from Russian

Mind Games: 30 Years of Hacking and Securing Game Consoles

The history of video-game console security is a 30-year arms race between platform holders and reverse engineers. Early systems such as the Atari 2600 (1977) contained no authentication whatsoever; any cartridge ROM would boot. Nintendo’s NES (1985) introduced the first widespread hardware lockout via the 10NES (later called CIC) chip, which performed challenge-response authentication between identical Sharp SM590 4-bit microcontrollers placed in both console and cartridge.

Within months the scheme was defeated. Tengen reverse-engineered the algorithm and produced the Rabbit clone chip, while hobbyists simply clipped a single pin on the CIC to disable reset assertions. The same architectural flaw—authenticating only the presence of a companion chip rather than the code itself—persisted through the Super NES and Nintendo 64.

The shift to optical media brought new vectors. Sony’s original PlayStation (1994) verified a physical SCEx wobble signal encoded on the inner ring of licensed discs. Enthusiasts responded with modchips that emulated the signal and with the “swap trick” that bypassed the check entirely. PlayStation 2, Sega Saturn, and Nintendo GameCube all relied on similar disc-format protections and were likewise compromised.

Microsoft’s first Xbox (2001) moved to a cryptographic root of trust anchored in the hidden MCPX boot ROM. Researcher Andrew “bunnie” Huang extracted the bootloader by tapping the HyperTransport bus, recovered the keys, and published the complete chain-of-trust analysis. Even this advance proved insufficient once buffer-overflow vulnerabilities appeared in signed games such as MechAssault, Splinter Cell, and 007: Agent Under Fire.

The Nintendo Wii (2006) suffered the famous Twilight Hack: a stack overflow triggered by giving Link’s horse Epona an excessively long name in The Legend of Zelda: Twilight Princess. The exploit allowed unsigned code to run from an SD card and led to the Homebrew Channel and BootMii projects. Similar memory-safety issues undermined the otherwise strong cryptographic boot chains of PlayStation 3 and Xbox 360.

The recurring lesson is clear: protecting only the boot medium or relying on secret algorithms shifts the attack surface to runtime code. Modern consoles therefore combine hardware roots of trust, signed executables, and hardened memory allocators—yet the thirty-year record shows that any single weak link remains fatal.

Related articles

HabrVulnerabilities & Exploits

Asset and Vulnerability Management in Practice: Building a Working Process with MaxPatrol VM and NetBox

This detailed guide explains how organizations can implement effective asset and vulnerability management by focusing on reliable infrastructure data, IT collaboration, and automation. It draws from real-world projects using MaxPatrol VM, NetBox, and 1C:ERP to demonstrate dynamic grouping, webhook-driven asset onboarding, and deviation-based control. The approach emphasizes eight core principles including minimizing human dependency, just-in-time awareness, maximum data accuracy, and embedding security into existing IT workflows. Technical flows cover automatic scanning initiation upon asset creation in NetBox, categorization against unacceptable events, and priority-based patching cycles aligned with Patch Tuesday. Self-control mechanisms and PDQL queries enable ongoing validation of subnets, asset freshness, and compliance without excessive manual oversight. The framework is designed to be adaptable to any mature vulnerability management platform beyond the specific tools demonstrated.

Security NEXTVulnerabilities & Exploits

Google Releases Chrome 153 Fixing 230 Vulnerabilities Including Zero-Day Exploit

Google has released Chrome 153 for Windows, macOS, and Linux, addressing a total of 230 security vulnerabilities. The update includes fixes for five critical-severity issues and one confirmed zero-day vulnerability already exploited in the wild. Among the critical flaws are use-after-free bugs in WebGL tracked as CVE-2026-87464 and CVE-2026-87488, an out-of-bounds write CVE-2026-87438, a buffer overflow CVE-2026-87527, and a use-after-free in the Cast component identified as CVE-2026-87628. A medium-severity out-of-bounds write in the V8 JavaScript engine, CVE-2026-87491, was reported on August 6, 2026 and has seen active exploitation. The company is rolling out the patches gradually over the coming days and weeks across all supported platforms.

Security NEXTVulnerabilities & Exploits

Microsoft Addresses 973 Vulnerabilities in September Security Update

Microsoft released its monthly security updates on September 8, 2026, fixing 973 vulnerabilities tracked by CVE identifiers. The release coincided with Patch Tuesday and also resolved four third-party software flaws. Affected products span Windows, Office, SQL Server, Azure, Microsoft Dynamics, SharePoint Server, and various development tools. Among the issues, 258 allow remote code execution and 438 enable privilege escalation. A total of 113 vulnerabilities received the highest severity rating of Critical, while the remaining 860 were rated Important. Several of the flaws have already been observed in active exploitation.

AntiMalwareVulnerabilities & Exploits

Microsoft Releases Record 966 Patches in Largest Patch Tuesday Ever, Including Two Actively Exploited Zero-Days

Microsoft has issued its largest monthly security update to date, addressing 966 vulnerabilities across Windows and related products during the September Patch Tuesday. The release includes two zero-day flaws already exploited in real-world attacks: CVE-2026-81963 in the Windows Update stack and CVE-2026-85880 in the Windows ALPC mechanism, both enabling local privilege escalation to SYSTEM level. A total of 105 vulnerabilities received critical severity ratings, with the majority involving privilege escalation (438) and remote code execution (258). An additional 204 issues were fixed earlier in September across Azure, Entra ID, Edge, and other services. The surge in patched flaws coincides with Microsoft's deployment of an AI-assisted vulnerability discovery system. Previous months saw significantly lower volumes, with 570 fixes in July and 400 in August.