CVE-2026-73638
Last modified
CVE-2026-73638 is a medium-severity vulnerability rated 6.2/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | >= 0.45_02, < 1.035 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73638?
How severe is CVE-2026-73638?
How do I fix CVE-2026-73638?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73630SiYuan before v3.7.4 contains an information disclosure vuln…5.8
- CVE-2026-73631Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73632Exposure of data element to wrong session vulnerability in t…4.3
- CVE-2026-73633Uncontrolled resource consumption vulnerability in the JSON …7.5
- CVE-2026-73634Uncontrolled resource consumption vulnerability in Apache St…7.5
- CVE-2026-73635Allocation of resources without limits or throttling vulnera…7.5
- CVE-2026-73639Imager::File::PNG versions from 1.003 before 1.004 for Perl …9.1
- CVE-2026-7364IBM Verify Identity Access 11.0 through 11.0.2 and IBM Secur…6.1
- CVE-2026-73643js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 u…7.5
- CVE-2026-73644OpenDJ is an LDAPv3 compliant directory service. Prior to 5.…9.6
- CVE-2026-73645OpenZeppelin Confidential Contracts is an experimental libra…6.6
- CVE-2026-73646PostCSS takes a CSS file and provides an API to analyze and …7.5
Are you affected by CVE-2026-73638?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
