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

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

CVE-2023-0928 is a use after free vulnerability in SwiftShader component of Google Chrome that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: January 27, 2026

CVE-2023-0928 Overview

CVE-2023-0928 is a Use After Free vulnerability in the SwiftShader component of Google Chrome prior to version 110.0.5481.177. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption through a specially crafted HTML page. The vulnerability was classified by Chromium security as High severity, indicating significant risk to affected users.

Critical Impact

Remote attackers can exploit heap corruption via malicious web pages, potentially leading to arbitrary code execution or browser compromise.

Affected Products

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

Discovery Timeline

  • February 22, 2023 - CVE-2023-0928 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-0928

Vulnerability Analysis

This Use After Free (CWE-416) vulnerability exists in SwiftShader, Google Chrome's software-based implementation of the Vulkan and OpenGL ES graphics APIs. SwiftShader serves as a fallback renderer when hardware GPU acceleration is unavailable or disabled, making it a critical component for browser rendering capabilities.

The vulnerability occurs when memory that has been freed is subsequently accessed, leading to heap corruption. In the context of a web browser, this type of memory safety issue can be particularly dangerous as it may allow attackers to manipulate memory contents and potentially achieve code execution within the browser's rendering process.

The attack requires user interaction—specifically, a victim must navigate to a malicious webpage containing the crafted HTML payload. However, given the ubiquity of web browsing and the ease with which users can be directed to malicious content through phishing or compromised legitimate sites, this interaction requirement does not significantly diminish the threat.

Root Cause

The root cause stems from improper memory management in the SwiftShader graphics rendering component. Use After Free vulnerabilities typically occur when:

  1. Memory is allocated for an object or data structure
  2. The memory is freed or deallocated
  3. A dangling pointer to the freed memory is subsequently dereferenced
  4. The attacker controls or influences the contents of the reallocated memory region

In this case, the SwiftShader component fails to properly track the lifecycle of memory allocations during graphics rendering operations, allowing an attacker to trigger conditions where freed memory is accessed.

Attack Vector

The attack is conducted remotely over the network by luring a victim to visit a malicious webpage. The attacker crafts an HTML page containing specific content designed to trigger the vulnerable code path in SwiftShader. When the browser attempts to render the malicious content, the Use After Free condition is triggered.

The exploitation mechanism involves manipulating the heap layout through careful allocation and deallocation patterns. By controlling when memory is freed and what data occupies the freed region when it's reallocated, attackers can potentially:

  • Corrupt critical data structures
  • Hijack control flow by overwriting function pointers
  • Achieve arbitrary code execution within the renderer process

For detailed technical information about this vulnerability, refer to the Chromium Bug Report #1309035.

Detection Methods for CVE-2023-0928

Indicators of Compromise

  • Unusual Chrome renderer process crashes or unexpected termination patterns
  • Suspicious WebGL or graphics-related JavaScript execution on visited pages
  • Memory access violations or heap corruption errors in Chrome crash reports
  • Unexpected network connections originating from browser processes after visiting unknown sites

Detection Strategies

  • Monitor Chrome browser version across endpoints to identify installations running versions prior to 110.0.5481.177
  • Implement endpoint detection rules for anomalous memory operations in Chrome renderer processes
  • Deploy web filtering to block known malicious domains serving exploit content
  • Enable Chrome's built-in crash reporting to identify potential exploitation attempts

Monitoring Recommendations

  • Configure centralized logging for browser crash events and analyze for patterns consistent with memory corruption exploits
  • Implement network monitoring for suspicious outbound connections following browser activity
  • Review endpoint telemetry for Chrome processes exhibiting unusual behavior such as spawning unexpected child processes
  • Monitor for attempts to disable Chrome's sandbox or security features

How to Mitigate CVE-2023-0928

Immediate Actions Required

  • Update Google Chrome to version 110.0.5481.177 or later immediately across all endpoints
  • Enable automatic updates in Chrome to ensure timely patching of future vulnerabilities
  • Verify update deployment through browser version audits across the organization
  • Consider temporarily using alternative browsers on systems where immediate patching is not possible

Patch Information

Google addressed this vulnerability in the Chrome Stable Channel update released on February 22, 2023. The fix is included in Chrome version 110.0.5481.177 and all subsequent releases. Organizations should prioritize deploying this update to all managed Chrome installations.

For official patch details, see the Google Chrome Desktop Update announcement. Linux distributions may have separate advisories—Gentoo users should consult GLSA 202309-17.

Workarounds

  • Disable hardware acceleration in Chrome settings to reduce attack surface in SwiftShader-related rendering paths
  • Implement web content filtering to block access to untrusted or potentially malicious websites
  • Enable Chrome's Site Isolation feature to limit the impact of renderer process compromises
  • Consider deploying browser isolation solutions for high-risk users until patching is complete
bash
# Verify Chrome version from command line
# Windows
"C:\Program Files\Google\Chrome\Application\chrome.exe" --version

# macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Linux
google-chrome --version

# Expected output should show version 110.0.5481.177 or higher

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

  • 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 #1309035

  • Gentoo GLSA 202309-17
  • Vendor Resources
  • Google Chrome Desktop Update
  • Related CVEs
  • CVE-2026-5281: Google Chrome Use After Free Vulnerability

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

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

  • CVE-2026-5280: Google Chrome Use-After-Free Vulnerability
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