Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-0977

CVE-2022-0977: Google Chrome Use After Free Vulnerability

CVE-2022-0977 is a use after free flaw in Google Chrome's Browser UI on Chrome OS that enables heap corruption through user interaction. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-0977 Overview

CVE-2022-0977 is a Use After Free vulnerability in the Browser UI component of Google Chrome on Chrome OS. This memory corruption flaw exists in versions prior to 99.0.4844.74 and allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. Successful exploitation requires user interaction, where an attacker must convince a victim to engage in specific actions while visiting a malicious web page.

Critical Impact

This Use After Free vulnerability enables remote attackers to potentially achieve arbitrary code execution through heap corruption, affecting the integrity, confidentiality, and availability of the target system with the potential to escape the browser sandbox.

Affected Products

  • Google Chrome prior to version 99.0.4844.74 on Chrome OS
  • Google Chrome (all platforms) versions below 99.0.4844.74

Discovery Timeline

  • 2022-03-15 - Google releases security patch in Chrome 99.0.4844.74
  • 2022-07-21 - CVE-2022-0977 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0977

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability class that occurs when a program continues to use a pointer after the memory it references has been freed. In the context of Google Chrome's Browser UI component on Chrome OS, this flaw manifests when certain UI elements are improperly managed during specific user interactions.

Use After Free vulnerabilities are particularly dangerous in browser contexts because they can lead to heap corruption, which attackers can leverage to achieve arbitrary code execution. The Browser UI component handles various user interface elements and interactions, making it a high-value target for exploitation.

Root Cause

The root cause of CVE-2022-0977 lies in improper memory management within the Browser UI component of Google Chrome on Chrome OS. When certain UI objects are deallocated, the code fails to properly invalidate all references to the freed memory. Subsequent operations that attempt to access these dangling pointers result in Use After Free conditions.

This type of memory safety error typically occurs when:

  • An object is freed while other components still hold references to it
  • Asynchronous callbacks or event handlers reference objects that have been destroyed
  • Race conditions in the UI rendering pipeline lead to premature object destruction

Attack Vector

The attack vector for this vulnerability is network-based, requiring a remote attacker to craft a malicious HTML page that triggers the vulnerable code path. The exploitation scenario involves:

  1. An attacker hosts or injects malicious content on a web page
  2. A victim using Google Chrome on Chrome OS navigates to the malicious page
  3. The attacker convinces the user to perform specific interactions (clicks, scrolling, or other UI actions)
  4. The crafted page triggers the Use After Free condition in the Browser UI component
  5. The attacker leverages the heap corruption to potentially execute arbitrary code

The vulnerability mechanism involves manipulating the timing and sequence of UI events to trigger the memory corruption. When the freed memory is reallocated and populated with attacker-controlled data, subsequent access to the dangling pointer can result in code execution. For detailed technical analysis, refer to the Chromium Bug Report #1299225.

Detection Methods for CVE-2022-0977

Indicators of Compromise

  • Unexpected browser crashes or instability when visiting specific web pages
  • Chrome crash reports indicating heap corruption or memory access violations in Browser UI components
  • Unusual memory allocation patterns in Chrome process monitoring
  • Browser sandbox escape attempts or anomalous child process behavior

Detection Strategies

  • Monitor for Chrome versions below 99.0.4844.74 across enterprise endpoints using asset inventory tools
  • Implement network-based detection for known malicious HTML patterns targeting this vulnerability
  • Enable Chrome's crash reporting and monitor for heap corruption signatures in crash dumps
  • Deploy endpoint detection rules to identify exploit attempts targeting Chrome Browser UI

Monitoring Recommendations

  • Configure SentinelOne to detect and alert on vulnerable Chrome versions in your environment
  • Enable enhanced browser telemetry to capture memory corruption events and crash data
  • Monitor for unusual process behavior from Chrome, including unexpected memory access patterns
  • Review Chrome update compliance across endpoints to ensure timely patching

How to Mitigate CVE-2022-0977

Immediate Actions Required

  • Update Google Chrome to version 99.0.4844.74 or later immediately
  • Enable automatic Chrome updates to receive security patches promptly
  • Restrict access to untrusted websites through web filtering policies
  • Educate users about the risks of interacting with suspicious web content

Patch Information

Google addressed this vulnerability in the Chrome 99.0.4844.74 stable channel release on March 15, 2022. The fix properly manages the lifecycle of Browser UI objects to prevent Use After Free conditions. Organizations should verify that all Chrome installations have been updated to the patched version or later.

For official patch details, see the Google Chrome Stable Update. Linux distributions may have their own security advisories, such as Gentoo GLSA 202208-25.

Workarounds

  • Enable Chrome's Site Isolation feature for additional process-level protection
  • Use browser security extensions to block known malicious sites
  • Configure enterprise policies to restrict Chrome features that may expose vulnerable code paths
  • Consider using an alternative browser on Chrome OS until patches can be applied
bash
# Verify Chrome version on Linux/Chrome OS
google-chrome --version

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

# Enterprise policy to enable automatic updates
# Add to /etc/opt/chrome/policies/managed/update_policy.json
{
  "AutoUpdateCheckPeriodMinutes": 1440,
  "UpdateDefault": 1
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.63%

  • 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
  • CWE-416
  • Technical References
  • Gentoo GLSA 202208-25
  • Vendor Resources
  • Google Chrome Stable Update

  • Chromium Bug Report #1299225
  • Related CVEs
  • CVE-2026-6919: Google Chrome DevTools Use After Free Flaw

  • CVE-2026-6362: Google Chrome Codecs Use-After-Free Flaw

  • CVE-2026-6319: Google Chrome Use-After-Free Vulnerability

  • CVE-2026-6318: Google Chrome Codecs Use-After-Free Flaw
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