CVE-2026-73638 Details
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.
A vulnerability exists in Imager versions 0.45_02 prior to 1.035 for Perl, where the EXIF data is improperly handled. The issue arises from unchecked start offsets in the TIFF loading function, which allows reading data outside the designated EXIF block. This flaw can be exploited by supplying a crafted image that manipulates the offset calculations, leading to out-of-bounds reads or even causing the process to crash.
Users can upgrade to Imager version 1.035 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 17, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144226 | CPANSec | Issue TrackingTechnical DescriptionVendor |
| https://github.com/tonycoz/imager/commit/48ba8ac0749f89466b6e6681fb88cbdb51086ebd.patch | CPANSec | Source Code |
| https://github.com/tonycoz/imager/commit/6f1fd003a8e48c7e6e58b7019a04cc71bbfec2c3.patch | CPANSec | Source Code |
| https://github.com/tonycoz/imager/issues/568 | CPANSec | Issue TrackingTechnical DescriptionVendor |
| https://github.com/tonycoz/imager/security/advisories/GHSA-j47j-8w8p-3mmc | CPANSec | AdvisoryRemedyVendor |
| https://metacpan.org/release/TONYC/Imager-1.035/changes | CPANSec | Release NotesVendor |
| http://www.openwall.com/lists/oss-security/2026/09/17/5 | CVE | AdvisoryMailing ListRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | CPANSec |
Affected Products
| Product | Versions |
|---|---|
| Imager | >= 0.45_02, < 1.035 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | CVE Modified | CVE |
| Sep 17, 2026 | New CVE Received | CPANSec |
Volerion