A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-0900

CVE-2026-0900: Google Chrome V8 RCE Vulnerability

CVE-2026-0900 is a remote code execution vulnerability in Google Chrome's V8 engine that allows attackers to exploit object corruption via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2026-0900 Overview

CVE-2026-0900 is a high-severity vulnerability in the V8 JavaScript engine used by Google Chrome. The flaw stems from an inappropriate implementation in V8 that allows a remote attacker to trigger object corruption through a crafted HTML page. Google patched the issue in Chrome 144.0.7559.59 and credits the Chromium security team with a High severity rating.

The vulnerability affects Chrome installations across Windows, macOS, and Linux. Successful exploitation requires the victim to visit an attacker-controlled web page, satisfying the user interaction requirement reflected in the CVSS vector.

Critical Impact

Remote attackers can corrupt V8 engine objects via a malicious HTML page, potentially leading to arbitrary code execution within the renderer process and full compromise of browser-handled data.

Affected Products

  • Google Chrome versions prior to 144.0.7559.59
  • Chrome on Microsoft Windows, Apple macOS, and Linux desktop platforms
  • Chromium-based browsers that ship the vulnerable V8 build

Discovery Timeline

  • 2026-01-20 - CVE-2026-0900 published to the National Vulnerability Database (NVD)
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-0900

Vulnerability Analysis

The vulnerability resides in V8, the open-source JavaScript and WebAssembly engine that powers Chrome. Google's advisory describes the root cause as an inappropriate implementation that enables object corruption when V8 processes content from a crafted HTML page. Object corruption in V8 typically allows an attacker to violate type assumptions the engine relies on during just-in-time (JIT) compilation or optimized code paths.

Once an attacker corrupts a JavaScript object's internal representation, they can construct primitives that read and write arbitrary memory inside the renderer process. These primitives are commonly chained to bypass V8 sandboxing and achieve renderer-side code execution. A second sandbox-escape vulnerability would be required to reach the host operating system, but renderer compromise alone exposes cookies, session tokens, and same-origin data.

Root Cause

The advisory categorizes the flaw under [CWE-NVD-noinfo] because Google withholds detailed technical information until the majority of users have updated. Based on the "inappropriate implementation" wording, the defect involves incorrect logic in a V8 component rather than a classic memory safety bug. Such logic errors frequently surface in the optimizing compiler, garbage collector, or builtin object handlers.

Attack Vector

Exploitation requires a victim to load attacker-controlled HTML in a vulnerable Chrome build. The attacker hosts JavaScript that triggers the flawed V8 code path, corrupts an internal object, and pivots to memory disclosure or code execution. Typical delivery methods include malvertising, watering-hole sites, and phishing links pointing to attacker-operated domains.

No public proof-of-concept exploit is currently available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Chromium Issue Tracker Entry once Google removes restrictions for additional technical details.

Detection Methods for CVE-2026-0900

Indicators of Compromise

  • Chrome renderer process crashes or unexpected restarts shortly after visiting unfamiliar web pages
  • Outbound network connections from chrome.exe child processes to recently registered or low-reputation domains
  • JavaScript payloads referencing unusual ArrayBuffer, Map transitions, or aggressive JIT warm-up loops in browser cache artifacts

Detection Strategies

  • Inventory Chrome versions across endpoints and flag any installation below 144.0.7559.59
  • Hunt for child processes spawned by the Chrome renderer that perform discovery commands such as whoami, net user, or PowerShell execution
  • Correlate browser telemetry with proxy logs to identify users who visited domains shortly before anomalous endpoint behavior

Monitoring Recommendations

  • Enable browser management policies that report installed Chrome versions to a central console
  • Forward endpoint process and network telemetry to a SIEM for correlation against known malicious browser-exploit infrastructure
  • Monitor for unusual file writes under Chrome user data directories that could indicate persistence following renderer compromise

How to Mitigate CVE-2026-0900

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.59 or later on all Windows, macOS, and Linux endpoints
  • Restart Chrome after the update to ensure the patched V8 binary is loaded into memory
  • Apply equivalent updates for Chromium-derived browsers such as Microsoft Edge, Brave, and Opera once vendors ship matching builds

Patch Information

Google released the fix in the Stable channel update announced on January 13, 2026. Details are published in the Google Chrome Update Announcement. Enterprises using managed Chrome deployments should validate that auto-update is enabled and that the 144.0.7559.59 build has rolled out across the fleet.

Workarounds

  • Block access to untrusted websites through web proxy or DNS filtering until patches are deployed
  • Apply the DefaultJavaScriptSetting enterprise policy to disable JavaScript on high-risk user groups as a temporary control
  • Enforce Site Isolation and the --site-per-process flag to limit cross-origin data exposure if renderer compromise occurs
bash
# Verify the installed Chrome version on Linux endpoints
google-chrome --version

# Enterprise policy example (Windows registry) to disable JavaScript on legacy hosts
reg add "HKLM\Software\Policies\Google\Chrome" /v DefaultJavaScriptSetting /t REG_DWORD /d 2 /f

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
  • NVD-CWE-noinfo
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-9121: Google Chrome GPU RCE Vulnerability

  • CVE-2026-9117: Google Chrome GFX Type Confusion RCE Flaw

  • CVE-2026-9113: Google Chrome GPU Out of Bounds Vulnerability

  • CVE-2026-5863: Google Chrome V8 RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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