A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-2022-1364

CVE-2022-1364: Google Chrome V8 Type Confusion RCE Flaw

CVE-2022-1364 is a type confusion vulnerability in Google Chrome's V8 Turbofan that enables remote code execution through heap corruption. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-1364 Overview

CVE-2022-1364 is a type confusion vulnerability in the V8 Turbofan just-in-time (JIT) compiler within Google Chrome prior to version 100.0.4896.127. This vulnerability allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. The V8 engine is Chrome's JavaScript runtime, and Turbofan is its optimizing compiler responsible for generating efficient machine code from JavaScript.

Critical Impact

This vulnerability has been actively exploited in the wild and is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Attackers can achieve arbitrary code execution by simply luring victims to a malicious webpage, requiring no authentication or special privileges.

Affected Products

  • Google Chrome versions prior to 100.0.4896.127
  • Chromium-based browsers using vulnerable V8 engine versions
  • All platforms running affected Chrome versions (Windows, macOS, Linux)

Discovery Timeline

  • 2022-04-14 - Google releases security patch in Chrome version 100.0.4896.127
  • 2022-07-26 - CVE-2022-1364 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2022-1364

Vulnerability Analysis

This type confusion vulnerability (CWE-843) exists in Chrome's V8 JavaScript engine, specifically within the Turbofan optimizing compiler. Type confusion occurs when a program allocates or initializes a resource using one type but later accesses that resource using an incompatible type. In the context of V8's Turbofan, the JIT compiler makes incorrect assumptions about the types of JavaScript objects during optimization passes.

When Turbofan incorrectly infers or tracks the type of an object, subsequent operations may treat memory as a different type than what was actually allocated. This mismatch leads to heap corruption, which attackers can leverage to gain arbitrary read/write primitives and ultimately achieve code execution.

The vulnerability is particularly dangerous because it can be triggered remotely through a crafted HTML page containing malicious JavaScript. No user interaction beyond visiting the page is required, and the attack works across all major operating systems where Chrome is deployed.

Root Cause

The root cause lies in incorrect type tracking within V8's Turbofan JIT compilation pipeline. During the optimization phase, Turbofan builds an intermediate representation of JavaScript code and makes assumptions about object types to generate efficient machine code. When these type assumptions are violated at runtime, the generated code operates on memory with incorrect type semantics, leading to type confusion.

Specifically, the vulnerability involves a flaw in how Turbofan handles certain edge cases during type inference and speculation. When the JIT compiler's type predictions are wrong, it can result in accessing object properties or memory regions with an incorrect interpretation of the underlying data layout.

Attack Vector

The attack vector is network-based, requiring user interaction in the form of visiting a malicious webpage. An attacker crafts an HTML page containing JavaScript code designed to trigger the type confusion condition in V8's Turbofan compiler. The exploitation flow typically involves:

  1. The victim navigates to an attacker-controlled or compromised website
  2. Malicious JavaScript triggers the type confusion during JIT compilation
  3. The resulting heap corruption is leveraged to gain memory read/write primitives
  4. The attacker achieves arbitrary code execution within the browser's sandbox
  5. Additional sandbox escape techniques may be chained for full system compromise

The vulnerability manifests during JavaScript execution when Turbofan's optimized code path is triggered. Attackers typically structure their exploit code to force the JIT compiler into the vulnerable optimization path and then exploit the resulting memory corruption. For detailed technical analysis, refer to the Chromium Bug Report #1315901 and the Google Chrome Desktop Update.

Detection Methods for CVE-2022-1364

Indicators of Compromise

  • Unusual browser crashes or instability when visiting specific websites
  • Unexpected Chrome renderer process behavior or memory access patterns
  • Detection of known exploit kit infrastructure in network traffic
  • Suspicious JavaScript execution patterns indicative of JIT spraying or heap manipulation

Detection Strategies

  • Monitor for Chrome versions older than 100.0.4896.127 in your environment using asset inventory tools
  • Deploy browser-based endpoint detection to identify exploitation attempts targeting V8 engine vulnerabilities
  • Implement network monitoring for connections to known malicious domains serving Chrome exploits
  • Use memory protection technologies that can detect heap corruption and type confusion exploitation techniques

Monitoring Recommendations

  • Enable Chrome's crash reporting to centrally collect and analyze browser crashes that may indicate exploitation attempts
  • Monitor Chrome update status across endpoints to ensure timely patching
  • Implement DNS and web proxy monitoring to detect access to known exploit infrastructure
  • Review endpoint detection logs for signs of sandbox escape following browser exploitation

How to Mitigate CVE-2022-1364

Immediate Actions Required

  • Update Google Chrome to version 100.0.4896.127 or later immediately
  • Enable automatic Chrome updates to ensure timely deployment of security patches
  • Audit all systems for vulnerable Chrome versions and prioritize remediation
  • Consider temporary restrictions on browsing untrusted websites until patching is complete

Patch Information

Google addressed this vulnerability in Chrome version 100.0.4896.127, released on April 14, 2022. The update is available through Chrome's built-in update mechanism and from the official Google Chrome Desktop Update page. Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities catalog, federal agencies and critical infrastructure operators are required to apply patches according to CISA's binding operational directive timelines.

For Linux distributions, additional security advisories have been released, including Gentoo GLSA 202208-25, which provides distribution-specific patching guidance.

Workarounds

  • Disable JavaScript execution in Chrome via Settings > Privacy and security > Site Settings > JavaScript (significantly impacts functionality)
  • Use browser isolation technologies to contain potential exploitation
  • Implement network-level filtering to block known malicious websites serving Chrome exploits
  • Consider using alternative browsers temporarily if immediate patching is not possible
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Check if automatic updates are enabled (Windows Registry)
# reg query "HKLM\SOFTWARE\Policies\Google\Update" /v AutoUpdateCheckPeriodMinutes

# Force Chrome update check
# Navigate to chrome://settings/help in the browser

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 Probability18.15%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-843
  • Technical References
  • Gentoo GLSA 202208-25

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Google Chrome Desktop Update

  • Chromium Bug Report #1315901
  • Related CVEs
  • CVE-2026-2649: Google Chrome V8 RCE Vulnerability

  • CVE-2026-2315: Google Chrome WebGPU RCE Vulnerability

  • CVE-2026-25740: Captive Browser RCE Vulnerability

  • CVE-2026-1862: Google Chrome V8 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
  • English
  • 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