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
    • 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-2023-6345

CVE-2023-6345: Google Chrome Skia RCE Vulnerability

CVE-2023-6345 is an integer overflow vulnerability in Google Chrome's Skia component that enables remote code execution and sandbox escape. This article covers the technical details, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-6345 Overview

CVE-2023-6345 is a critical integer overflow vulnerability in the Skia graphics library used by Google Chrome. This vulnerability affects Chrome versions prior to 119.0.6045.199 and allows a remote attacker who has already compromised the renderer process to potentially escape the browser sandbox via a malicious file. The vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

This vulnerability enables sandbox escape from a compromised renderer process, potentially allowing attackers to execute arbitrary code outside the browser's security boundaries. Active exploitation has been confirmed in the wild.

Affected Products

  • Google Chrome (versions prior to 119.0.6045.199)
  • Microsoft Edge Chromium (Chromium-based versions)
  • Debian Linux 11.0 and 12.0
  • Fedora 37, 38, and 39

Discovery Timeline

  • 2023-11-29 - CVE-2023-6345 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2023-6345

Vulnerability Analysis

The vulnerability resides in Skia, the open-source 2D graphics library that serves as the graphics engine for Chrome, Android, and numerous other applications. Skia handles rendering operations including text, shapes, and images. The integer overflow condition (CWE-190) occurs when arithmetic operations on integer values exceed the maximum representable value, causing the result to wrap around to an unexpected smaller value.

In the context of this vulnerability, the integer overflow can lead to incorrect memory allocation sizes or buffer calculations within Skia's rendering pipeline. When an attacker has already gained code execution within the renderer process (through another vulnerability or attack chain), they can craft a malicious file that triggers this integer overflow condition. The resulting memory corruption can then be leveraged to escape Chrome's sandbox and execute code with higher privileges on the victim's system.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) within the Skia graphics library. When processing specially crafted graphical data, integer values used in memory size calculations can overflow, leading to undersized buffer allocations. Subsequent operations that write data based on the original (pre-overflow) calculations can then corrupt adjacent memory regions, providing primitives for sandbox escape.

Attack Vector

The attack requires network access and user interaction, typically through convincing a user to open a malicious file or visit a compromised website. The attack chain involves:

  1. Initial compromise of the Chrome renderer process through a separate vulnerability or exploit
  2. Delivery of a malicious file containing crafted graphical data designed to trigger the integer overflow in Skia
  3. Exploitation of the resulting memory corruption to escape the Chrome sandbox
  4. Execution of arbitrary code outside the sandboxed environment with the privileges of the browser process

The vulnerability affects the Changed scope, meaning a successful exploit can impact resources beyond the vulnerable component's security scope. This is characteristic of sandbox escape vulnerabilities where the attacker breaks out of the constrained renderer environment.

Detection Methods for CVE-2023-6345

Indicators of Compromise

  • Unusual Chrome or Chromium-based browser crashes, particularly when processing graphical content
  • Unexpected child processes spawned by browser processes with elevated privileges
  • Anomalous memory access patterns or segmentation faults in Skia-related components
  • Browser process attempting to access system resources outside normal sandbox boundaries

Detection Strategies

  • Monitor for Chrome versions older than 119.0.6045.199 across the enterprise environment
  • Implement endpoint detection rules for sandbox escape behaviors, such as renderer processes accessing restricted system resources
  • Deploy browser version compliance checks through asset management tools
  • Enable Chrome's built-in crash reporting and monitor for Skia-related crash signatures

Monitoring Recommendations

  • Review browser update deployment status across all managed endpoints
  • Monitor security advisories from Google Chrome, Microsoft Edge, and Linux distribution security teams
  • Track CISA KEV catalog updates for related vulnerabilities in the Chromium attack chain
  • Implement network monitoring for known malicious domains associated with CVE-2023-6345 exploitation campaigns

How to Mitigate CVE-2023-6345

Immediate Actions Required

  • Update Google Chrome to version 119.0.6045.199 or later immediately
  • Update Microsoft Edge to the latest Chromium-based version that includes the patch
  • Apply security updates for Debian Linux (DSA-5569) and Fedora distributions
  • Prioritize patching due to confirmed active exploitation in the wild

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 119.0.6045.199. The fix was announced via the Chrome Desktop Update Announcement. Additional security advisories have been published by downstream vendors:

  • Debian Security Advisory DSA-5569
  • Gentoo GLSA 202401-34
  • Fedora package announcements for Fedora 37, 38, and 39

The vulnerability is tracked as Chrome Bug Report #1505053 and is listed in the CISA Known Exploited Vulnerabilities Catalog.

Workarounds

  • Enable automatic browser updates to ensure timely patching of future vulnerabilities
  • Consider using browser isolation technologies to contain potential sandbox escapes
  • Implement strict content security policies and restrict access to untrusted file sources
  • Deploy endpoint protection solutions capable of detecting sandbox escape attempts
bash
# Verify Chrome version on Linux systems
google-chrome --version
# Expected output: Google Chrome 119.0.6045.199 or later

# Force Chrome update check
google-chrome --check-for-update-interval=1

# Verify Chromium package version on Debian
apt-cache policy chromium

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.61%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-190
  • Technical References
  • Chrome Desktop Update Announcement

  • Chrome Bug Report #1505053

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202401-34

  • Debian Security Advisory DSA-5569

  • CISA Known Exploited Vulnerability CVE-2023-6345
  • Related CVEs
  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5909: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5908: Google Chrome Media RCE Vulnerability
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