CVE-2026-19082
Last modified
CVE-2026-19082 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Imager versions from 0.45_02 before 1.034 for Perl may expose adjacent heap bytes via strlen() over-read from zero-count ASCII EXIF entries in copy_string_tags. copy_string_tags() computes an ASCII EXIF tag's length as `entry->size - 1` to strip the trailing NUL. A zero-count ASCII entry sets `entry->size` to 0, and the derived length reaches i_tags_add() as -1, which is interpreted as a request to call strlen(), scanning past the entry to the next NUL and copying those bytes into the tag.
Description
Imager versions from 0.45_02 before 1.034 for Perl may expose adjacent heap bytes via strlen() over-read from zero-count ASCII EXIF entries in copy_string_tags. copy_string_tags() computes an ASCII EXIF tag's length as `entry->size - 1` to strip the trailing NUL. A zero-count ASCII entry sets `entry->size` to 0, and the derived length reaches i_tags_add() as -1, which is interpreted as a request to call strlen(), scanning past the entry to the next NUL and copying those bytes into the tag. JPEG reaches this path via im_decode_exif(), as does the separate Imager::File::WEBP distribution, which is fixed by upgrading Imager. Any caller of Imager->read() on an attacker-supplied image with such an entry may receive an exif_* tag holding adjacent heap bytes instead of an empty string.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| TONYC | Imager | >= 0.45_02, < 1.034 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-19082?
How severe is CVE-2026-19082?
How do I fix CVE-2026-19082?
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-19074The Advanced Classifieds & Directory Pro Advanced Classified…5.3
- CVE-2026-19075All-in-One Video Gallery registers a public, unauthenticated…5
- CVE-2026-19077The Duplicate Post WordPress plugin before 1.5.5 does not pe…6.5
- CVE-2026-19078A flaw was found in the oauth-server component. This open re…4.3
- CVE-2026-19079A TOCTOU (Time-of-Check-Time-of-Use) race condition vulnerab…4.4
- CVE-2026-1908The Integration with Hubspot Forms plugin for WordPress is v…6.4
- CVE-2026-19089The Product Input Fields for WooCommerce WordPress plugin be…
- CVE-2026-1909The WaveSurfer-WP plugin for WordPress is vulnerable to Stor…6.4
- CVE-2026-19091The GeoDirectory – WP Business Directory Plugin and Classifi…8.1
- CVE-2026-1910The UpMenu – Online ordering for restaurants plugin for Word…6.4
- CVE-2026-19108A vulnerability was found in MZ Automation libiec61850 up to…5.3
- CVE-2026-1911The Twitter Feeds plugin for WordPress is vulnerable to Stor…6.4
Are you affected by CVE-2026-19082?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
