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
    • 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 through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-0900 Overview

CVE-2026-0900 is an inappropriate implementation vulnerability in the V8 JavaScript engine used by Google Chrome prior to version 144.0.7559.59. This vulnerability allows a remote attacker to potentially exploit object corruption through a crafted HTML page. The V8 engine is responsible for executing JavaScript code in Chrome, making vulnerabilities in this component particularly dangerous as they can be triggered simply by visiting a malicious webpage.

Critical Impact

Remote attackers can potentially corrupt objects in the V8 JavaScript engine by luring victims to malicious web pages, potentially leading to arbitrary code execution in the context of the browser.

Affected Products

  • Google Chrome versions prior to 144.0.7559.59
  • Chromium-based browsers using vulnerable V8 engine versions
  • Any application embedding affected Chromium/V8 versions

Discovery Timeline

  • 2026-01-20 - CVE-2026-0900 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-0900

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in Google Chrome's V8 JavaScript engine. V8 is the high-performance JavaScript and WebAssembly engine that powers Chrome and other Chromium-based browsers. The flaw allows attackers to trigger object corruption through specially crafted HTML pages containing malicious JavaScript code.

Object corruption vulnerabilities in JavaScript engines are particularly severe because they can undermine the memory safety guarantees that modern browsers rely on. When an attacker can corrupt object structures in V8's heap, they may be able to manipulate object pointers, type information, or object properties in ways that lead to further exploitation.

The network-based attack vector means exploitation requires no prior access to the target system—victims need only visit an attacker-controlled webpage or be redirected to one through compromised advertisements or links.

Root Cause

The root cause is an inappropriate implementation within the V8 JavaScript engine's object handling mechanisms. This type of vulnerability typically arises from incorrect assumptions about object state, improper bounds checking during object operations, or flawed logic in the engine's optimization pipelines. When the V8 engine processes certain JavaScript constructs, the inappropriate implementation can lead to memory corruption affecting JavaScript object structures.

Attack Vector

The attack vector for CVE-2026-0900 is network-based and requires user interaction. An attacker would typically:

  1. Create a malicious HTML page containing specially crafted JavaScript designed to trigger the V8 implementation flaw
  2. Deliver the malicious page to potential victims through phishing emails, malicious advertisements, compromised websites, or social engineering
  3. When a victim visits the page with a vulnerable Chrome browser, the crafted JavaScript executes and triggers the object corruption
  4. The corrupted object state can potentially be leveraged for further exploitation, including arbitrary code execution

The vulnerability mechanism involves triggering the inappropriate implementation through specific JavaScript operations that expose the flaw. For detailed technical information, refer to the Chromium Issue Tracker Entry once it becomes publicly accessible.

Detection Methods for CVE-2026-0900

Indicators of Compromise

  • Unusual Chrome renderer process crashes or memory access violations
  • Detection of malicious JavaScript patterns attempting V8 object manipulation
  • Network traffic to known malicious domains hosting exploit kits targeting Chrome

Detection Strategies

  • Monitor endpoint telemetry for Chrome process crashes with memory corruption signatures
  • Deploy browser-based threat detection solutions that can identify malicious JavaScript execution patterns
  • Implement network-level inspection for known exploit kit delivery mechanisms
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activity following browser compromise

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for V8-related crashes across the organization
  • Configure SIEM alerts for anomalous browser behavior patterns indicating exploitation attempts
  • Monitor for unusual child process spawning from Chrome renderer processes
  • Track browser version compliance across endpoints to identify unpatched installations

How to Mitigate CVE-2026-0900

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.59 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patches
  • Consider restricting access to untrusted websites until patching is complete
  • Deploy browser isolation technologies for high-risk users

Patch Information

Google has addressed this vulnerability in Chrome version 144.0.7559.59. Organizations should ensure all Chrome installations are updated to this version or later. The fix is included in the stable channel release announced on the Google Chrome Update Announcement.

For enterprise deployments, administrators can use Chrome Enterprise policies to enforce updates or deploy the patched version through software distribution systems.

Workarounds

  • Enable Site Isolation in Chrome to limit the impact of renderer process compromises
  • Implement content security policies on internal web applications to reduce JavaScript attack surface
  • Consider using browser extensions that block JavaScript execution on untrusted sites
  • Deploy network-level filtering to block known malicious domains
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected output: Google Chrome 144.0.7559.59 or higher

# Force Chrome update check via command line
google-chrome --check-for-update-interval=1

# Enterprise deployment: Set Chrome update policy (Windows Registry)
# HKLM\Software\Policies\Google\Update
# Set "UpdateDefault" to 1 for automatic updates

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

  • 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
  • Technical References
  • Google Chrome Update Announcement

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5279: Google Chrome V8 RCE Vulnerability

  • CVE-2026-5277: Google Chrome ANGLE RCE Vulnerability

  • CVE-2026-5274: Google Chrome RCE Vulnerability

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