At a glance.
- Google patches Chrome vulnerability with public exploit.
- Coinbase offers $20 million bounty for arrest of extortionists.
- US steel manufacturer hit by cyberattack.
Google patches Chrome vulnerability with public exploit.
Google has issued emergency security updates to fix a high-severity vulnerability (CVE-2025-4664) affecting Chrome, BleepingComputer reports. The vulnerability is an insufficient policy enforcement that can allow "a remote attacker to leak cross-origin data via a crafted HTML page." It's not clear if the flaw is under active exploitation, but Google says it's "aware of reports that an exploit for CVE-2025-4664 exists in the wild."
Solidlab security researcher Vsevolod Kokorin, who discovered the flaw, explained in an X post, "[U]nlike other browsers, Chrome resolves the Link header on subresource requests. But what's the problem? The issue is that the Link header can set a referrer-policy. We can specify unsafe-url and capture the full query parameters. Query parameters can contain sensitive data - for example, in OAuth flows, this might lead to an Account Takeover. Developers rarely consider the possibility of stealing query parameters via an image from a 3rd-party resource."