India's Computer Emergency Response Team has issued a high-severity advisory warning that two critical vulnerabilities in Google Chrome are being actively exploited by attackers, putting billions of users worldwide at risk of data theft, system compromise, and remote device control. The advisory, designated CIVN-2026-0141, identifies vulnerabilities tracked as CVE-2026-3909 and CVE-2026-3910—both carrying a CVSS severity score of 8.8 out of 10. Google has confirmed that exploits for both flaws already exist in the wild, making this an urgent security concern for Chrome users globally. The vulnerabilities affect Chrome versions prior to 146.0.7680.80 across all major desktop platforms: Windows, macOS, and Linux. Users running outdated versions are vulnerable to attacks that could allow remote attackers to execute arbitrary code, steal sensitive data, or assume control of affected systems. ### Technical Analysis: Graphics and JavaScript Engine Flaws The two zero-days exploit fundamentally different components of Chrome's architecture, but both enable serious attack scenarios. CVE-2026-3909 targets Skia, the open-source 2D graphics library that Chrome uses to render web content and user interface elements. The flaw is classified as an out-of-bounds write vulnerability—allowing attackers to manipulate memory outside its intended boundaries via a specially crafted HTML page. When successfully exploited, this can crash the browser or, in more sophisticated attacks, enable code execution on the victim's machine. CVE-2026-3910, arguably the more dangerous of the two, resides in V8—Chrome's JavaScript and WebAssembly execution engine. Described as an "inappropriate implementation" vulnerability by the National Vulnerability Database, it permits remote attackers to execute arbitrary code inside Chrome's sandbox environment through a maliciously crafted HTML page. While sandboxing is designed to limit damage from browser-based exploits, sandbox escape techniques remain a persistent threat vector in the cybersecurity landscape. mermaid graph LR A[Malicious Website] --> B[Vulnerable Chrome Browser] B --> C{Attack Vector} C -->|Skia Flaw| D[Out-of-Bounds Memory Write] C -->|V8 Flaw| E[Arbitrary Code Execution] D --> F[Browser Crash / Code Execution] E --> G[Sandbox Escape Potential] F --> H[Data Theft / System Compromise] G --> H ### Attack Methodology and Impact The exploitation methodology follows a familiar pattern: attackers trick users into visiting malicious websites hosting specially crafted HTML content. Once the victim lands on the page, the vulnerable components—Skia or V8—process the malicious code, triggering the exploit chain. For organizations and individuals, the consequences could be severe: - Data Theft: Attackers can exfiltrate credentials, session tokens, browsing history, and locally stored data. - System Compromise: Malware deployment, ransomware installation, or persistent backdoor access. - Service Disruption: Browser crashes, denial of service, or corrupted application state. - Remote Control: In worst-case scenarios, complete device takeover enabling surveillance or lateral movement within corporate networks. The Cybersecurity and Infrastructure Security Agency (CISA) moved swiftly to add both vulnerabilities to its Known Exploited Vulnerabilities Catalog, mandating that federal agencies apply patches by March 27, 2026—a compliance deadline that underscores the severity of the threat. ### Global Impact: Why Browser Zero-Days Matter Google Chrome commands approximately 66.7 percent of the global browser market share, according to StatCounter data from March 2025 to March 2026. This ubiquity makes Chrome vulnerabilities particularly attractive to attackers seeking broad attack surfaces. | Browser | Global Market Share (2026) | |---------|---------------------------| | Chrome | 66.7% | | Safari | 17.9% | | Edge | 5.79% | | Firefox | 2.8% | | Others | ~7% | A single browser vulnerability can theoretically affect more systems than many operating system flaws—a reality not lost on threat actors, particularly those engaged in espionage campaigns or financially motivated attacks. The V8 JavaScript engine is especially critical because it processes untrusted code from any website a user visits. Unlike applications that may validate inputs against known sources, browsers must safely execute arbitrary JavaScript from millions of sites daily. This architectural reality makes JavaScript engine flaws among the most sought-after vulnerabilities in the exploit marketplace. ### Timeline and Context These two zero-days represent the second and third actively exploited Chrome vulnerabilities patched in 2026. In mid-February, Google addressed CVE-2026-2441—a use-after-free bug in Chrome's CSS component with a CVSS score of 8.8—after confirming active exploitation. The pattern tracks with historical trends: According to HP Threat Research, Google patched eight actively exploited zero-days in Chrome during 2025, with a cumulative vulnerability window of 87 days—meaning users were exposed to at least one actively exploited zero-day for nearly a quarter of the year. Google's own Threat Intelligence Group reported 90 total zero-days exploited across all products in 2025, with browsers accounting for less than 10 percent of that exploitation activity, suggesting the browser hardening measures are showing effectiveness even as sophisticated actors continue targeting Chrome. Both CVE-2026-3909 and CVE-2026-3910 were discovered and reported internally by Google on March 10, 2026, with patches released within days—an accelerated timeline reflecting the severity and active exploitation status. mermaid timeline title Chrome Zero-Day Timeline - Early 2026 February 2026 : CVE-2026-2441 patched : CSS use-after-free flaw March 10, 2026 : CVE-2026-3909 discovered : Skia out-of-bounds write March 10, 2026 : CVE-2026-3910 discovered : V8 inappropriate implementation March 13, 2026 : Emergency patches released : Chrome 146.0.7680.80 March 13, 2026 : CISA KEV catalog updated : Federal deadline set March 17, 2026 : CERT-In advisory CIVN-2026-0141 : India-wide warning issued ### Chromium Ecosystem: Beyond Chrome The vulnerability's impact extends beyond Google Chrome. Chromium serves as the foundation for numerous browsers, including Microsoft Edge, Brave, Opera, and Vivaldi. Microsoft has released corresponding patches addressing these vulnerabilities across the Chromium ecosystem. Organizations managing heterogeneous browser environments must coordinate patching across all Chromium-based deployments to maintain a consistent security posture. ### Mitigation and Immediate Actions CERT-In's advisory recommends immediate action for all Chrome users: > Update Chrome Immediately: Navigate to More > Help > About Google Chrome to check for and install the latest version (version 146.0.7680.80 or later). For enterprise environments, Qualys has released detection capabilities—QIDs 386792, 386790, 386809, and 386791—to identify vulnerable assets across organizational networks. Beyond patching, security professionals recommend: - Enable Automatic Updates: Configure Chrome to update automatically to minimize exposure windows. - Browser Hygiene: Avoid visiting untrusted websites, particularly those delivered via phishing emails or suspicious links. - Network Monitoring: Watch for unusual outbound traffic patterns that may indicate successful exploitation. - Endpoint Detection: Deploy EDR solutions capable of detecting browser-based exploit attempts. ### The Economics of Zero-Day Disclosure Google's handling of these vulnerabilities follows its established protocol: confirm active exploitation, release patches, and withhold technical details until a majority of users have updated. The company noted that bug details and links remain restricted until sufficient patch adoption occurs—particularly relevant when third-party libraries may also be affected. The disclosure coincides with Google's announcement that it paid over $17 million to 747 security researchers through its Vulnerability Reward Program in 2025. Programs like these aim to surface vulnerabilities before malicious actors can exploit them—though zero-days discovered by Google's internal teams often indicate sophisticated actors were already leveraging the flaws. ### Looking Forward: The Patch Window Problem The critical challenge with browser zero-days isn't just the vulnerability—it's the patch window. Organizations and individuals who delay updates remain exposed even after fixes are available. CISA's March 27 compliance deadline for federal agencies reflects growing impatience with sluggish patching practices. For a browser running on billions of devices, even a 48-hour patch deployment represents an enormous window of opportunity for attackers. Sophisticated threat actors maintain collections of "burn after reading" exploit links—deploying zero-days against high-value targets before patches reach general availability. The CERT-In advisory serves as both a warning and a reminder: in an era where browser exploitation has become a primary attack vector, patch velocity matters as much as patch quality. Users should update to Chrome version 146.0.7680.80 or later for all desktop platforms (Windows, macOS, and Linux).
CERT-In Warns: Two Chrome Zero-Days Under Active Attack
India's Computer Emergency Response Team has issued a high-severity advisory warning that two critical vulnerabilities in Google Chrome are being actively exploited by attackers, putting billions of users worldwide at risk of data theft, system compromise, and remote device control.
More in vulnerabilities