CVE-2025-59733 (CNNVD-202510-825)

HIGH
中文标题:
OpenEXR 安全漏洞
英文标题:
Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
CVSS分数: 8.7
发布时间: 2025-10-06 08:09:37
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

OpenEXR是Academy Software Foundation开源的一种高动态范围图像(HDR)文件格式的开放标准。 OpenEXR存在安全漏洞,该漏洞源于DWAA或DWAB压缩解码时假设所有图像通道具有相同像素类型,可能导致缓冲区溢出。

英文描述:

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type (and size), and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decode_header. The buffer td->uncompressed_data is allocated in decode_block based on the xsize, ysize and computed current_channel_offset. The function dwa_uncompress then assumes at [5] that if there are 4 channels, these are "B", "G", "R" and "A", and in the calculations at [6] and [7] that all channels are of the same type, which matches the type of the main color channels. If we set the main color channels to a 4-byte type and add duplicate or unknown channels of the 2-byte EXR_HALF type, then the addition at [7] will increment the pointer by 4-bytes * xsize * nb_channels, which will exceed the allocated buffer. We recommend upgrading to version 8.0 or beyond.

CWE类型:
CWE-787
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
FFmpeg FFmpeg - < 8.0 - cpe:2.3:a:ffmpeg:ffmpeg:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 OTHER
cve.org
访问
CVSS评分详情
4.0 (cna)
HIGH
8.7
CVSS向量: CVSS:4.0/AV:A/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N
机密性
HIGH
完整性
HIGH
可用性
NONE
后续系统影响 (Subsequent):
机密性
HIGH
完整性
HIGH
可用性
NONE
时间信息
发布时间:
2025-10-06 08:09:37
修改时间:
2025-10-19 14:52:14
创建时间:
2025-11-11 15:40:47
更新时间:
2025-11-11 16:00:21
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-59733 2025-11-11 15:23:31 2025-11-11 07:40:47
NVD nvd_CVE-2025-59733 2025-11-11 15:01:05 2025-11-11 07:48:33
CNNVD cnnvd_CNNVD-202510-825 2025-11-11 15:12:29 2025-11-11 08:00:21
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:21
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202510-825; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202510-825
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:33
affected_products_count: 2 → 1; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 2 -> 1
  • data_sources: ['cve'] -> ['cve', 'nvd']