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-2022-1355

CVE-2022-1355: Libtiff Buffer Overflow Vulnerability

CVE-2022-1355 is a stack buffer overflow flaw in Libtiff's tiffcp.c that enables attackers to trigger memory corruption through crafted TIFF files, leading to denial of service. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2022-1355 Overview

A stack buffer overflow vulnerability was discovered in LibTIFF's tiffcp.c file within the main() function. This flaw allows an attacker to pass a specially crafted TIFF file to the tiffcp command-line tool, triggering a stack buffer overflow that can corrupt memory and cause the application to crash, resulting in a denial of service condition.

Critical Impact

Attackers can exploit this vulnerability by providing malicious TIFF files to the tiffcp utility, potentially causing application crashes and denial of service on systems that process untrusted TIFF images.

Affected Products

  • LibTIFF (all vulnerable versions)
  • Fedora 34, 35, 36
  • Red Hat Enterprise Linux 7.0, 8.0, 9.0
  • NetApp ONTAP Select Deploy Administration Utility
  • Debian Linux 10.0, 11.0

Discovery Timeline

  • August 31, 2022 - CVE-2022-1355 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-1355

Vulnerability Analysis

This vulnerability is classified as a stack buffer overflow (CWE-121) and improper restriction of operations within the bounds of a memory buffer (CWE-119). The flaw resides in LibTIFF's tiffcp utility, a command-line tool used for copying and converting TIFF files. When processing a maliciously crafted TIFF file, the main() function in tiffcp.c fails to properly validate input boundaries, leading to a stack-based buffer overflow condition.

The attack requires local access and user interaction, as an attacker must convince a user to process a malicious TIFF file using the tiffcp tool. While the vulnerability does not allow direct code execution based on the current analysis, it can corrupt memory and cause the application to crash, leading to denial of service. In certain configurations, memory corruption vulnerabilities of this nature could potentially be leveraged for more severe attacks.

Root Cause

The root cause of this vulnerability is improper bounds checking in the main() function of tiffcp.c. When processing TIFF file metadata and image data, the code writes data to a stack-allocated buffer without adequately verifying that the data fits within the buffer's allocated size. This allows specially crafted TIFF files with oversized or malformed data fields to overflow the buffer, overwriting adjacent stack memory.

Attack Vector

The attack vector is local and requires user interaction. An attacker must craft a malicious TIFF file designed to exploit the buffer overflow condition and then convince a victim to process the file using the tiffcp command-line utility. Attack scenarios include:

  • Distributing malicious TIFF files via email attachments
  • Hosting malicious TIFF files on websites for download
  • Placing malicious files in shared directories or network shares
  • Compromising image processing pipelines that use tiffcp for automated TIFF conversion

When the victim executes tiffcp against the malicious file, the overflow occurs during file parsing, corrupting the stack and causing a crash. The vulnerability primarily results in denial of service through application crashes, though memory corruption could potentially be leveraged for additional exploitation in certain environments.

Detection Methods for CVE-2022-1355

Indicators of Compromise

  • Unexpected crashes or core dumps from the tiffcp utility or applications using LibTIFF
  • Presence of unusually large or malformed TIFF files in processing queues or user directories
  • Log entries indicating segmentation faults or memory access violations in LibTIFF-dependent processes

Detection Strategies

  • Monitor system logs for crash reports involving tiffcp or LibTIFF library functions
  • Implement file integrity monitoring on directories where TIFF files are processed
  • Deploy application-level monitoring to detect abnormal termination of image processing utilities
  • Use memory corruption detection tools such as AddressSanitizer during development and testing

Monitoring Recommendations

  • Enable core dump collection and analysis for LibTIFF-dependent applications
  • Configure system auditing to log execution of tiffcp and related TIFF processing tools
  • Implement alerting on repeated crashes of image processing services
  • Review incoming TIFF files for anomalous characteristics before processing in production environments

How to Mitigate CVE-2022-1355

Immediate Actions Required

  • Update LibTIFF to the latest patched version available from your distribution
  • Restrict execution of tiffcp to trusted users and trusted input files only
  • Implement input validation for TIFF files before processing with tiffcp
  • Consider using containerization or sandboxing for image processing utilities

Patch Information

The LibTIFF project has addressed this vulnerability through GitLab Merge Request #323. Users should update to patched versions provided by their respective distributions. Major distributions have released security updates:

  • Red Hat: Security advisory available at Red Hat CVE-2022-1355 Advisory
  • Debian: Updates available via DSA-5333 and Debian LTS Advisory
  • Gentoo: Updates available via GLSA 202210-10
  • NetApp: Advisory available at NTAP-20221014-0007

Workarounds

  • Avoid processing TIFF files from untrusted sources using tiffcp until patching is complete
  • Implement file type validation and sanitization before processing TIFF files
  • Run tiffcp in a restricted environment such as a container with limited privileges
  • Use alternative TIFF processing tools that are not affected by this vulnerability
bash
# Example: Update LibTIFF on Debian/Ubuntu systems
sudo apt update
sudo apt upgrade libtiff-tools libtiff5

# Example: Update LibTIFF on Red Hat/CentOS systems
sudo yum update libtiff libtiff-tools

# Example: Verify installed LibTIFF version
tiffcp -v 2>&1 | head -1

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

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-121

  • CWE-119
  • Technical References
  • Red Hat CVE-2022-1355 Advisory

  • Red Hat Bug Report #2074415

  • Debian LTS Advisory January 2023

  • Gentoo GLSA 202210-10

  • NetApp Security Advisory NTAP-20221014-0007

  • Debian DSA-5333 Security Announcement
  • Vendor Resources
  • GitLab Issue #400 for LibTIFF

  • GitLab Merge Request #323 for LibTIFF
  • Related CVEs
  • CVE-2025-61144: Libtiff Buffer Overflow Vulnerability

  • CVE-2023-25433: Libtiff Buffer Overflow Vulnerability

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