The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-3913

CVE-2026-3913: Google Chrome WebML Buffer Overflow Flaw

CVE-2026-3913 is a critical heap buffer overflow in Google Chrome's WebML component allowing remote attackers to exploit heap corruption via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-3913 Overview

A heap buffer overflow vulnerability exists in the WebML component of Google Chrome prior to version 146.0.7680.71. This critical security flaw allows a remote attacker to potentially exploit heap corruption through a crafted HTML page, which could lead to arbitrary code execution in the context of the browser process.

Critical Impact

Remote attackers can trigger heap corruption via malicious web content, potentially achieving code execution without requiring user authentication—only user interaction with a crafted webpage.

Affected Products

  • Google Chrome versions prior to 146.0.7680.71
  • Chromium-based browsers using vulnerable WebML implementation
  • Any platform running affected Chrome versions (Windows, macOS, Linux)

Discovery Timeline

  • 2026-03-11 - CVE-2026-3913 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-3913

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), which occurs when data is written beyond the boundaries of allocated heap memory. In the context of WebML—Chrome's implementation for machine learning inference in the browser—the overflow can be triggered when processing specially crafted HTML content that invokes WebML APIs with malformed or unexpected input data.

The heap corruption resulting from this overflow can have severe consequences, including modification of adjacent heap structures, corruption of object metadata, and ultimately the potential for arbitrary code execution. Since this vulnerability is exploitable via a crafted HTML page, any user visiting a malicious website or viewing compromised web content could be affected.

Root Cause

The root cause stems from improper bounds checking in the WebML component when handling input data. WebML processes tensor data and model parameters that require careful memory management. When the component allocates heap buffers for these operations, insufficient validation of input dimensions or data sizes allows an attacker to supply values that cause writes beyond the allocated buffer boundaries.

This type of memory corruption vulnerability is particularly dangerous in browser contexts because:

  • Browsers execute untrusted code from arbitrary websites
  • Modern exploitation techniques can leverage heap corruption for reliable code execution
  • WebML processing involves complex data structures that increase attack surface

Attack Vector

The attack is network-based and requires user interaction—specifically, the victim must navigate to or be redirected to a webpage containing the malicious HTML content. The attacker crafts an HTML page that invokes WebML functionality with parameters designed to trigger the heap overflow. This could be delivered through:

  • Direct links to attacker-controlled websites
  • Compromised legitimate websites (watering hole attacks)
  • Malicious advertisements (malvertising)
  • Embedded content in emails or documents

Once the victim's browser renders the malicious page, the WebML component processes the crafted content, triggering the heap buffer overflow. Successful exploitation could allow the attacker to execute arbitrary code with the privileges of the Chrome browser process.

Detection Methods for CVE-2026-3913

Indicators of Compromise

  • Unusual Chrome process crashes, particularly those involving memory corruption or heap errors
  • Browser crash reports referencing WebML or machine learning components
  • Suspicious network traffic to unknown domains immediately before browser crashes
  • Evidence of code execution from browser process memory regions

Detection Strategies

  • Monitor browser version deployments and flag systems running Chrome versions prior to 146.0.7680.71
  • Implement endpoint detection rules for unusual Chrome renderer process behavior
  • Deploy network-based detection for HTML content containing suspicious WebML API calls
  • Enable Chrome crash reporting and monitor for heap corruption signatures

Monitoring Recommendations

  • Centralize Chrome crash dump collection and analysis for early detection of exploitation attempts
  • Monitor for unusual child process spawning from Chrome browser processes
  • Implement browser telemetry to track WebML feature usage across the organization
  • Review web proxy logs for access to known malicious domains or suspicious redirect chains

How to Mitigate CVE-2026-3913

Immediate Actions Required

  • Update Google Chrome to version 146.0.7680.71 or later immediately across all managed endpoints
  • Verify automatic updates are functioning correctly on all systems
  • Consider temporarily blocking or restricting access to untrusted websites until patching is complete
  • Ensure endpoint protection solutions are updated with latest detection signatures

Patch Information

Google has released Chrome version 146.0.7680.71 which addresses this vulnerability. The update was announced via the Chrome Releases Blog. Additional technical details can be found in the Chromium Issue Tracker.

Organizations should prioritize deployment of this update given the critical severity rating and the potential for remote code execution. Chrome's automatic update mechanism should handle most consumer deployments, but enterprise environments may require manual intervention through management tools.

Workarounds

  • If immediate patching is not possible, consider using browser isolation technologies to contain potential exploitation
  • Implement strict content security policies (CSP) to limit execution of untrusted scripts
  • Deploy web filtering to block access to known malicious sites and suspicious content categories
  • Consider temporarily disabling hardware acceleration or WebML-dependent features if supported by enterprise policies
bash
# Verify Chrome version on endpoints
google-chrome --version
# Expected output should show 146.0.7680.71 or higher

# Force Chrome update check (Linux example)
google-chrome --check-for-update-interval=0

# Enterprise: Query Chrome version via registry (Windows)
reg query "HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon" /v version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • Google Chrome Update Announcement

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5907: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-5869: Google Chrome WebML Buffer Overflow Flaw

  • CVE-2026-5867: Google Chrome WebML Buffer Overflow Flaw

  • CVE-2026-5864: Google Chrome WebAudio Buffer Overflow
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English