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-2025-61145

CVE-2025-61145: Libtiff Use-After-Free Vulnerability

CVE-2025-61145 is a use-after-free vulnerability in Libtiff's tiffcrop.c component affecting versions up to v4.7.1. This flaw can lead to memory corruption and potential code execution. This article covers technical details.

Published: February 27, 2026

CVE-2025-61145 Overview

A double free vulnerability has been discovered in libtiff versions up to v4.7.1. The vulnerability exists within the tools/tiffcrop.c component, which is used for cropping and manipulating TIFF image files. A double free condition occurs when memory is freed more than once, leading to memory corruption and potential denial of service conditions.

Critical Impact

Exploitation of this double free vulnerability can result in application crashes and denial of service when processing maliciously crafted TIFF image files.

Affected Products

  • libtiff versions up to and including v4.7.1
  • Applications and systems utilizing the libtiff library for TIFF image processing
  • Systems using the tiffcrop utility

Discovery Timeline

  • 2026-02-23 - CVE-2025-61145 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-61145

Vulnerability Analysis

This vulnerability is classified as CWE-415 (Double Free), a memory corruption flaw that occurs when the same memory location is freed multiple times. In the context of libtiff, the vulnerability manifests in the tiffcrop.c component, which handles TIFF image cropping operations.

Double free vulnerabilities can corrupt memory allocation structures, potentially leading to arbitrary write conditions or application crashes. While this particular vulnerability requires local access and user interaction to exploit, it presents a significant denial of service risk for systems processing untrusted TIFF images.

The attack requires local access with low privileges and user interaction, such as opening a maliciously crafted TIFF file with the tiffcrop utility. Successful exploitation leads to high availability impact through application crashes or system instability.

Root Cause

The root cause of this vulnerability lies in improper memory management within the tiffcrop.c component. The code path fails to properly track memory allocation state, resulting in a scenario where the same memory buffer is passed to the free() function multiple times. This typically occurs due to missing or incorrect pointer nullification after the initial free operation, combined with error handling paths that attempt to clean up already-freed memory.

Attack Vector

Exploitation of this vulnerability requires local access to the target system. An attacker would need to craft a malicious TIFF image file that triggers the vulnerable code path when processed by the tiffcrop utility. The attack scenario involves:

  1. Crafting a specially malformed TIFF image file designed to trigger the double free condition
  2. Convincing a user to process the malicious file using tiffcrop or an application that utilizes the vulnerable libtiff functionality
  3. Upon processing, the double free condition corrupts memory structures, causing the application to crash

For detailed technical analysis and proof-of-concept information, refer to the GitLab Issue #736 Discussion and the GitHub Gist Code Snippet which contain additional vulnerability details.

Detection Methods for CVE-2025-61145

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using libtiff when processing TIFF files
  • Core dumps containing references to tiffcrop.c or libtiff memory management functions
  • Unusual TIFF files with malformed headers or corrupted metadata structures

Detection Strategies

  • Monitor for application crashes in processes that utilize the libtiff library, particularly the tiffcrop utility
  • Implement file integrity monitoring for TIFF processing workflows to detect potentially malicious input files
  • Deploy memory sanitizers (ASan, MSan) in development and testing environments to catch double free conditions early

Monitoring Recommendations

  • Enable crash reporting and logging for all applications that process TIFF images
  • Configure system monitoring to alert on repeated segmentation faults from libtiff-dependent processes
  • Implement file upload validation that inspects TIFF files for known malicious patterns before processing

How to Mitigate CVE-2025-61145

Immediate Actions Required

  • Upgrade libtiff to a patched version when available from the vendor
  • Restrict access to the tiffcrop utility and limit its use to trusted TIFF files only
  • Implement input validation for all TIFF files before processing, especially from untrusted sources
  • Consider using containerization or sandboxing for TIFF processing workflows to limit impact of potential crashes

Patch Information

A patch addressing this vulnerability is available via GitLab Merge Request #753. Organizations should review the merge request and apply the patch or upgrade to a fixed version of libtiff when officially released. Monitor the libtiff project for official release announcements containing this security fix.

Workarounds

  • Avoid processing TIFF files from untrusted or unknown sources until the patch is applied
  • Use alternative TIFF processing tools that are not affected by this vulnerability where possible
  • Implement strict file type validation and content inspection before passing files to tiffcrop
  • Run tiffcrop and related utilities in isolated environments with limited system access
bash
# Configuration example - Run tiffcrop in isolated environment
# Create restricted directory for TIFF processing
mkdir -p /opt/tiff_sandbox
chown root:tiffprocessors /opt/tiff_sandbox
chmod 750 /opt/tiff_sandbox

# Run tiffcrop with resource limits (Linux)
ulimit -v 524288  # Limit virtual memory to 512MB
ulimit -c 0       # Disable core dumps
timeout 30 tiffcrop input.tif output.tif

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLibtiff

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-415
  • Technical References
  • GitHub Gist Code Snippet

  • GitLab Issue #736 Discussion

  • GitLab Merge Request #753
  • Related CVEs
  • CVE-2026-4775: libtiff Library RCE Vulnerability

  • CVE-2025-9900: Libtiff RCE Vulnerability

  • CVE-2025-61144: Libtiff Buffer Overflow Vulnerability

  • CVE-2025-61143: Libtiff NULL Pointer Dereference 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