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-2023-0128

CVE-2023-0128: Google Chrome Use After Free Vulnerability

CVE-2023-0128 is a use after free flaw in Google Chrome's Overview Mode on Chrome OS that enables heap corruption through crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: January 27, 2026

CVE-2023-0128 Overview

CVE-2023-0128 is a Use After Free vulnerability affecting Google Chrome's Overview Mode feature on Chrome OS. This memory corruption flaw exists in versions prior to 109.0.5414.74 and allows a remote attacker to potentially exploit heap corruption through a crafted HTML page. Successful exploitation requires the attacker to convince a user to engage in specific UI interactions, making this a social engineering-assisted attack vector.

Critical Impact

Successful exploitation of this Use After Free vulnerability could allow attackers to achieve arbitrary code execution, potentially leading to complete system compromise, data theft, or installation of malware on affected Chrome OS devices.

Affected Products

  • Google Chrome versions prior to 109.0.5414.74
  • Google Chrome OS (all versions with vulnerable Chrome)

Discovery Timeline

  • January 10, 2023 - CVE-2023-0128 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2023-0128

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to use memory after it has been freed. In the context of Chrome's Overview Mode on Chrome OS, the vulnerability manifests when handling specific UI interactions that trigger improper memory management.

The Overview Mode is a Chrome OS feature that displays all open windows in a grid layout, allowing users to quickly switch between applications. The vulnerability exists in the underlying code that manages window objects and their associated resources during Overview Mode transitions.

When exploited, the freed memory can be reallocated and manipulated by an attacker, leading to heap corruption. This can result in arbitrary read/write primitives that enable code execution within the Chrome browser sandbox or potentially escape the sandbox entirely on vulnerable configurations.

Root Cause

The root cause of CVE-2023-0128 is improper lifecycle management of objects within the Overview Mode component. When certain UI interactions occur in a specific sequence, the code fails to properly track object references, resulting in a dangling pointer. Subsequent access to this dangling pointer triggers the use-after-free condition, allowing heap memory corruption.

This class of vulnerability is particularly dangerous in browser contexts because the rendering engine processes untrusted HTML and JavaScript content, providing attackers with precise control over memory allocation patterns.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must craft a malicious HTML page designed to trigger the vulnerable code path and host it on a web server or inject it into a legitimate website. The victim must then:

  1. Navigate to the malicious page using Google Chrome on Chrome OS
  2. Engage in specific UI interactions that trigger Overview Mode
  3. These interactions cause the use-after-free condition to occur

The attacker can use JavaScript to spray the heap with controlled data, increasing the likelihood of successful exploitation when the freed memory is reallocated. By carefully crafting the heap layout, attackers can achieve reliable code execution.

Detection Methods for CVE-2023-0128

Indicators of Compromise

  • Unexpected Chrome browser crashes, particularly when entering or exiting Overview Mode on Chrome OS
  • Unusual process spawning from Chrome browser processes
  • Chrome crash reports referencing memory corruption in Overview Mode-related components
  • Suspicious network connections originating from Chrome processes following browser crashes

Detection Strategies

  • Monitor Chrome crash reports and telemetry data for patterns indicating memory corruption in Overview Mode
  • Implement browser version auditing to identify instances running vulnerable Chrome versions (prior to 109.0.5414.74)
  • Deploy endpoint detection rules to identify exploitation attempts targeting browser memory corruption vulnerabilities
  • Analyze web traffic for pages containing JavaScript patterns commonly used in heap spray attacks

Monitoring Recommendations

  • Enable Chrome Enhanced Protection mode to receive warnings about dangerous sites
  • Monitor Chrome OS device logs for browser stability issues that may indicate exploitation attempts
  • Implement centralized logging for Chrome crash reports across the enterprise
  • Use browser isolation solutions to contain potential exploitation of browser vulnerabilities

How to Mitigate CVE-2023-0128

Immediate Actions Required

  • Update Google Chrome to version 109.0.5414.74 or later immediately
  • Verify Chrome auto-update functionality is enabled and working correctly on all managed devices
  • Audit enterprise environments to identify any Chrome installations running vulnerable versions
  • Consider temporarily restricting access to untrusted websites on Chrome OS devices until patching is complete

Patch Information

Google has addressed this vulnerability in Chrome version 109.0.5414.74. The fix was included in the stable channel update released in January 2023. Organizations should reference the Google Chrome Update Announcement for complete details on all security fixes included in this release.

Additional security advisories have been published by Gentoo Linux (GLSA 2023-05-10 and GLSA 2023-11-11) for users running Chrome on Gentoo systems.

For technical details on the vulnerability, refer to Chromium Bug Report #1353208.

Workarounds

  • Implement browser isolation or sandboxing solutions to limit the impact of potential browser compromises
  • Enable Chrome's Site Isolation feature to provide additional protection against renderer exploits
  • Consider using managed Chrome policies to restrict access to high-risk websites until patches are deployed
  • Deploy web filtering solutions to block access to known malicious domains
bash
# Verify Chrome version on Chrome OS (press Ctrl+Alt+T to open crosh)
chrome://version

# Force Chrome update check on managed devices via policy
# Set update policy in Google Admin Console:
# Device management > Chrome > Settings > Device update settings
# Set "Auto-update settings" to "Allow auto-updates"

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.49%

  • 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
  • CWE References
  • CWE-416
  • Technical References
  • Chromium Bug Report #1353208

  • Gentoo GLSA 2023-05-10

  • Gentoo GLSA 2023-11-11
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

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

  • CVE-2026-5904: Google Chrome V8 Use-After-Free Flaw

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