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

CVE-2025-61144: Libtiff Buffer Overflow Vulnerability

CVE-2025-61144 is a stack overflow vulnerability in Libtiff affecting versions up to v4.7.1. The flaw exists in the readSeparateStripsIntoBuffer function. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-61144 Overview

A stack overflow vulnerability was discovered in libtiff versions up to v4.7.1. The flaw exists within the readSeparateStripsIntoBuffer function, which can be exploited by an attacker to cause memory corruption. This vulnerability falls under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating that the application fails to properly validate memory operations, potentially leading to code execution or denial of service conditions.

Critical Impact

Local attackers with limited privileges can exploit this stack overflow vulnerability to potentially achieve high impact on confidentiality, integrity, and availability of affected systems through crafted TIFF image files.

Affected Products

  • libtiff versions up to and including v4.7.1
  • Applications and libraries that depend on libtiff for TIFF image processing
  • Systems processing untrusted TIFF files using vulnerable libtiff versions

Discovery Timeline

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

Technical Details for CVE-2025-61144

Vulnerability Analysis

This vulnerability is a stack overflow in the readSeparateStripsIntoBuffer function within libtiff. The function is responsible for reading TIFF image data organized in separate strips (planar configuration) into a buffer. When processing specially crafted TIFF files, the function fails to properly validate buffer boundaries, resulting in a stack-based buffer overflow condition.

The attack requires local access to the system and user interaction (such as opening a malicious TIFF file). Upon successful exploitation, an attacker could potentially achieve arbitrary code execution with the privileges of the user running the vulnerable application, or cause the application to crash, resulting in denial of service.

Root Cause

The root cause of this vulnerability is improper bounds checking within the readSeparateStripsIntoBuffer function. When handling TIFF images with separate strip configurations, the function allocates stack-based buffers without adequately validating that the data being read will fit within the allocated space. Maliciously crafted TIFF files can specify strip parameters that cause the function to write beyond the stack buffer boundaries, corrupting the stack and potentially allowing control flow hijacking.

Attack Vector

The attack vector is local, requiring the attacker to either have direct access to the system or to trick a user into opening a malicious TIFF file. The exploitation scenario typically involves:

  1. An attacker crafts a malicious TIFF file with specially constructed strip metadata
  2. The victim opens the file using an application that relies on libtiff for image processing
  3. The readSeparateStripsIntoBuffer function processes the malformed strip data
  4. Stack memory is overwritten due to insufficient bounds checking
  5. The attacker potentially gains code execution or causes application crash

The vulnerability has been documented with a proof-of-concept available through the GitHub Gist PoC. Additional technical details can be found in LibTIFF Issue #740.

Detection Methods for CVE-2025-61144

Indicators of Compromise

  • Unexpected crashes in applications processing TIFF files, particularly those using planar/separate strip configurations
  • Abnormal memory access patterns or segmentation faults in libtiff-dependent applications
  • Stack corruption warnings or core dumps from applications utilizing the readSeparateStripsIntoBuffer function

Detection Strategies

  • Monitor application logs for crashes related to TIFF file processing, especially those mentioning readSeparateStripsIntoBuffer or related functions
  • Implement file integrity monitoring to detect suspicious TIFF files with unusual strip metadata
  • Deploy endpoint detection solutions capable of identifying stack buffer overflow exploitation attempts

Monitoring Recommendations

  • Enable crash dump collection for applications that process TIFF images to capture exploitation attempts
  • Monitor for repeated application restarts or crashes when processing image files from untrusted sources
  • Implement network monitoring to detect potential exfiltration following successful exploitation

How to Mitigate CVE-2025-61144

Immediate Actions Required

  • Update libtiff to a patched version that addresses this vulnerability
  • Review and audit applications that depend on libtiff for TIFF image processing
  • Restrict processing of TIFF files from untrusted sources until patches can be applied
  • Consider implementing application sandboxing for programs that handle untrusted image files

Patch Information

The libtiff maintainers have released patches to address this vulnerability. Two commits have been made available:

  • LibTIFF Commit 09f53a86 - Primary security fix
  • LibTIFF Commit 88cf9dbb - Additional hardening

The fix involves proper bounds validation in the readSeparateStripsIntoBuffer function to ensure that strip data cannot overflow stack buffers. Organizations should apply these patches or upgrade to a libtiff version that includes them. Additional details about the fix can be found in LibTIFF Merge Request #757.

Workarounds

  • Disable or restrict processing of TIFF images with separate/planar strip configurations until patches are applied
  • Implement strict input validation for TIFF files before processing, rejecting files with suspicious or malformed strip metadata
  • Run applications that process untrusted TIFF files in sandboxed environments with restricted privileges
  • Deploy host-based intrusion prevention systems (HIPS) with stack protection capabilities
bash
# Configuration example - Verify installed libtiff version and check for vulnerable installations
# Check current libtiff version
pkg-config --modversion libtiff

# Find applications linked against libtiff
ldd /usr/bin/your_app | grep libtiff

# Update libtiff on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade libtiff-dev libtiff-tools

# Update libtiff on RHEL/CentOS systems  
sudo yum update libtiff libtiff-devel

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLibtiff

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • GitHub Gist PoC

  • LibTIFF Issue #740

  • LibTIFF Merge Request #757
  • Vendor Resources
  • LibTIFF Commit Update

  • LibTIFF Commit Update
  • Related CVEs
  • CVE-2023-25433: Libtiff Buffer Overflow Vulnerability

  • CVE-2022-22844: Libtiff Buffer Overflow Vulnerability

  • CVE-2022-1355: Libtiff Buffer Overflow Vulnerability

  • CVE-2022-1354: Libtiff 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