CVE-2026-14454 PUBLISHED

Imager versions before 1.033 for Perl treat unsigned EXIF IFD entry counts as signed

Assigner: CPANSec
Reserved: 02.07.2026 Published: 08.07.2026 Updated: 08.07.2026

Imager versions before 1.033 for Perl treat unsigned EXIF IFD entry counts as signed.

Imager mishandled large EXIF IFD entry count values, treating them as negative numbers. This could lead to an attempt to allocate a block nearly the size of the address space, which fails and kills the process.

An attacker could craft an image with EXIF data that terminates a worker process.

Product Status

Vendor TONYC
Product Imager
Versions Default: unaffected
  • affected from 0 to 1.033 (excl.)

Solutions

Upgrade to version 1.033 or later.

References

Problem Types

  • CWE-196 Unsigned to Signed Conversion Error CWE
  • CWE-789 Memory Allocation with Excessive Size Value CWE

Impacts

  • CAPEC-128 Integer Attacks