目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-73638— Perl Imager 1.035前 越界读取漏洞

一分钟漏洞结论

影响对象
CVE-2026-73638
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 Perl 版本的 Imager 中,从 0.45_02 到 1.032 之前的版本,由于在 中未检查起始偏移量,导致在读取 EXIF 块外部数据时发生越界读取。 通过验证 是否保持在 EXIF 块范围内来校验 IFD 条目的数据,但从未检查起始偏移量本身。当该和不等于数据真实结尾时,即使条目起始位置位于块外,校验仍会通过。 在 1.032 及之前版本中, 是普通的 类型,因此在常见的补码实现中,若偏移量的高位为 1,则会转换为负数,使得和值可能回落到块内。从 1.033 起,该字段变为 类型,仅在 为 32 位

AI 预测 5.5 利用难度: 困难

一、 漏洞 CVE-2026-73638 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Imager versions from 0.45_02 before 1.035 for Perl read outside the EXIF block via unchecked start offsets in tiff_load_ifd
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
- - 0.45_02 ~ 1.035 -

二、漏洞 CVE-2026-73638 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-73638 的情报信息

登录查看更多情报信息。

CVE-2026-73638 补丁与修复 (2)

CVE-2026-73638 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-73638

暂无评论


发表评论