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

CVE-2022-0097: Google Chrome DevTools RCE Vulnerability

CVE-2022-0097 is a remote code execution flaw in Google Chrome DevTools that allows malicious extensions to escape the sandbox. This post explains its impact, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2022-0097 Overview

CVE-2022-0097 is a sandbox escape vulnerability affecting Google Chrome's DevTools component. The inappropriate implementation in DevTools in Google Chrome prior to version 97.0.4692.71 allowed an attacker who convinced a user to install a malicious extension to potentially allow the extension to escape the sandbox via a crafted HTML page. This vulnerability represents a significant security risk as it undermines Chrome's fundamental security architecture designed to contain malicious code.

Critical Impact

Successful exploitation allows a malicious browser extension to escape Chrome's sandbox, potentially gaining access to system resources and executing arbitrary code outside the browser's protected environment.

Affected Products

  • Google Chrome versions prior to 97.0.4692.71
  • Fedora 34, 35, and 36 (via bundled Chrome packages)

Discovery Timeline

  • 2022-01-04 - Google releases security patch in Chrome 97.0.4692.71
  • 2022-02-12 - CVE CVE-2022-0097 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0097

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation within Chrome's DevTools functionality. The flaw creates a path for malicious browser extensions to break out of Chrome's sandbox—a critical security boundary designed to isolate web content and extensions from the underlying operating system.

The sandbox escape mechanism requires user interaction in the form of installing a malicious extension. Once installed, the extension can leverage the DevTools implementation flaw through a specially crafted HTML page to gain elevated privileges beyond what the extension should normally possess.

The attack requires network access to deliver the malicious content and depends on user interaction to install the compromised extension. The scope is changed, meaning the vulnerability impacts resources beyond its original security context—allowing attackers to potentially access confidential data, modify system files, or disrupt system availability outside the browser environment.

Root Cause

The root cause is classified as an inappropriate implementation issue within the DevTools component. While specific technical details have not been fully disclosed to protect users, the vulnerability exists in how DevTools handles certain operations when interacting with extensions. This implementation gap failed to properly enforce sandbox boundaries, creating an escape vector that malicious extensions could exploit.

Attack Vector

The attack vector operates through the network and requires user interaction:

  1. Distribution: Attacker creates a malicious browser extension and distributes it (potentially through social engineering or compromised extension stores)
  2. Installation: User is convinced to install the malicious extension
  3. Trigger: The extension serves or navigates to a crafted HTML page designed to exploit the DevTools vulnerability
  4. Escape: The vulnerability allows the extension to execute operations outside the sandbox boundary
  5. Exploitation: Attacker gains access to system resources, potentially achieving code execution at the user's privilege level

The vulnerability mechanism involves the interaction between Chrome's extension APIs and DevTools. For technical implementation details, refer to the Chrome Bug Report #1117173 and the Chrome Blog Update documenting the security fix.

Detection Methods for CVE-2022-0097

Indicators of Compromise

  • Unexpected browser extensions installed without user knowledge or consent
  • Unusual DevTools activity or API calls from extension contexts
  • Process spawning from Chrome that escapes expected sandbox boundaries
  • Network connections initiated from extension processes to unknown command-and-control infrastructure

Detection Strategies

  • Monitor for Chrome installations running versions below 97.0.4692.71
  • Implement endpoint detection rules for unusual Chrome child process behavior
  • Review installed browser extensions for unauthorized or suspicious entries
  • Deploy behavioral analysis to detect sandbox escape attempts

Monitoring Recommendations

  • Enable Chrome Enterprise reporting to track browser versions and extension inventories across the organization
  • Configure SIEM alerts for Chrome process anomalies that indicate potential sandbox escapes
  • Implement network monitoring for suspicious outbound connections from browser processes
  • Regularly audit installed extensions against an organizational allowlist

How to Mitigate CVE-2022-0097

Immediate Actions Required

  • Update Google Chrome to version 97.0.4692.71 or later immediately
  • Audit all installed browser extensions and remove any that are unauthorized or suspicious
  • Enable automatic updates for Chrome to ensure timely security patches
  • Restrict extension installation to trusted sources only via enterprise policies

Patch Information

Google addressed this vulnerability in Chrome version 97.0.4692.71, released on January 4, 2022. The fix is included in the stable channel update documented in the Chrome Releases Blog. Fedora users should apply the relevant package updates announced through the Fedora Package Announcements for Fedora 34, 35, and 36.

Workarounds

  • Disable or restrict browser extension installation via Chrome Enterprise policies until patching is complete
  • Use ExtensionInstallBlocklist policy to prevent installation of untrusted extensions
  • Enable Chrome's Enhanced Safe Browsing to provide additional protection against malicious extensions
  • Consider implementing browser isolation solutions for high-risk users until updates are deployed
bash
# Chrome Enterprise Policy Configuration Example
# Add to Chrome policy registry or managed preferences

# Block all extensions except those explicitly allowed
ExtensionInstallBlocklist = ["*"]

# Allow only specific trusted extensions by ID
ExtensionInstallAllowlist = ["extension_id_1", "extension_id_2"]

# Force automatic updates
AutoUpdateCheckPeriodMinutes = 60

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

  • 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
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Chrome Blog Update

  • Chrome Bug Report #1117173
  • Related CVEs
  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5909: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5908: Google Chrome Media 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