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

CVE-2023-2136: Google Chrome Skia RCE Vulnerability

CVE-2023-2136 is an integer overflow vulnerability in Google Chrome's Skia component that enables sandbox escape through crafted HTML pages. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-2136 Overview

CVE-2023-2136 is a critical integer overflow vulnerability in the Skia graphics library used by Google Chrome. Skia is a fundamental 2D graphics library that handles rendering operations across Chrome and other Google products. This vulnerability allows a remote attacker who has already compromised the renderer process to potentially escape the browser sandbox by exploiting the integer overflow condition through a specially crafted HTML page.

Critical Impact

This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Successful exploitation allows sandbox escape, enabling attackers to execute arbitrary code outside the browser's security boundaries and potentially gain full system access.

Affected Products

  • Google Chrome prior to version 112.0.5615.137
  • Debian Linux 11.0 (Bullseye)
  • Fedora 36, 37, and 38

Discovery Timeline

  • April 18, 2023 - Google releases security patch in Chrome 112.0.5615.137
  • April 19, 2023 - CVE-2023-2136 published to NVD
  • October 24, 2025 - Last updated in NVD database

Technical Details for CVE-2023-2136

Vulnerability Analysis

CVE-2023-2136 represents an integer overflow vulnerability (CWE-190) within the Skia graphics library, which serves as the core 2D rendering engine for Google Chrome. The vulnerability occurs when certain arithmetic operations within Skia's rendering pipeline produce values that exceed the maximum integer boundary, causing the value to wrap around unexpectedly.

This integer overflow condition can be triggered remotely through maliciously crafted HTML content that manipulates graphics rendering parameters. When the overflow occurs, it corrupts memory structures used by the graphics subsystem, creating an exploitable condition that attackers can leverage to escape Chrome's sandbox protection.

The sandbox escape capability makes this vulnerability particularly severe, as Chrome's multi-process architecture normally isolates rendered web content from the rest of the system. By escaping the sandbox, attackers can bypass this critical security boundary and execute code with the privileges of the browser process or potentially escalate further.

Root Cause

The root cause of CVE-2023-2136 is improper handling of integer arithmetic operations within Skia's graphics processing code. When processing certain graphical elements with extreme or carefully calculated dimensions, the library fails to perform adequate bounds checking before mathematical operations. This allows integer values to overflow, resulting in incorrect memory size calculations or buffer allocations that can be exploited for memory corruption.

Integer overflow vulnerabilities in graphics libraries are particularly dangerous because graphics rendering inherently involves numerous calculations with user-controlled input parameters such as image dimensions, coordinates, and transformation matrices. Without proper validation, attackers can craft input that triggers overflow conditions in these calculations.

Attack Vector

The attack requires a multi-stage exploitation approach. First, an attacker must compromise the Chrome renderer process through a separate vulnerability. Once the renderer is compromised, the attacker can then exploit CVE-2023-2136 to escape the sandbox:

  1. Initial Compromise: The attacker uses a separate vulnerability to gain code execution within Chrome's sandboxed renderer process
  2. Crafted HTML Delivery: The attacker serves a malicious HTML page containing graphics elements designed to trigger the integer overflow in Skia
  3. Integer Overflow Trigger: When Chrome renders the malicious content, specific calculations in Skia overflow, corrupting memory structures
  4. Sandbox Escape: The memory corruption is leveraged to break out of Chrome's sandbox, gaining access to the broader system

The network-based attack vector combined with the sandbox escape capability makes this vulnerability highly impactful, as it can be used as part of a full exploit chain to completely compromise a user's system through a malicious website.

Detection Methods for CVE-2023-2136

Indicators of Compromise

  • Unusual Chrome renderer process behavior including unexpected child processes spawning outside the sandbox
  • Memory corruption artifacts or crash dumps indicating integer overflow conditions in Skia rendering code
  • Anomalous graphics rendering requests with extreme dimension values or transformation parameters
  • Chrome crash reports mentioning Skia library components or graphics subsystem failures

Detection Strategies

  • Monitor for Chrome versions older than 112.0.5615.137 across the enterprise using software inventory tools
  • Deploy endpoint detection solutions capable of identifying sandbox escape attempts from browser processes
  • Analyze browser crash telemetry for patterns consistent with integer overflow exploitation in graphics components
  • Implement network security monitoring to detect potential exploit delivery through malicious web content

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and monitor for Skia-related crashes across managed endpoints
  • Deploy behavioral analysis tools that can detect abnormal process relationships, particularly browser child processes with unexpected capabilities
  • Monitor for indicators of renderer process compromise as a precursor to sandbox escape attempts
  • Review web proxy logs for access to known malicious domains associated with active exploitation campaigns

How to Mitigate CVE-2023-2136

Immediate Actions Required

  • Update Google Chrome to version 112.0.5615.137 or later immediately across all systems
  • Verify Chrome auto-update functionality is enabled and working correctly on all managed endpoints
  • For Debian 11 systems, apply the security update referenced in Debian DSA-5393
  • For Fedora 36, 37, and 38 systems, apply updates from the Fedora package announcements
  • Consider blocking or restricting web browsing on unpatched systems until updates can be applied

Patch Information

Google addressed CVE-2023-2136 in Chrome version 112.0.5615.137, released on April 18, 2023. The fix implements proper bounds checking for integer operations within the Skia graphics library to prevent overflow conditions.

Patch and release information is available through the official Chrome Release Update. Additional technical details about the vulnerability can be found in CRBug Issue 1432603.

Linux distribution maintainers have released corresponding updates:

  • Debian: DSA-5393
  • Fedora: Package updates for Fedora 36, 37, and 38
  • Gentoo: GLSA 202309-17

Workarounds

  • Implement network-level controls to block access to known malicious sites exploiting this vulnerability
  • Consider using browser isolation solutions to contain potential renderer compromises
  • Restrict access to untrusted websites on systems where immediate patching is not possible
  • Deploy application whitelisting to limit potential post-exploitation activities if sandbox escape occurs
bash
# Verify Chrome version on Linux systems
google-chrome --version
# Expected output should be 112.0.5615.137 or higher

# Force Chrome update check
google-chrome --check-for-update

# For enterprise environments, ensure Chrome policies enforce auto-updates
# Set AutoUpdateEnabled policy to true
cat /etc/opt/chrome/policies/managed/update_policy.json
# {"AutoUpdateEnabled": true}

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

  • 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
  • CRBug Issue 1432603

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202309-17

  • Debian DSA-5393

  • CISA CVE-2023-2136 Listing
  • Vendor Resources
  • Chrome Release Update
  • 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