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

CVE-2026-0899: Google Chrome V8 RCE Vulnerability

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

Published: January 23, 2026

CVE-2026-0899 Overview

CVE-2026-0899 is a high-severity out-of-bounds memory access vulnerability in the V8 JavaScript engine used by Google Chrome. This vulnerability exists in versions prior to 144.0.7559.59 and allows a remote attacker to potentially exploit object corruption through a specially crafted HTML page. The flaw is classified under CWE-125 (Out-of-bounds Read), indicating improper boundary checking when accessing memory.

Critical Impact

Remote attackers can exploit this vulnerability to achieve object corruption in the V8 JavaScript engine by convincing a user to visit a malicious webpage, potentially leading to arbitrary code execution or information disclosure.

Affected Products

  • Google Chrome versions prior to 144.0.7559.59
  • Chromium-based browsers using vulnerable V8 engine versions
  • Applications embedding the affected V8 JavaScript engine

Discovery Timeline

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

Technical Details for CVE-2026-0899

Vulnerability Analysis

This vulnerability represents an out-of-bounds memory access flaw within Google Chrome's V8 JavaScript engine. V8 is the high-performance JavaScript and WebAssembly engine that powers Chrome and other Chromium-based browsers. The vulnerability allows attackers to read or manipulate memory beyond the intended buffer boundaries, which can lead to object corruption within the JavaScript runtime environment.

The attack requires user interaction—specifically, the victim must navigate to a malicious webpage containing crafted HTML content. Once triggered, the vulnerability can corrupt JavaScript objects in memory, potentially allowing attackers to hijack control flow, leak sensitive information, or achieve arbitrary code execution within the browser's sandbox.

Root Cause

The root cause of CVE-2026-0899 stems from improper bounds checking in the V8 engine when handling certain JavaScript operations or WebAssembly code. This out-of-bounds read condition (CWE-125) occurs when the engine fails to properly validate array indices or pointer arithmetic, allowing access to memory locations outside the allocated buffer. Such memory safety issues in JavaScript engines are particularly dangerous because they can be triggered remotely through web content.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must craft a malicious HTML page containing JavaScript code designed to trigger the out-of-bounds access condition in V8. The exploitation sequence typically involves:

  1. The attacker hosts or injects malicious JavaScript code into a webpage
  2. The victim is lured to visit the malicious page through phishing, malvertising, or compromised legitimate websites
  3. The crafted JavaScript triggers the memory access violation in V8
  4. Object corruption occurs, potentially allowing further exploitation such as type confusion or arbitrary read/write primitives

For detailed technical information about this vulnerability, refer to the Chromium Issue #458914193 and the Google Chrome Desktop Update announcement.

Detection Methods for CVE-2026-0899

Indicators of Compromise

  • Unexpected Chrome browser crashes or hangs when visiting specific websites
  • Browser process consuming abnormally high memory before crash
  • Chrome crash reports indicating V8 engine failures or memory access violations
  • Unusual JavaScript execution patterns detected by endpoint security solutions

Detection Strategies

  • Monitor for Chrome versions older than 144.0.7559.59 across the enterprise environment
  • Implement browser isolation solutions to contain potential exploitation attempts
  • Deploy endpoint detection solutions capable of identifying V8 engine anomalies and memory corruption attempts
  • Review browser crash reports for patterns indicating exploitation attempts against V8

Monitoring Recommendations

  • Enable enhanced browser telemetry to capture crash diagnostics and JavaScript execution anomalies
  • Configure SIEM rules to alert on multiple browser crashes from similar external domains
  • Monitor network traffic for known malicious domains associated with browser exploitation campaigns
  • Implement web content filtering to block access to untrusted or suspicious websites

How to Mitigate CVE-2026-0899

Immediate Actions Required

  • Update Google Chrome to version 144.0.7559.59 or later immediately across all systems
  • Enable automatic Chrome updates to ensure timely patching of future vulnerabilities
  • Audit enterprise environments for Chromium-based applications that may use the vulnerable V8 engine
  • Consider restricting access to untrusted websites until patches are deployed

Patch Information

Google has addressed this vulnerability in Chrome version 144.0.7559.59. The security update is available through Chrome's built-in update mechanism and can be verified through the browser's settings page. Organizations should prioritize deployment of this update given the network-based attack vector and potential for remote code execution.

For official patch details, see the Google Chrome Desktop Update.

Workarounds

  • Deploy browser isolation technology to contain potential exploitation within virtualized environments
  • Implement strict Content Security Policy (CSP) headers on internal web applications to limit JavaScript execution
  • Consider using enterprise browser management to enforce Chrome version requirements
  • Enable Site Isolation in Chrome to provide additional process-level isolation between websites
bash
# Verify Chrome version from command line
google-chrome --version
# Expected output should show 144.0.7559.59 or higher

# Force Chrome update check (Linux)
google-chrome --check-for-update-interval=0

# Verify update on Windows via registry
reg query "HKEY_CURRENT_USER\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.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
  • CWE References
  • CWE-125
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue #458914193
  • 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