漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
Vulnerability Description
When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at [0] and [1] will continue to write until the next multiple of 8. The buffer td->uncompressed_data is allocated in decode_block based on the precise height and width of the image, so the "rounded-up" multiple of 8 in the copy loop can exceed the buffer bounds, and the write block starting at [2] can corrupt following heap memory. We recommend upgrading to version 8.0 or beyond.
CVSS Information
N/A
Vulnerability Type
跨界内存写
Vulnerability Title
OpenEXR 安全漏洞
Vulnerability Description
OpenEXR是Academy Software Foundation开源的一种高动态范围图像(HDR)文件格式的开放标准。 OpenEXR 8.0之前版本存在安全漏洞,该漏洞源于解码DWAA或DWAB压缩文件时未验证图像高度和宽度是否可被8整除,可能导致堆内存损坏。
CVSS Information
N/A
Vulnerability Type
N/A