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

CVE-2023-52355: Libtiff DOS Vulnerability

CVE-2023-52355 is a denial of service flaw in Libtiff caused by an out-of-memory condition. Attackers can exploit this by passing crafted TIFF files to trigger system crashes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-52355 Overview

An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted TIFF file to the TIFFRasterScanlineSize64() API. This vulnerability allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB, making it a practical attack vector that requires minimal resources to exploit.

Critical Impact

Remote attackers can cause denial of service conditions on systems processing TIFF images, potentially disrupting critical image processing workflows and services without requiring authentication.

Affected Products

  • libtiff (all vulnerable versions)
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0

Discovery Timeline

  • 2024-01-25 - CVE-2023-52355 published to NVD
  • 2025-12-10 - Last updated in NVD database

Technical Details for CVE-2023-52355

Vulnerability Analysis

This vulnerability is classified as an out-of-bounds write (CWE-787) that manifests as an out-of-memory condition when processing maliciously crafted TIFF files. The flaw exists within the TIFFRasterScanlineSize64() function, which is responsible for calculating the size of a raster scanline in bytes for TIFF image processing operations.

When a specially crafted TIFF file is processed, the function can be manipulated to trigger excessive memory allocation requests. The attack is particularly concerning because it can be triggered with files smaller than 379 KB, making it easy to distribute malicious payloads through various channels including email attachments, web uploads, and document processing pipelines.

The vulnerability can be exploited remotely without requiring any authentication or user interaction beyond having the target system process the malicious TIFF file. Applications that automatically process user-uploaded images, document conversion services, and image manipulation tools are particularly at risk.

Root Cause

The root cause lies in improper validation of TIFF file parameters before memory allocation in the TIFFRasterScanlineSize64() function. The function fails to adequately verify that the calculated scanline size is reasonable before attempting memory operations. When processing a crafted TIFF file with manipulated header values, the function can be tricked into computing an extremely large scanline size, leading to memory exhaustion when the system attempts to fulfill the allocation request.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious TIFF file with manipulated header fields that cause abnormal scanline size calculations
  2. Delivering the file to a target system through any mechanism that results in TIFF processing (web uploads, email attachments, API endpoints, etc.)
  3. When the vulnerable application calls TIFFRasterScanlineSize64() to process the image, excessive memory allocation occurs
  4. The system experiences memory exhaustion, resulting in denial of service

The small file size requirement (under 379 KB) makes this attack particularly practical, as such files can easily bypass size-based upload restrictions commonly implemented in web applications.

Detection Methods for CVE-2023-52355

Indicators of Compromise

  • Unusual memory consumption spikes in processes handling TIFF image files
  • Application crashes or out-of-memory errors in image processing services
  • Presence of small TIFF files (under 379 KB) with malformed or unusual header values
  • Repeated service restarts for applications using libtiff library

Detection Strategies

  • Monitor system memory usage for abnormal allocation patterns when processing TIFF files
  • Implement file integrity monitoring for applications that depend on libtiff
  • Deploy application-level logging to track TIFF processing failures and exceptions
  • Use endpoint detection tools to identify processes experiencing memory exhaustion during image processing

Monitoring Recommendations

  • Configure alerts for out-of-memory conditions in services that process user-uploaded images
  • Implement resource limits (memory cgroups, ulimits) for processes handling untrusted TIFF files
  • Monitor libtiff library version across all systems to ensure vulnerable versions are identified
  • Review logs for patterns of failed TIFF processing that could indicate exploitation attempts

How to Mitigate CVE-2023-52355

Immediate Actions Required

  • Update libtiff to the latest patched version available from your distribution
  • Apply Red Hat security advisories for Enterprise Linux systems (RHSA-2025:20801, RHSA-2025:21994, RHSA-2025:23078)
  • Review and identify all applications using libtiff for TIFF processing
  • Implement memory limits for processes that handle untrusted image files

Patch Information

Red Hat has released security advisories addressing this vulnerability for Enterprise Linux systems. Administrators should apply the relevant patches based on their distribution version:

  • RHSA-2025:20801 - Red Hat Enterprise Linux security update
  • RHSA-2025:21994 - Red Hat Enterprise Linux security update
  • RHSA-2025:23078 - Red Hat Enterprise Linux security update
  • RHSA-2025:23079 - Red Hat Enterprise Linux security update
  • RHSA-2025:23080 - Red Hat Enterprise Linux security update

For detailed technical information about the vulnerability, refer to the GitLab Issue #621 for libtiff and the Red Hat Bugzilla Entry #2251326.

Workarounds

  • Implement strict file validation and sanitization before processing TIFF files from untrusted sources
  • Configure resource limits (memory limits, process sandboxing) for applications that process user-uploaded TIFF images
  • Consider using alternative image processing libraries that do not rely on vulnerable libtiff versions where feasible
  • Deploy network-level filtering to inspect and quarantine suspicious TIFF files before they reach processing systems
bash
# Example: Configure memory limits for TIFF processing service
# Using systemd to limit memory for an image processing service
sudo systemctl edit image-processor.service

# Add the following to limit memory usage:
# [Service]
# MemoryMax=512M
# MemorySwapMax=0

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLibtiff

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.38%

  • 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-787
  • Technical References
  • Red Hat Security Advisory RHSA-2025:20801

  • Red Hat Security Advisory RHSA-2025:21994

  • Red Hat Security Advisory RHSA-2025:23078

  • Red Hat Security Advisory RHSA-2025:23079

  • Red Hat Security Advisory RHSA-2025:23080

  • Red Hat CVE-2023-52355 Details

  • GitLab Issue #621 for libtiff
  • Vendor Resources
  • Red Hat Bugzilla Entry #2251326
  • Related CVEs
  • CVE-2023-52356: Libtiff Denial of Service Vulnerability

  • CVE-2024-7006: Libtiff Null Pointer Dereference DOS Flaw

  • CVE-2023-0800: Libtiff Out-of-Bounds Write DoS Vulnerability

  • CVE-2023-0804: Libtiff Out-of-Bounds Write DoS 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