Skip to main content
Security 1 min read 426 views

Chrome 144 Security Update Patches High-Severity CVE-2026-1504 in Background Fetch API

Google releases security update for Windows, macOS, and Linux addressing inappropriate implementation in Background Fetch API.

TD

TechDrop Editorial

Share:

Google has released Chrome 144 for Windows, macOS, and Linux, addressing a high-severity vulnerability in the Background Fetch API tracked as CVE-2026-1504.

Vulnerability Details

The security update fixes an "inappropriate implementation" in the Background Fetch API that could potentially allow cross-origin data leakage in certain scenarios. Google awarded a bug bounty to researcher Luan Herrera for the report.

Affected Versions

The stable channel was updated to Chrome 144.0.7559.109/.110 for Windows and Mac and 144.0.7559.109 for Linux. Users are advised to update and restart their browsers to fully apply the fix.

Background Fetch API

The Background Fetch API enables web applications to defer background tasks such as downloads and data syncing. The security issue demonstrates how browser features that help sites feel like native apps can sometimes create edge cases that attackers might exploit.

Related Articles