Skip to content
Tech News
← Back to articles

Google Chrome adds session cookie theft protection for all users

read original get Chrome Security Extension → more articles
Why This Matters

Google Chrome's new Device Bound Session Credentials (DBSC) security feature enhances user account protection by cryptographically binding session cookies to specific devices, making session hijacking significantly more difficult. This proactive security measure shifts the industry towards stronger, hardware-based defenses against account takeovers, benefiting both consumers and organizations. Its widespread rollout underscores Google's commitment to improving web security standards and reducing the impact of cookie theft attacks.

Key Takeaways

Google says the Chrome Device Bound Session Credentials (DBSC) security feature is now generally available and is rolling out to all users to prevent account takeovers.

Available in beta since April, DBSC was first announced in 2024 as a way to cryptographically bind session cookies to a specific device, preventing hackers from using such stolen cookies to bypass multi-factor authentication (MFA) and hijack users' accounts.

DBSC works by cryptographically linking user sessions to the hardware, such as their computer's security chip (e.g., the Trusted Platform Module (TPM) on Windows and the Secure Enclave on macOS).

Since the unique public/private keys used to encrypt and decrypt sensitive data are generated by the security chip, they cannot be stolen, preventing attackers from using stolen session cookies.

"DBSC fundamentally changes the web's capability to defend against this threat by shifting the paradigm from reactive detection to proactive prevention, ensuring that successfully exfiltrated cookies cannot be used to access users' accounts," Google said in April.

"DBSC strengthens account security after users are logged in and helps bind a session cookie — small files used by websites to remember user information — to the device a user authenticated from. Even if malware was present on the user's device, DBSC reduces the risk of session theft and makes it meaningfully more difficult for malicious actors to exploit stolen session cookies," it added this week.

How DBSC works (Google)

​The feature is now rolling out to all Google Workspace customers, Workspace Individual subscribers, and users with personal Google accounts.

Google added that it will be enabled by default for all Google Workspace customers upon rollout and that administrators cannot disable it.

In the past, threat actors have abused the undocumented Google OAuth "MultiLogin" API endpoint to generate new authentication cookies after stolen ones expired.

... continue reading