Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-46751

CVE-2023-46751: Artifex Ghostscript DOS Vulnerability

CVE-2023-46751 is a denial of service vulnerability in Artifex Ghostscript caused by a dangling pointer that allows attackers to crash the application. This post covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-46751 Overview

CVE-2023-46751 is a Use After Free vulnerability discovered in Artifex Ghostscript through version 10.02.0. The vulnerability exists in the gdev_prn_open_printer_seekable() function and allows remote attackers to crash the application via a dangling pointer. This memory corruption issue can lead to denial of service conditions when processing maliciously crafted documents.

Critical Impact

Remote attackers can cause application crashes through network-accessible attack vectors without requiring authentication or user interaction, potentially disrupting document processing workflows and print services.

Affected Products

  • Artifex Ghostscript versions through 10.02.0
  • Systems utilizing Ghostscript for PDF/PostScript processing
  • Applications integrating Ghostscript libraries for document rendering

Discovery Timeline

  • 2023-12-06 - CVE-2023-46751 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-46751

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to reference memory after it has been freed. In the context of the gdev_prn_open_printer_seekable() function, the issue manifests as a dangling pointer that remains accessible after the memory it references has been deallocated.

The vulnerability can be triggered remotely over the network without requiring authentication or user interaction. When exploited, it results in a denial of service condition by crashing the Ghostscript application. While the confidentiality and integrity of the system are not directly impacted, the availability impact is significant as it can disrupt document processing operations.

Root Cause

The root cause of CVE-2023-46751 lies in improper memory management within the gdev_prn_open_printer_seekable() function. During the printer device initialization process, a pointer reference is maintained after the associated memory has been freed. This creates a dangling pointer scenario where subsequent operations attempt to access invalid memory locations, leading to undefined behavior and application crashes.

The specific code path involves the seekable printer device opening routine, where memory lifecycle management fails to properly track pointer validity states after deallocation events.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can craft a malicious document (PDF, PostScript, or other Ghostscript-supported format) containing specific content that triggers the vulnerable code path during processing. When Ghostscript attempts to process this document, the dangling pointer is dereferenced, causing the application to crash.

The attack requires no privileges and no user interaction beyond the victim system processing the malicious document, which may occur automatically in print servers, document conversion services, or preview generation systems.

Detection Methods for CVE-2023-46751

Indicators of Compromise

  • Unexpected Ghostscript process crashes or terminations during document processing
  • Core dumps or crash logs referencing the gdev_prn_open_printer_seekable() function
  • Abnormal system log entries indicating memory access violations in Ghostscript processes
  • Repeated service restarts for applications depending on Ghostscript libraries

Detection Strategies

  • Monitor Ghostscript processes for segmentation faults and abnormal termination signals
  • Implement file integrity monitoring on Ghostscript configuration and binary files
  • Deploy application-level monitoring to detect unusual crash patterns in document processing workflows
  • Analyze incoming documents for suspicious characteristics before processing with Ghostscript

Monitoring Recommendations

  • Configure crash reporting and analysis for Ghostscript-dependent services
  • Establish baseline metrics for document processing success rates to detect anomalies
  • Enable verbose logging for Ghostscript operations in production environments
  • Set up alerts for repeated process crashes within short time windows

How to Mitigate CVE-2023-46751

Immediate Actions Required

  • Update Artifex Ghostscript to a version beyond 10.02.0 that contains the security fix
  • Review and restrict network access to systems running vulnerable Ghostscript versions
  • Implement input validation and sandboxing for document processing workflows
  • Consider temporarily disabling automated document processing until patches are applied

Patch Information

Artifex has released a fix for this vulnerability. The security patch addresses the dangling pointer issue in the gdev_prn_open_printer_seekable() function by implementing proper memory lifecycle management. The fix is tracked in the Ghostscript Git Repository with commit hash dcdbc595c13c9d11d235702dff46bb74c80f7698.

Debian users should reference Debian Security Advisory DSA-5578 for distribution-specific patching guidance. Additional details about the vulnerability can be found in Ghostscript Bug Report #707264.

Workarounds

  • Isolate Ghostscript processing in sandboxed environments or containers with restricted permissions
  • Implement network segmentation to limit exposure of systems running Ghostscript
  • Use application firewalls to filter potentially malicious documents before they reach Ghostscript
  • Configure resource limits and process monitoring to quickly detect and respond to crash events
bash
# Configuration example - Sandboxing Ghostscript with resource limits
# Create a dedicated user for Ghostscript processing
useradd -r -s /bin/false ghostscript-worker

# Run Ghostscript with restricted permissions and resource limits
# Using systemd service configuration
cat << EOF > /etc/systemd/system/ghostscript-sandbox.service
[Service]
User=ghostscript-worker
MemoryLimit=512M
CPUQuota=50%
PrivateTmp=true
ProtectSystem=strict
NoNewPrivileges=true
EOF

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArtifex Ghostscript

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Ghostscript Bug Report #707264

  • Ghostscript Official Website

  • Ghostscript Git Commit

  • Debian Security Advisory DSA-5578
  • Related CVEs
  • CVE-2024-46953: Ghostscript Path Traversal Vulnerability

  • CVE-2025-27836: Artifex Ghostscript Buffer Overflow Flaw

  • CVE-2025-27832: Artifex Ghostscript Buffer Overflow Flaw

  • CVE-2025-27831: Ghostscript Buffer Overflow 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