Description
An issue in libtiff 85f2ac8e0b01cb7db2bbecf4a3b891bdbef67938 allows an attacker to execute arbitrary code via the libtiff/tools/thumbnail.c: main() component
Published: 2026-08-25
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary Code Execution
Action: Immediate Patch
AI Analysis

Impact

A defect in the libtiff command‑line tool allows an attacker to craft a malicious input file and invoke the thumbnail.c main() component such that arbitrary machine code can be executed. This vulnerability arises from a buffer overflow and an integer overflow condition (CWE-120 and CWE-190). The flaw grants an attacker complete control over the execution environment of the program, potentially compromising confidentiality, integrity, and availability of the affected system.

Affected Systems

The vulnerability appears in the libtiff library as identified by commit 85f2ac8e0b01cb7db2bbecf4a3b891bdbef67938. Any installation of libtiff that has not yet incorporated the fix from the subsequent commit 9ce4d089bcf25496663776d9e6336738112f09a3 is susceptible. The issue is independent of vendor or product version, meaning all builds derived from the vulnerable source may be affected unless explicitly updated.

Risk and Exploitability

The CVSS score is 8.4 and EPSS is less than 1%, yet the vulnerability’s ability to execute arbitrary code places it in the high‑severity category. Since it is not listed in CISA's KEV catalog, there is no official record of exploitation yet; however, the low exploitation probability does not diminish the potential risk, especially for systems processing untrusted TIFF images.

Generated by OpenCVE AI on August 31, 2026 at 17:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update libtiff to a release that incorporates commit 9ce4d089bcf25496663776d9e6336738112f09a3 or apply the corresponding patch to the source code.
  • If a patch cannot be applied immediately, restrict the use of the libtiff thumbnail tool to trusted users only and block processing of external TIFF files.
  • Remove or quarantine any legacy libtiff binaries that have not been updated and monitor system logs for suspicious execution attempts.

Generated by OpenCVE AI on August 31, 2026 at 17:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Thu, 27 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-94

Thu, 27 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title Arbitrary Code Execution via libtiff Thumbnail Tool libtiff: libtiff: Arbitrary code execution via thumbnail.c: main() component
Weaknesses CWE-120
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}

threat_severity

Important


Wed, 26 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
First Time appeared Libtiff
Libtiff libtiff
Vendors & Products Libtiff
Libtiff libtiff

Wed, 26 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Title Arbitrary Code Execution via libtiff Thumbnail Tool
Weaknesses CWE-20
CWE-94

Tue, 25 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Description An issue in libtiff 85f2ac8e0b01cb7db2bbecf4a3b891bdbef67938 allows an attacker to execute arbitrary code via the libtiff/tools/thumbnail.c: main() component
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-31T15:57:48.468Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52491

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T21:17:01.467

Modified: 2026-09-09T16:03:22.897

Link: CVE-2026-52491

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-25T00:00:00Z

Links: CVE-2026-52491 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T17:45:02Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-190

    Integer Overflow or Wraparound