699eee792235758e12e070c1
Google Chrome Adds Session Cookie Theft Protection for All Users
Google Chrome has made Device Bound Session Credentials (DBSC) generally available, binding session cookies to a user’s device using hardware roots like TPM or Secure Enclave to prevent stolen cookies from hijacking accounts or bypassing MFA. Rolled out to all Google Workspace and personal accounts, with DBSC enabled by default for Workspace and not disableable by admins. Debuted in 2024 and in beta since April 2026, DBSC shifts defense from detection to proactive prevention, reducing cookie-exfiltration risk even if the device is infected.

Google Chrome Expands Device-Bound Session Protection to All Users
IntroductionChrome’s Device Bound Session Credentials (DBSC) protection is now generally available and rolling out to all users. Designed to thwart account takeovers, DBSC cryptographically ties a user’s browser session to the hardware of the device used to sign in, making stolen session cookies far less useful to attackers.
What DBSC Is
- A hardware-backed security feature that binds a web session to the device from which the user authenticates.
- Uses the device’s built-in security hardware (for example, a TPM on Windows or a Secure Enclave on macOS) to generate and store cryptographic keys.
- Ensures that the keys necessary to decrypt and use session data cannot be stolen from the device or copied to another device.
How DBSC Works
- Cryptographic binding: When you sign in, a session is associated with the device’s hardware credentials rather than just a flat cookie stored in the browser.
- Hardware-based keys: The keys used to encrypt and decrypt sensitive session information are generated and kept in the device’s security chip, making them resistant to extraction by malware or an attacker who has stolen cookies.
- Proactive defense: By preventing exfiltrated cookies from being usable without the corresponding hardware keys, DBSC shifts protection from reactive detection to preventive enforcement.
Rollout Details
- Scope: The feature is now rolling out to all Google Workspace customers, Workspace Individual subscribers, and personal Google accounts.
- Default state: For Google Workspace customers, DBSC will be enabled by default during rollout; administrators do not have the option to disable it.
- Deployment timeline: The rollout follows an extended beta period and is being deployed broadly to ensure wide compatibility and security gains across devices and account types.
Context: Why This Matters
- Prior threats: Attackers have exploited stolen or expired session cookies to bypass multi-factor authentication or hijack accounts. In some cases, they relied on subverted APIs or revived expired cookies to regain access.
- Historical approaches: Earlier guidance focused on removing malware, tightening phishing defenses, and enabling stronger browser protections to reduce cookie theft risk.
- DBSC’s advancement: By cryptographically tying cookies to the device, DBSC prevents attackers from reusing stolen cookies even if other weaknesses exist on the device, because the necessary hardware-derived keys would be unavailable on an attacker’s machine.
What This Means for Security Posture
- Prevention over detection: The technology moves beyond detecting stolen cookies after the fact and blocks their use in the first place.
- Strengthened post-login protection: DBSC strengthens a session after a user has authenticated, reducing the likelihood that a compromised device can be leveraged to take over an account.
- Platform dependence: The effectiveness of DBSC relies on hardware-backed security features being present and functional on the user’s device (such as TPM or Secure Enclave).
Notes on Presentation and Visual Aids
- Illustrative resources explain how DBSC binds a session to a device and why the stored cryptographic material cannot be easily moved or replicated.
- Visual diagrams typically accompany explanations of the binding process, showing the flow from sign-in to hardware-backed key usage and cookie binding.
SummaryDevice Bound Session Credentials represent a substantive upgrade to browser-level security by anchoring session data to the physical device. With general availability, Chrome aims to reduce the risk of account takeovers stemming from stolen or exfiltrated cookies, especially for users within Google Workspace environments and individuals with personal Google accounts. The approach emphasizes preventive security by ensuring that possession of a cookie alone is no longer sufficient to access an account.


