
Google patches 20-year-old Chrome bug that exposed users' browsing history
Google is addressing a 20-year-old privacy vulnerability in Google Chrome with the upcoming release of version 136. This issue involves the global storage of visited link data, allowing previously clicked links to appear as "visited" across different websites. By exposing parts of a user's browsing history, it opens the door to profiling, tracking, phishing, and other cyber attacks, raising serious privacy and security concerns. The vulnerability has been present since Chrome's early versions and has been exploited in various cyberattacks.
The new update will introduce "triple-key partitioning," a system that stores visited link data based on site and frame origin, reducing cross-site tracking. Under this system, a link will only appear as visited if clicked on the same website and frame origin, with exceptions for "self-links."
This fix will be enabled by default in Chrome 136. For users on versions 132 to 135, the fix can be manually activated through Chrome's settings, although it remains experimental until the official rollout.


Comments
Greater privacy and security does not inherently reduce usability if someone never uses a feature or if there is a way to preserve a feature that is more secure and private than previous methods or if a similar but better more secure feature replaces something. It's not an 'always' thing.
I don't see why exactly this happens. Doesn't the browser just compare a link with my history and apply a:visited CSS styling to those? Why would any website have access to that? If I did that manually in the Web Inspector tools, no site would know. I guess I don't fully understand this issue or why Google has to make it so that only visits at the site itself will be styled as such.
In short it's a feature that is insecure for privacy, not a bug.
I never liked this feature to begin with and I never have seen anyone say they like all the links they visited to be visible by anyone who looks over their shoulder after they cleared their browsing history.