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

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

CVE-2023-0932 is a use after free vulnerability in Google Chrome's WebRTC on Windows that enables heap corruption through malicious HTML pages. This article covers technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2023-0932 Overview

CVE-2023-0932 is a use after free vulnerability in the WebRTC component of Google Chrome on Windows. This memory corruption flaw exists in versions prior to 110.0.5481.177 and allows a remote attacker to potentially exploit heap corruption through a crafted HTML page. Successful exploitation requires the attacker to convince the user to engage in specific UI interactions, making this a social engineering-assisted attack vector.

Use after free vulnerabilities occur when a program continues to reference memory after it has been freed, leading to undefined behavior that attackers can leverage to execute arbitrary code, cause application crashes, or corrupt data structures in memory.

Critical Impact

Remote attackers can achieve heap corruption and potentially execute arbitrary code by luring users to malicious web pages, compromising the confidentiality, integrity, and availability of affected systems.

Affected Products

  • Google Chrome versions prior to 110.0.5481.177 on Windows
  • Microsoft Windows (as the host operating system)

Discovery Timeline

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

Technical Details for CVE-2023-0932

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability class that affects the WebRTC implementation in Google Chrome. WebRTC (Web Real-Time Communication) is a browser API that enables real-time audio, video, and data communication between browsers without requiring plugins.

The flaw enables remote attackers to exploit heap corruption through specially crafted HTML pages. The attack requires user interaction—specifically, the victim must be convinced to engage in particular UI interactions while visiting a malicious webpage. This interaction requirement slightly increases the complexity of exploitation but does not significantly reduce the risk, as attackers commonly employ social engineering techniques to achieve this.

When successfully exploited, the vulnerability can lead to arbitrary code execution within the context of the Chrome browser process, potentially allowing attackers to compromise the underlying Windows system, steal sensitive data, or install malware.

Root Cause

The root cause of CVE-2023-0932 lies in improper memory management within Chrome's WebRTC component. Specifically, the vulnerability occurs when WebRTC code references memory that has already been deallocated. This happens when an object is freed while other parts of the code still hold pointers to it. When these dangling pointers are subsequently dereferenced, the application may read or write to memory that has been reallocated for other purposes.

In the context of WebRTC, this could involve media stream objects, peer connection handlers, or data channel structures that are prematurely freed while still being referenced by asynchronous callbacks or event handlers.

Attack Vector

The attack vector for CVE-2023-0932 is network-based, requiring the following conditions:

  1. Malicious Web Page: The attacker must host or inject a crafted HTML page containing malicious JavaScript that triggers the WebRTC use after free condition
  2. User Interaction: The victim must navigate to the malicious page and perform specific UI interactions that trigger the vulnerable code path
  3. Heap Manipulation: The attacker's code manipulates heap memory to place controlled data in the freed memory region, enabling exploitation of the use after free condition

The vulnerability does not require any privileges and can be triggered against any user running an unpatched version of Chrome on Windows.

Detection Methods for CVE-2023-0932

Indicators of Compromise

  • Unexpected Chrome browser crashes or instability when visiting unknown websites
  • Abnormal WebRTC activity or connections to suspicious peer endpoints
  • Chrome process exhibiting unusual memory access patterns or spawning unexpected child processes
  • Browser sandbox escape indicators or privilege escalation attempts

Detection Strategies

  • Monitor for Chrome versions older than 110.0.5481.177 across managed endpoints using software inventory tools
  • Deploy browser version monitoring to ensure all instances are updated to patched versions
  • Implement web filtering to block access to known malicious domains that may host exploit pages
  • Configure endpoint detection to alert on anomalous Chrome process behavior indicative of memory corruption exploitation

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting to identify potential exploitation attempts
  • Monitor network traffic for suspicious WebRTC connections or unusual peer-to-peer communication patterns
  • Deploy SentinelOne's behavioral AI to detect post-exploitation activities such as code injection or privilege escalation
  • Maintain centralized logging of browser security events for forensic analysis

How to Mitigate CVE-2023-0932

Immediate Actions Required

  • Update Google Chrome to version 110.0.5481.177 or later immediately on all Windows systems
  • Verify the update was successfully applied by checking chrome://version in the browser
  • Enable automatic updates for Chrome to ensure future security patches are applied promptly
  • Review organizational systems for any instances running outdated Chrome versions

Patch Information

Google addressed CVE-2023-0932 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 update Chrome using their standard software deployment mechanisms.

For detailed patch information, refer to the Google Chrome Desktop Update advisory. Additional technical details can be found in Chromium Bug Report #1413005, and Linux distributions may reference the Gentoo GLSA 202309-17 advisory.

Workarounds

  • If immediate patching is not possible, consider restricting access to untrusted websites through web filtering proxies
  • Disable WebRTC functionality in Chrome via enterprise policies if not required for business operations (set WebRtcUdpPortRange to empty or use third-party extensions)
  • Implement browser isolation solutions to contain potential exploitation within sandboxed environments
  • Educate users about the risks of clicking on suspicious links or visiting unknown websites

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

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

  • Gentoo GLSA 202309-17
  • Vendor Resources
  • Google Chrome Desktop Update
  • 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