漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
Vulnerability Description
When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rle_raw_size from the input file at [0], we decompress and decode into the buffer td->rle_raw_data of size rle_raw_size at [1], and then at [2] we will access entries in this buffer up to (td->xsize - 1) * (td->ysize - 1) + rle_raw_size / 2, which may exceed rle_raw_size. 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压缩中指定的原始长度,可能导致越界写入。
CVSS Information
N/A
Vulnerability Type
N/A