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-3542

CVE-2026-3542: Google Chrome RCE Vulnerability

CVE-2026-3542 is a remote code execution vulnerability in Google Chrome's WebAssembly implementation that enables out-of-bounds memory access. This article covers technical details, affected versions, and mitigation strategies.

Published: March 6, 2026

CVE-2026-3542 Overview

An inappropriate implementation vulnerability exists in the WebAssembly component of Google Chrome prior to version 145.0.7632.159. This security flaw enables remote attackers to perform out-of-bounds memory access through specially crafted HTML pages. The vulnerability affects Chrome installations across all major operating systems including Windows, macOS, and Linux.

Critical Impact

Remote attackers can exploit this WebAssembly implementation flaw to access memory outside intended boundaries, potentially leading to information disclosure, code execution, or browser compromise through malicious web content.

Affected Products

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

Discovery Timeline

  • March 4, 2026 - CVE-2026-3542 published to NVD
  • March 5, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3542

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in Google Chrome's WebAssembly engine. WebAssembly (Wasm) is a binary instruction format designed for efficient execution in web browsers, and vulnerabilities in its implementation can have severe security implications due to its low-level memory access capabilities.

The flaw allows attackers to craft malicious HTML pages that, when visited by a victim, trigger out-of-bounds memory access within the browser process. This type of memory corruption vulnerability can potentially be leveraged to read sensitive data from memory, corrupt browser state, or achieve arbitrary code execution within the browser's sandboxed environment.

The vulnerability is classified under CWE-284 (Improper Access Control), indicating that the WebAssembly implementation fails to properly validate or restrict memory access operations.

Root Cause

The root cause lies in the WebAssembly implementation's failure to properly validate memory boundaries during certain operations. This improper access control allows WebAssembly modules to access memory regions beyond their allocated boundaries, bypassing intended security restrictions.

Attack Vector

The attack requires user interaction—specifically, the victim must navigate to or be redirected to a malicious webpage containing the exploit. The attacker hosts a crafted HTML page that includes a malicious WebAssembly module designed to trigger the out-of-bounds memory access condition. When the victim's browser parses and executes the WebAssembly code, the vulnerability is triggered.

The attack is network-based and does not require any prior authentication or special privileges on the target system. However, successful exploitation depends on convincing users to visit attacker-controlled web content through social engineering techniques such as phishing emails, malicious advertisements, or compromised websites.

The vulnerability manifests in Chrome's WebAssembly engine during memory operations. For technical details, see the Chromium Issue Tracker #485152421 and the Google Chrome Release Update.

Detection Methods for CVE-2026-3542

Indicators of Compromise

  • Suspicious WebAssembly module execution patterns with unusual memory allocation requests
  • Chrome browser crashes or unexpected behavior when visiting unfamiliar websites
  • Network traffic to newly registered or suspicious domains hosting WebAssembly content
  • Anomalous memory consumption patterns in Chrome renderer processes

Detection Strategies

  • Monitor for Chrome crash reports indicating memory access violations in WebAssembly components
  • Implement web filtering to block access to known malicious domains hosting exploit code
  • Deploy endpoint detection solutions capable of identifying browser exploitation attempts
  • Analyze browser telemetry for unusual WebAssembly module compilation or execution patterns

Monitoring Recommendations

  • Enable Chrome's crash reporting to centrally collect and analyze browser stability issues
  • Monitor network traffic for connections to suspicious domains serving WebAssembly content
  • Implement browser activity logging to identify potential exploitation attempts
  • Deploy SentinelOne's browser protection capabilities to detect and prevent exploit delivery

How to Mitigate CVE-2026-3542

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.159 or later immediately
  • Enable automatic Chrome updates to receive security patches promptly
  • Review browser extension permissions and disable unnecessary extensions
  • Educate users about phishing and malicious website risks

Patch Information

Google has addressed this vulnerability in Chrome version 145.0.7632.159. Organizations should prioritize deploying this update across all endpoints running Chrome. The official patch information is available in the Google Chrome Release Update.

For enterprise environments, administrators can deploy the update through:

  • Google Workspace Admin Console for managed browsers
  • Enterprise deployment tools such as SCCM, Intune, or third-party patch management solutions
  • Group Policy for Windows environments with Chrome Enterprise

Workarounds

  • Consider using site isolation features to limit the impact of potential exploitation
  • Implement web content filtering to block access to untrusted or suspicious websites
  • Disable JavaScript and WebAssembly for untrusted sites using Chrome's site settings
  • Use browser isolation solutions to execute web content in sandboxed environments
bash
# Verify Chrome version (Linux/macOS)
google-chrome --version
# Expected output should show 145.0.7632.159 or higher

# Force Chrome update check on Windows (PowerShell)
Start-Process "chrome://settings/help"

# Enterprise deployment: Check Chrome version via registry (Windows)
reg query "HKLM\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
  • TypeRCE

  • 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-284
  • Technical References
  • Chromium Issue Tracker #485152421
  • Vendor Resources
  • Google Chrome Release Update
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 RCE Vulnerability
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