CVE & CISA-KEV Catalog

CVE-2026-73638

UNSCORED

Description

Imager versions from 0.45_02 before 1.035 for Perl read outside the EXIF block via unchecked start offsets in tiff_load_ifd. tiff_load_ifd() validates an IFD entry's data by checking that `entry->offset + entry->size` stays within the EXIF block, and never checks the start offset itself. Where that sum is not the real end of the data, the check passes with the entry starting outside the block. Through 1.032 `entry->offset` is a plain int, so on the usual two's-complement implementations an offset with the high bit set converts to negative and the sum can land back inside the block. From 1.033 the field is a size_t and the addition wraps only where size_t is 32 bits. The IFD's own start offset is checked the same way and wraps where unsigned long is 32 bits, which includes 64-bit Windows. Any caller of Imager->read() on an attacker-supplied image may receive EXIF tags holding bytes from outside the block, or crash the process.

How to fix

Remediation Available
libimager-perlDebian
Fixed in:1.035+dfsg-1CVE-2026-73638

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

EPSS data unavailable for this CVE.

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEV + RansomFix
CVE-2020-8794Critical9.889%-Fix
CVE-2023-21769High7.589%-Fix
CVE-2023-49285High8.688%-Fix

Common questions

How do I fix CVE-2026-73638?

Upgrade libimager-perl on debian unstable to 1.035+dfsg-1 or later.

What does CVE-2026-73638 affect?

Published advisories record a fix for libimager-perl (Debian). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-73638
CVE-2026-73638 severity badge

Markdown

[![CVE-2026-73638](https://tridentstack.com/cve/badge/CVE-2026-73638.svg)](https://tridentstack.com/cve/CVE-2026-73638)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-73638"><img src="https://tridentstack.com/cve/badge/CVE-2026-73638.svg" alt="CVE-2026-73638"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-18.