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

CVE-2022-0466: Google Chrome RCE Vulnerability

CVE-2022-0466 is a remote code execution flaw in Google Chrome's Extensions Platform that enables sandbox escape through malicious extensions. This article covers technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2022-0466 Overview

CVE-2022-0466 is a critical vulnerability in the Extensions Platform of Google Chrome versions prior to 98.0.4758.80. The flaw stems from an inappropriate implementation that allows an attacker, who has convinced a user to install a malicious extension, to potentially perform a sandbox escape through a crafted HTML page. A successful sandbox escape breaks the security boundary that isolates browser processes from the underlying operating system. Google addressed the issue in the Stable Channel desktop update released in February 2022.

Critical Impact

An attacker leveraging a malicious extension can escape the Chrome sandbox via a crafted HTML page, gaining the ability to compromise confidentiality, integrity, and availability across the host environment.

Affected Products

  • Google Chrome desktop versions prior to 98.0.4758.80
  • Chromium-based browsers inheriting the vulnerable Extensions Platform implementation
  • All operating systems supported by the affected Chrome release (Windows, macOS, Linux)

Discovery Timeline

  • 2022-04-05 - CVE-2022-0466 published to the National Vulnerability Database
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0466

Vulnerability Analysis

The vulnerability resides in the Chrome Extensions Platform, the subsystem responsible for loading, isolating, and executing browser extensions. An inappropriate implementation in this platform creates a condition where a malicious extension can interact with a crafted HTML page in a manner not anticipated by the security model. The interaction enables the attacker to break out of the renderer or extension process sandbox.

The Chrome sandbox restricts what an extension or renderer can do on the host system. Escaping it allows code to run with the privileges of the browser process rather than the restricted child process. Exploitation requires user interaction to install the malicious extension, but no further privileges. The scope changes after exploitation, meaning the impact extends beyond the originally compromised component.

Root Cause

Google classifies the root cause as an inappropriate implementation within the Extensions Platform. The underlying defect is tracked in Chromium issue crbug.com/1115460, with the fix shipped in the Chrome 98 stable release. The CWE classification is recorded as NVD-CWE-noinfo, indicating that public NVD data does not disclose a specific weakness category.

Attack Vector

An attacker first persuades the user to install a malicious Chrome extension, typically through social engineering or a compromised distribution channel. Once installed, the extension loads a crafted HTML page that triggers the flawed interaction with the Extensions Platform. The combined behavior of the extension and the HTML payload defeats the sandbox boundaries that normally isolate extension code from the host.

The vulnerability is exploitable over the network because the crafted HTML page can be served remotely. No authentication is required, but user interaction is necessary to complete the extension installation. Successful exploitation yields high impact on confidentiality, integrity, and availability.

No verified public proof-of-concept code is available for this issue. See the Chromium Bug Report #1115460 and the Google Chrome Stable Update for additional technical context.

Detection Methods for CVE-2022-0466

Indicators of Compromise

  • Chrome browser versions reporting a build below 98.0.4758.80 in enterprise inventory data
  • Unexpected or unsigned extensions appearing in the Extensions directory of Chrome user profiles
  • Child processes spawned by chrome.exe that execute outside the typical sandboxed renderer hierarchy
  • Outbound network connections from Chrome extension processes to uncategorized or newly registered domains

Detection Strategies

  • Inventory installed Chrome extensions across the fleet and compare extension IDs against an organization-approved allowlist
  • Monitor process lineage to flag anomalous child processes parented to the Chrome browser or renderer processes
  • Correlate web traffic to extension update endpoints with installation events to identify side-loaded or non-Web Store extensions
  • Hunt for endpoints running outdated Chrome builds using vulnerability management or endpoint telemetry sources

Monitoring Recommendations

  • Enable enterprise extension reporting through Chrome Browser Cloud Management to capture installation, update, and removal events
  • Aggregate browser telemetry into a centralized data lake for retrospective hunting across extension behavior
  • Alert on Chrome processes performing file system writes outside expected user-profile and cache directories
  • Track Chrome version compliance as a continuous metric and trigger alerts when endpoints drift below the patched baseline

How to Mitigate CVE-2022-0466

Immediate Actions Required

  • Update Chrome to version 98.0.4758.80 or later on all desktop endpoints, including managed and BYOD devices
  • Audit installed extensions and remove any that are unsigned, side-loaded, or not present on the organizational allowlist
  • Enforce Chrome auto-update through enterprise policy to prevent endpoints from regressing to vulnerable builds
  • Restrict extension installation to a managed allowlist using the ExtensionInstallAllowlist and ExtensionInstallBlocklist policies

Patch Information

Google released the fix in the Chrome Stable Channel update documented in the Google Chrome Stable Update advisory. Upgrading to Chrome 98.0.4758.80 or any later release remediates CVE-2022-0466. The underlying code change is tracked in Chromium Bug Report #1115460.

Workarounds

  • Block installation of all extensions outside an explicit corporate allowlist using Chrome enterprise policies
  • Disable installation of extensions from sources other than the Chrome Web Store for users who require third-party extensions
  • Deploy least-privilege user accounts so that any post-exploitation activity following a sandbox escape executes with minimal local rights
  • Apply network egress filtering on endpoints to limit communication from compromised browser processes to attacker-controlled infrastructure
bash
# Configuration example: Chrome enterprise policy to restrict extensions (Linux managed policy)
sudo mkdir -p /etc/opt/chrome/policies/managed
cat <<'EOF' | sudo tee /etc/opt/chrome/policies/managed/extension_controls.json
{
  "ExtensionInstallBlocklist": ["*"],
  "ExtensionInstallAllowlist": [
    "<approved-extension-id-1>",
    "<approved-extension-id-2>"
  ],
  "ExtensionInstallSources": [
    "https://clients2.google.com/service/update2/crx"
  ]
}
EOF

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 Stable Update

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