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

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

CVE-2023-5852 is a use after free vulnerability in Google Chrome's Printing component that enables heap corruption through specific UI gestures. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-5852 Overview

CVE-2023-5852 is a use-after-free vulnerability in the Printing component of Google Chrome prior to version 119.0.6045.105. This memory corruption flaw allows a remote attacker who convinces a user to engage in specific UI gestures to potentially exploit heap corruption. The vulnerability requires user interaction but can lead to serious consequences including arbitrary code execution within the browser context.

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 malware installation through a crafted web page.

Affected Products

  • Google Chrome prior to version 119.0.6045.105
  • Debian Linux 11.0 and 12.0
  • Fedora 37, 38, and 39

Discovery Timeline

  • 2023-11-01 - CVE-2023-5852 published to NVD
  • 2025-04-29 - Last updated in NVD database

Technical Details for CVE-2023-5852

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a dangerous memory corruption issue that occurs when a program continues to reference memory after it has been freed. In the context of Chrome's Printing component, the vulnerability arises during specific UI interactions that trigger improper memory management.

When a user performs certain gestures related to printing functionality, the browser may access memory that has already been deallocated. This creates a window of opportunity for attackers to manipulate the freed memory region, potentially inserting malicious data that gets executed when the browser references the now-corrupted memory location.

The attack requires network access and user interaction, meaning an attacker must convince a victim to visit a malicious website and perform specific actions. Despite this requirement, the potential impact is severe as successful exploitation could compromise the confidentiality, integrity, and availability of the system.

Root Cause

The root cause of CVE-2023-5852 lies in improper memory lifecycle management within Chrome's Printing subsystem. Specifically, the vulnerability occurs when:

  1. A memory object related to printing operations is allocated
  2. The object is freed during certain UI gesture sequences
  3. The program maintains a dangling pointer to the freed memory
  4. Subsequent operations attempt to use this invalidated reference

This pattern of use-after-free vulnerabilities is common in complex C++ codebases where object lifetimes can be difficult to track, especially across asynchronous UI operations.

Attack Vector

The attack vector for CVE-2023-5852 involves network-based exploitation through a malicious web page. An attacker would need to:

  1. Craft a malicious webpage that triggers the vulnerable code path in Chrome's Printing component
  2. Entice a victim to visit the malicious page
  3. Induce the victim to perform specific UI gestures (such as initiating or canceling print operations)
  4. Leverage the heap corruption to execute arbitrary code

The vulnerability exploits the heap corruption that results from the use-after-free condition. By carefully controlling the memory layout and timing of allocations, an attacker could potentially overwrite critical data structures or function pointers, leading to code execution.

The exploitation mechanism involves triggering the printing-related UI gestures in a specific sequence that causes the browser to access freed memory containing attacker-controlled data. Technical details of the specific gestures required are documented in the Chromium Bug Report #1480852.

Detection Methods for CVE-2023-5852

Indicators of Compromise

  • Unusual browser crashes or instability during printing operations
  • Unexpected memory access violations or heap corruption errors in Chrome crash reports
  • Browser processes spawning unusual child processes after print-related activities
  • Anomalous network connections originating from Chrome after visiting untrusted websites

Detection Strategies

  • Monitor for Chrome versions prior to 119.0.6045.105 across your enterprise environment
  • Implement browser version auditing through endpoint management solutions
  • Enable Chrome's built-in crash reporting to capture heap corruption events
  • Deploy SentinelOne's behavioral AI to detect anomalous browser process behavior indicative of exploitation

Monitoring Recommendations

  • Configure SIEM alerts for Chrome crash events with heap corruption signatures
  • Monitor for unusual process creation chains originating from Chrome browser processes
  • Track print spooler activity for anomalous behavior patterns
  • Review Chrome enterprise policies to ensure automatic updates are enabled

How to Mitigate CVE-2023-5852

Immediate Actions Required

  • Update Google Chrome to version 119.0.6045.105 or later immediately
  • Enable automatic updates for Chrome across all managed endpoints
  • Apply Debian security updates via DSA-5546 for Debian-based systems
  • Update Fedora systems using the official package announcements

Patch Information

Google has addressed this vulnerability in Chrome version 119.0.6045.105, released on October 31, 2023. The fix corrects the memory lifecycle management in the Printing component to prevent use-after-free conditions.

Patch details are available in the Chrome Desktop Update Announcement.

For Linux distributions:

  • Debian users should apply Debian Security Advisory DSA-5546
  • Gentoo users can reference GLSA 202311-11, GLSA 202312-07, or GLSA 202401-34
  • Fedora users should apply updates through the official Fedora package announcements

Workarounds

  • Restrict access to untrusted websites until patches can be applied
  • Consider disabling printing functionality through Chrome enterprise policies if not required
  • Implement network-level controls to block known malicious domains
  • Use browser isolation technologies for high-risk browsing activities
bash
# Verify Chrome version on Linux
google-chrome --version

# Update Chrome on Debian/Ubuntu
sudo apt update && sudo apt upgrade google-chrome-stable

# Update Chrome on Fedora
sudo dnf update chromium

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

  • 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
  • Chrome Desktop Update Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202311-11

  • Gentoo GLSA 202312-07

  • Gentoo GLSA 202401-34

  • Debian Security Advisory DSA-5546
  • Vendor Resources
  • Chromium Bug Report #1480852
  • 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