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

CVE-2026-4461: Google Chrome V8 RCE Vulnerability

CVE-2026-4461 is a remote code execution flaw in Google Chrome's V8 engine that enables attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-4461 Overview

CVE-2026-4461 is a heap corruption vulnerability in the V8 JavaScript engine used by Google Chrome. The flaw stems from an inappropriate implementation that allows remote attackers to potentially exploit heap corruption through a specially crafted HTML page. This vulnerability affects Google Chrome versions prior to 146.0.7680.153 across multiple operating systems including Windows, macOS, and Linux.

Critical Impact

Successful exploitation of this vulnerability could allow remote attackers to execute arbitrary code, compromise user data, or gain control over affected systems by luring victims to malicious web pages.

Affected Products

  • Google Chrome versions prior to 146.0.7680.153
  • Apple macOS (when running vulnerable Chrome versions)
  • Linux (when running vulnerable Chrome versions)
  • Microsoft Windows (when running vulnerable Chrome versions)

Discovery Timeline

  • 2026-03-20 - CVE-2026-4461 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-4461

Vulnerability Analysis

This vulnerability exists within the V8 JavaScript engine, which is responsible for parsing and executing JavaScript code in Google Chrome and Chromium-based browsers. The inappropriate implementation in V8 creates conditions where heap memory can become corrupted during the processing of specially crafted JavaScript or HTML content.

Heap corruption vulnerabilities in browser JavaScript engines are particularly dangerous because they can be triggered simply by visiting a malicious website. The attacker does not need any special privileges or prior access to the victim's system—user interaction is limited to navigating to or being redirected to a malicious page.

The vulnerability requires network access to exploit, as the attack vector involves serving malicious content to the victim's browser. Once the crafted HTML page is processed by the vulnerable V8 engine, the heap corruption can potentially be leveraged for arbitrary code execution within the browser's sandbox or, in more severe scenarios, to escape the sandbox entirely.

Root Cause

The root cause is an inappropriate implementation within the V8 JavaScript engine. V8 employs complex optimization techniques including just-in-time (JIT) compilation, garbage collection, and memory management. The specific inappropriate implementation allows attackers to manipulate heap memory structures in unintended ways, leading to memory corruption conditions that can be exploited for code execution.

Attack Vector

The attack is network-based and requires user interaction—specifically, the victim must navigate to a malicious web page containing the crafted HTML and JavaScript payload. The attacker can host this content on a compromised or malicious website, or potentially inject it through advertising networks or other web-based delivery mechanisms.

Once the victim's browser loads the malicious page, the crafted content triggers the inappropriate implementation in V8, causing heap corruption. A skilled attacker can carefully craft the exploit to achieve reliable code execution, potentially leading to complete compromise of the browser process and access to sensitive information such as cookies, session tokens, and browsing data.

Detection Methods for CVE-2026-4461

Indicators of Compromise

  • Unusual browser crashes or instability, particularly when visiting unfamiliar websites
  • Unexpected child processes spawned by the Chrome browser process
  • Anomalous network connections originating from browser processes
  • Memory access violations or heap corruption signatures in crash dumps

Detection Strategies

  • Deploy browser version monitoring to identify Chrome installations below version 146.0.7680.153
  • Monitor endpoint detection and response (EDR) telemetry for suspicious process behavior from Chrome
  • Implement network monitoring for connections to known malicious domains serving browser exploits
  • Review browser crash reports for V8-related memory corruption patterns

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for V8-related crashes
  • Utilize SentinelOne's behavioral AI to detect exploitation attempts and post-exploitation activity
  • Monitor for unusual memory allocation patterns associated with browser processes
  • Deploy web filtering to block access to known exploit kit infrastructure

How to Mitigate CVE-2026-4461

Immediate Actions Required

  • Update Google Chrome to version 146.0.7680.153 or later immediately
  • Enable automatic browser updates to ensure timely patching of future vulnerabilities
  • Consider using browser isolation technology for high-risk users or sensitive environments
  • Implement network-level protections to block known malicious sites

Patch Information

Google has addressed this vulnerability in Chrome version 146.0.7680.153. Organizations should prioritize updating all Chrome installations to this version or later. The security update is available through Chrome's automatic update mechanism or can be downloaded directly from Google.

For detailed information about the patch, refer to the Google Chrome Release Blog and the Chromium Issue Report #490558172.

Workarounds

  • Restrict access to untrusted websites using web filtering or proxy solutions
  • Consider using alternative browsers temporarily if immediate patching is not feasible
  • Enable site isolation in Chrome to provide additional defense-in-depth
  • Disable JavaScript for untrusted sites using browser extensions or enterprise policies (note: this may break site functionality)
bash
# Verify Chrome version from command line
# Windows (PowerShell)
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo.FileVersion

# Linux
google-chrome --version

# macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Ensure version is 146.0.7680.153 or higher

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.08%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Chromium Issue Report #490558172
  • Vendor Resources
  • Google Chrome Update Blog
  • 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