Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-3544

CVE-2026-3544: Google Chrome Buffer Overflow Vulnerability

CVE-2026-3544 is a heap buffer overflow in Google Chrome's WebCodecs that enables remote attackers to write out of bounds memory via crafted HTML. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-3544 Overview

A heap buffer overflow vulnerability has been identified in the WebCodecs component of Google Chrome prior to version 145.0.7632.159. This memory corruption flaw allows a remote attacker to perform an out-of-bounds memory write by tricking a user into visiting a specially crafted HTML page. The vulnerability exists in Chrome's implementation of the WebCodecs API, which provides low-level access to individual frames of a video stream and chunks of audio, making it a critical component for media processing in web applications.

Critical Impact

Remote attackers can achieve arbitrary code execution with user privileges by exploiting this heap buffer overflow through malicious web content, potentially leading to complete system compromise.

Affected Products

  • Google Chrome versions prior to 145.0.7632.159
  • Google Chrome on Microsoft Windows
  • Google Chrome on Apple macOS
  • Google Chrome on Linux

Discovery Timeline

  • 2026-03-04 - CVE-2026-3544 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-3544

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw resides in the WebCodecs API implementation within Google Chrome's rendering engine. WebCodecs provides web developers with efficient access to built-in media encoders and decoders, enabling use cases like video editing, video conferencing, and media streaming directly in the browser.

The heap buffer overflow occurs when Chrome improperly handles certain crafted media data processed through the WebCodecs interface. When a victim visits a malicious webpage containing specially crafted HTML and JavaScript code that manipulates WebCodecs API calls, the browser fails to properly validate buffer boundaries during memory operations, allowing an attacker to write data beyond the allocated heap buffer.

Root Cause

The root cause stems from insufficient bounds checking in the WebCodecs component when processing media frames. The vulnerability allows memory corruption on the heap, which can be leveraged to overwrite critical data structures or function pointers. Since the attack requires user interaction (visiting a malicious page), successful exploitation depends on social engineering or embedding the exploit in compromised legitimate websites.

Attack Vector

The attack is network-based and requires user interaction. An attacker must convince a target to navigate to a malicious webpage or inject malicious content into a legitimate site that the victim visits. The crafted HTML page triggers the vulnerable code path in WebCodecs, causing heap corruption that can be exploited for arbitrary code execution.

The exploitation flow involves serving malicious media content through crafted WebCodecs API calls that trigger the buffer overflow condition. Due to the nature of heap corruption vulnerabilities in modern browsers, successful exploitation typically requires defeating additional mitigations such as ASLR and heap randomization. See the Chromium Issue Tracker Entry for additional technical details.

Detection Methods for CVE-2026-3544

Indicators of Compromise

  • Unusual Chrome renderer process crashes, particularly when processing media content
  • Abnormal memory allocation patterns in Chrome's WebCodecs component
  • Suspicious network traffic to domains hosting crafted media content
  • Evidence of exploitation attempts in browser crash reports referencing WebCodecs

Detection Strategies

  • Monitor Chrome version deployments across endpoints to identify unpatched instances below 145.0.7632.159
  • Implement browser-level telemetry to detect anomalous WebCodecs API usage patterns
  • Deploy network-based detection for suspicious HTML pages with unusual media encoding characteristics
  • Configure endpoint detection rules to alert on Chrome renderer crashes with heap corruption signatures

Monitoring Recommendations

  • Enable Chrome crash reporting and monitor for WebCodecs-related memory violations
  • Review web proxy logs for access to known malicious domains exploiting browser vulnerabilities
  • Implement SentinelOne's behavioral AI to detect post-exploitation activities following browser compromise
  • Monitor for unauthorized child process spawning from Chrome renderer processes

How to Mitigate CVE-2026-3544

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.159 or later immediately across all endpoints
  • Enable automatic Chrome updates to ensure timely deployment of security patches
  • Consider disabling or restricting WebCodecs API access through Chrome enterprise policies until patching is complete
  • Alert users about the risks of visiting untrusted websites during the remediation window

Patch Information

Google has addressed this vulnerability in Chrome version 145.0.7632.159. Organizations should update all Chrome installations immediately. The Google Chrome Stable Update provides official patch details.

For enterprise environments, administrators can deploy updates through Chrome Browser Cloud Management or Group Policy Objects on Windows. The update addresses the heap buffer overflow by implementing proper bounds checking in the WebCodecs media processing routines.

Workarounds

  • Temporarily disable JavaScript on untrusted sites to prevent WebCodecs API exploitation
  • Use Chrome enterprise policies to restrict access to the WebCodecs API: --disable-features=WebCodecs
  • Implement network-level filtering to block known malicious domains targeting this vulnerability
  • Consider using alternative browsers temporarily while awaiting Chrome patch deployment
bash
# Chrome enterprise policy to disable WebCodecs (Windows Registry)
REG ADD "HKLM\SOFTWARE\Policies\Google\Chrome" /v WebCodecsEnabled /t REG_DWORD /d 0 /f

# Verify Chrome version to ensure patch is applied
google-chrome --version
# Expected output: Google Chrome 145.0.7632.159 or higher

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

  • CWE-787
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Stable Update
  • Related CVEs
  • CVE-2026-6306: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6305: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6298: Google Chrome Skia Buffer Overflow Flaw

  • CVE-2026-6296: Google Chrome ANGLE Buffer Overflow Flaw
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