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-2022-0466

CVE-2022-0466: Google Chrome RCE Vulnerability

CVE-2022-0466 is an RCE flaw in Google Chrome Extensions Platform that enables sandbox escape through malicious extensions. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2022-0466 Overview

CVE-2022-0466 is a critical sandbox escape vulnerability affecting Google Chrome's Extensions Platform. The flaw stems from an inappropriate implementation that allows an attacker who has convinced a user to install a malicious extension to potentially escape the browser's sandbox through a crafted HTML page. This vulnerability undermines one of Chrome's core security mechanisms—the sandbox—which is designed to isolate potentially malicious web content from the underlying operating system.

Critical Impact

Successful exploitation enables attackers to escape Chrome's sandbox isolation, potentially gaining access to the underlying system with elevated privileges beyond the browser's confined environment.

Affected Products

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

Discovery Timeline

  • 2022-02-01 - Google releases security patch in Chrome version 98.0.4758.80
  • 2022-04-05 - CVE-2022-0466 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0466

Vulnerability Analysis

This vulnerability exists in the Extensions Platform component of Google Chrome, which manages browser extension functionality. The inappropriate implementation allows a malicious extension to leverage a crafted HTML page to break out of Chrome's sandbox environment.

Chrome's sandbox architecture is a fundamental security boundary that restricts the privileges of rendered web content and extensions. When this boundary is compromised, an attacker can potentially execute code with elevated privileges outside the browser's confined environment, accessing system resources that should be protected from web-based threats.

The attack requires user interaction—specifically, convincing a user to install a malicious browser extension. Once installed, the extension can serve or load a specially crafted HTML page that exploits the implementation flaw to escape the sandbox.

Root Cause

The root cause is an inappropriate implementation in Chrome's Extensions Platform. While specific technical details are restricted (classified as NVD-CWE-noinfo), the vulnerability relates to how the Extensions Platform handles certain operations that should be confined within the sandbox boundary. This implementation gap creates a pathway for sandbox escape when processing malicious HTML content from a rogue extension.

Attack Vector

The attack proceeds through a network-based vector requiring user interaction:

  1. Social Engineering Phase: The attacker must first convince a victim to install a malicious Chrome extension, potentially through phishing, fake extension stores, or by compromising legitimate extension update mechanisms.

  2. Payload Delivery: Once installed, the malicious extension serves or directs the browser to load a specially crafted HTML page.

  3. Sandbox Escape: The crafted HTML page exploits the inappropriate implementation in the Extensions Platform to break out of Chrome's sandbox isolation.

  4. Post-Exploitation: With sandbox escape achieved, the attacker potentially gains access to the underlying operating system with elevated privileges, enabling further malicious activities such as data theft, persistence mechanisms, or lateral movement.

The vulnerability is particularly dangerous because it combines the inherent trust users place in browser extensions with a mechanism to bypass Chrome's most critical security boundary.

Detection Methods for CVE-2022-0466

Indicators of Compromise

  • Unusual Chrome extension installations, particularly from unknown or untrusted sources
  • Unexpected processes spawned by Chrome with elevated privileges or unusual parent-child process relationships
  • Chrome extension directories containing suspicious or obfuscated JavaScript/HTML files
  • Network traffic to known malicious domains associated with malicious extension campaigns

Detection Strategies

  • Monitor for Chrome extensions installed from outside the official Chrome Web Store
  • Implement endpoint detection rules to identify processes attempting to escape browser sandbox boundaries
  • Deploy browser extension whitelisting policies to prevent unauthorized extension installations
  • Analyze Chrome extension manifest files for excessive or suspicious permission requests

Monitoring Recommendations

  • Enable Chrome's Enhanced Safe Browsing to help detect potentially malicious extensions
  • Monitor system logs for unusual process creation patterns originating from Chrome processes
  • Implement network monitoring to detect command-and-control traffic associated with browser-based attacks
  • Use SentinelOne's behavioral AI to detect anomalous browser process activities indicative of sandbox escape attempts

How to Mitigate CVE-2022-0466

Immediate Actions Required

  • Update Google Chrome to version 98.0.4758.80 or later immediately
  • Audit all installed browser extensions and remove any that are unnecessary or from untrusted sources
  • Implement enterprise browser management policies to control extension installations
  • Educate users about the risks of installing browser extensions from untrusted sources

Patch Information

Google has addressed this vulnerability in Chrome version 98.0.4758.80, released in February 2022. The fix is documented in the Google Chrome Desktop Update. Organizations should ensure all Chrome installations are updated to this version or later. Technical details about the fix can be tracked via Chromium Bug Report #1115460.

Workarounds

  • Disable or restrict browser extension installations through Chrome enterprise policies until patching is complete
  • Implement application whitelisting to prevent unauthorized extension sideloading
  • Use Chrome's built-in extension management to disable all non-essential extensions
  • Consider using browser isolation solutions to contain potential browser-based attacks
bash
# Chrome Enterprise Policy - Restrict Extension Installations
# Add to Chrome policy configuration (Windows Registry or macOS plist)
# Block all extensions except explicitly allowed ones

# Windows Registry path:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

# Set ExtensionInstallBlocklist to block all:
# ExtensionInstallBlocklist = ["*"]

# Set ExtensionInstallAllowlist for approved extensions only:
# ExtensionInstallAllowlist = ["approved_extension_id_1", "approved_extension_id_2"]

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

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Google Chrome Desktop Update

  • Chromium Bug Report #1115460
  • 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
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