漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Imager versions through 1.030 for Perl allow a heap out of bounds (OOB) write on crafted multi-frame GIF files
Vulnerability Description
Imager versions through 1.030 for Perl allow a heap out of bounds (OOB) write on crafted multi-frame GIF files. Imager::File::GIF's i_readgif_multi_low allocates a single per-row buffer GifRow sized for the GIF's global screen width 'SWidth' and reuses it across every image in the file. The page-match branch validates Image.Width + Image.Left > SWidth before each DGifGetLine write, but the parallel skip-image branch at imgif.c:790-805 calls DGifGetLine(GifFile, GifRow, Width) with no such check.
CVSS Information
N/A
Vulnerability Type
跨界内存写
Vulnerability Title
Imager 缓冲区错误漏洞
Vulnerability Description
Imager是Tony Cook个人开发者的一个图像处理程序。 Imager 1.030及之前版本存在缓冲区错误漏洞,该漏洞源于Imager::File::GIF的i_readgif_multi_low函数分配单个每行缓冲区GifRow,其大小基于GIF全局屏幕宽度SWidth并在文件中每个图像间重用,跳过图像分支在调用DGifGetLine时未进行宽度检查,可能导致在特制多帧GIF文件上发生堆越界写入。
CVSS Information
N/A
Vulnerability Type
N/A