Skip to content
FuriaHub
Pulse
© 2026 FuriaHub. All rights reserved.
Privacy·
  • Pulse
  • Labs
  • Forge
  • Match
  • Dev
  • Digital Zen
All of Pulse
Security·August 12, 2026·4 min read

Chrome is binding sessions to the TPM; Mozilla has said no to DBSC

An August 12 recap of Google’s Device Bound Session Credentials said the protocol is on for a slice of Chrome users (Windows from 147, macOS from 150) and that Mozilla published a negative position in early August.

Signal

Security

155 vacancies·11 this week·typical ₽300,000 – 450,000

Open rolesFrom Labs · Lock Password Next
Google blog mark from the official Device Bound Session Credentials post

Google’s security blog (April 9) and a Workspace update (May 28) made Device Bound Session Credentials generally available for Chrome on Windows. An August 12 recap noted the rollout had reached a portion of users from Chrome 147 on Windows and 150 on macOS, that Google’s own accounts switched in late May with no user toggle, and that Mozilla had published a negative position in early August.

What DBSC does

Chrome generates a key pair and stores the private key in the TPM (Windows) or Secure Enclave (macOS) when hardware is available. Sites issue short-lived cookies. When a cookie expires, Chrome proves possession of the key before the server mints a new one. A copied cookie expires quickly without the key. Sites add registration and refresh endpoints; the existing front-end cookie check can stay.

Mozilla’s objections

The August recap summarized two Mozilla points: DBSC still leaves a window where a stolen cookie works, and the re-authentication flow is an ad-hoc protocol that does not fit normal cookie management. Mozilla also worried sites could later demand hardware attestation. Google has said attestation of that kind is not planned. Apple has not taken a final public position; it has flagged that DBSC could complicate restoring a device from backup.

  • Windows GA: Chrome 146+ (April blog); Workspace default from May 25 rollout
  • macOS: announced for Chrome 150 in the August recap
  • Firefox: negative position, no implementation commitment

Takeaways

  • DBSC only helps on sites that implement the protocol
  • There is no Chrome user setting to turn it off for Google accounts
  • It is not a cross-browser standard in production yet

Source: Google / August recap

Tags

  • dbsc
  • chrome cookies
  • tpm
  • session hijacking
  • firefox mozilla

Share

On this page

  • What DBSC does
  • Mozilla’s objections
  • Takeaways

Related reading

Artwork from OpenAI’s Daybreak / GPT-5.6-Cyber announcement
Security·Aug 10·5 min read

OpenAI’s GPT-5.6-Cyber found a Chrome V8 bug now tracked as CVE-2026-15903

OpenAI’s August 10 Daybreak post said the purpose-trained cyber model found two unknown V8 issues that chained to a heap-sandbox escape. Google patched Chrome 150.0.7871.128. Daybreak accounts need hardware keys by September 1.

Security·Jul 28·7 min read

Claude Mythos found flaws humans missed in HAWK and AES

Anthropic’s July 28 research: Mythos Preview halved the effective strength of post-quantum candidate HAWK in 60 hours, and sped up attacks on reduced-round AES by 200–800×. No production crypto breaks — yet the timeline just compressed.