GKRootWire
AI xAI Publishes Details on Its Grok Web CrawlerAI Why 'Human-in-the-Loop' Might Have It BackwardsDev Tools Modular Ships Mojo 1.0, Marking the Language's Production DebutAI OpenAI's Head of Ethics Exits Less Than a Year Into the JobAI Researchers Show How to Extract Hidden Reasoning from Proprietary LLM APIsAI Nvidia Debuts Nemotron 3.5 Lightning and NeMo Switchyard for Local AI WorkflowsAI xAI Publishes Details on Its Grok Web CrawlerAI Why 'Human-in-the-Loop' Might Have It BackwardsDev Tools Modular Ships Mojo 1.0, Marking the Language's Production DebutAI OpenAI's Head of Ethics Exits Less Than a Year Into the JobAI Researchers Show How to Extract Hidden Reasoning from Proprietary LLM APIsAI Nvidia Debuts Nemotron 3.5 Lightning and NeMo Switchyard for Local AI Workflows
Security

Chrome's New Defense Locks Stolen Login Cookies to Your Device

Google rolls out device-bound session credentials to stop hackers from hijacking accounts with stolen session cookies.

Google is rolling out a new security feature in Chrome designed to close one of the more frustrating gaps in web security: session hijacking via stolen cookies. Even when someone uses strong passwords and two-factor authentication, attackers have increasingly turned to malware that simply steals the browser's session cookie after a user logs in, letting them slip into an account without ever needing a password or a one-time code.

The new protection, called device-bound session credentials, ties a login session cryptographically to the specific machine that created it. Instead of a portable cookie that can be copied and reused anywhere, the session key is generated and stored using hardware-backed protections on the user's device. If an attacker steals the cookie file and tries to use it on a different computer, it simply won't work, because the cryptographic proof required to keep the session alive never leaves the original hardware.

This approach shifts the security model from 'anyone with the right file can get in' to 'only this exact device can keep this session valid,' which directly undercuts a favorite tactic of infostealer malware and cookie-theft marketplaces. Google has been testing the concept for a while, and its broader rollout in Chrome marks one of the more significant architectural changes to browser session security in years.

Why it matters: Cookie theft has become a go-to method for bypassing MFA entirely, since a hijacked session skips authentication checks altogether. Binding sessions to hardware doesn't just add another layer of defense — it removes the incentive for attackers to steal cookies in the first place, since the stolen data becomes useless off-device. Expect other browsers and services relying on cookie-based sessions to face pressure to adopt similar protections.

Sources: Ars Technica