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

CVE-2023-0933: Google Chrome PDF RCE Vulnerability

CVE-2023-0933 is an integer overflow vulnerability in Google Chrome's PDF handler that enables remote code execution through heap corruption. This article covers the technical details, affected versions, and mitigation steps.

Published: February 4, 2026

CVE-2023-0933 Overview

CVE-2023-0933 is an integer overflow vulnerability in the PDF component of Google Chrome prior to version 110.0.5481.177. This vulnerability allows a remote attacker to potentially exploit heap corruption via a crafted PDF file. When a user opens a maliciously crafted PDF document in an affected version of Chrome, the integer overflow can trigger memory corruption conditions that may lead to arbitrary code execution within the browser's context.

Critical Impact

Remote attackers can exploit this vulnerability to achieve heap corruption through specially crafted PDF files, potentially leading to arbitrary code execution when users open malicious documents.

Affected Products

  • Google Chrome versions prior to 110.0.5481.177
  • Chromium-based browsers using vulnerable PDF rendering components
  • Desktop platforms (Windows, macOS, Linux) running affected Chrome versions

Discovery Timeline

  • February 22, 2023 - CVE-2023-0933 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2023-0933

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw exists in Chrome's PDF rendering engine, which is responsible for parsing and displaying PDF documents. Integer overflow vulnerabilities occur when arithmetic operations produce a numeric value that exceeds the maximum size of the integer type used to store it, causing the value to wrap around to a much smaller or even negative number.

In this case, the integer overflow in the PDF component leads to heap corruption. When the browser allocates memory based on the overflowed calculation, it may allocate a smaller buffer than intended. Subsequent operations that write data based on the original (pre-overflow) size can then write beyond the allocated buffer boundaries, corrupting heap memory structures.

The vulnerability requires user interaction—specifically, the victim must open a maliciously crafted PDF file. This can occur through various attack vectors including phishing emails with PDF attachments, drive-by downloads from compromised websites, or social engineering tactics that convince users to open attacker-controlled documents.

Root Cause

The root cause of CVE-2023-0933 is improper handling of integer arithmetic in the PDF parsing code within Google Chrome. When processing certain PDF structures, the code performs calculations that can overflow when supplied with maliciously crafted values. This integer overflow subsequently affects memory allocation sizes, leading to undersized buffer allocations that can be exploited for heap corruption.

The vulnerability resides in how Chrome's PDFium library (the embedded PDF reader) handles specific PDF object parameters or dimensions. Integer overflows in PDF processors are particularly dangerous because PDF files contain numerous size and length fields that directly influence memory operations.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can exploit this vulnerability through the following scenarios:

  1. Email-based attacks: Sending a malicious PDF attachment that exploits the vulnerability when opened in Chrome's built-in PDF viewer
  2. Web-based attacks: Hosting a malicious PDF on a website that automatically opens in Chrome when visited
  3. Download-based attacks: Tricking users into downloading and opening a malicious PDF file

The vulnerability can potentially be exploited to achieve arbitrary code execution within the browser sandbox. While Chrome's sandbox provides a layer of protection, heap corruption vulnerabilities may potentially be chained with sandbox escape techniques for full system compromise.

Detection Methods for CVE-2023-0933

Indicators of Compromise

  • Unusual PDF files with abnormal object sizes or dimensions that could trigger integer overflow conditions
  • Chrome browser crashes when opening PDF files, particularly with heap corruption signatures
  • Unexpected child processes spawned by Chrome after PDF file access
  • Memory access violations or segmentation faults in Chrome's PDF rendering component

Detection Strategies

  • Monitor for anomalous PDF files with extreme or unusual dimension values in object streams
  • Implement endpoint detection rules that identify Chrome crashes with heap corruption patterns
  • Deploy network-based inspection to detect PDF files with characteristics commonly associated with exploitation attempts
  • Use behavioral analysis to identify Chrome processes exhibiting abnormal memory access patterns after PDF rendering

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting to identify potential exploitation attempts
  • Monitor system logs for Chrome renderer process crashes, especially those occurring during PDF operations
  • Implement file integrity monitoring for downloaded PDF files to detect known malicious signatures
  • Configure SIEM alerts for patterns consistent with heap corruption exploitation in browser processes

How to Mitigate CVE-2023-0933

Immediate Actions Required

  • Update Google Chrome to version 110.0.5481.177 or later immediately
  • Enable automatic updates for Chrome to ensure timely security patch deployment
  • Educate users about the risks of opening PDF files from untrusted sources
  • Consider using alternative PDF readers for documents from unknown sources until all browsers are patched

Patch Information

Google has addressed this vulnerability in Chrome version 110.0.5481.177. The fix was released as part of the Stable Channel Desktop Update on February 22, 2023. Organizations should ensure all Chrome installations are updated to this version or later.

Additional patch information is available through Gentoo GLSA 202309-17 for Gentoo Linux users. The Chromium Bug Report #1404864 contains technical details about the vulnerability and its remediation.

Workarounds

  • Disable Chrome's built-in PDF viewer and use an alternative PDF reader application until patching is complete
  • Implement network-level filtering to scan and quarantine PDF files before they reach end users
  • Configure Chrome policies to block automatic opening of PDF files, requiring explicit user download actions
  • Use browser isolation technologies to render PDF content in isolated environments away from sensitive systems
bash
# Chrome Enterprise Policy Configuration (Windows Registry)
# Disable Chrome's built-in PDF viewer as a temporary workaround
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# AlwaysOpenPdfExternally = 1

# Linux/macOS Chrome managed preferences
# Add to managed_policies.json:
# { "AlwaysOpenPdfExternally": 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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.32%

  • 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-190
  • Technical References
  • Chromium Bug Report #1404864

  • Gentoo GLSA 202309-17
  • Vendor Resources
  • Google Chrome Update Blog
  • Related CVEs
  • CVE-2026-5279: Google Chrome V8 RCE Vulnerability

  • CVE-2026-5277: Google Chrome ANGLE RCE Vulnerability

  • CVE-2026-5274: Google Chrome RCE Vulnerability

  • CVE-2026-4679: Google Chrome RCE 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