Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-59733— Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress

EPSS 0.02% · P7
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-59733

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
Source: NVD (National Vulnerability Database)
Vulnerability Description
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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
跨界内存写
Source: NVD (National Vulnerability Database)
Vulnerability Title
OpenEXR 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
OpenEXR是Academy Software Foundation开源的一种高动态范围图像(HDR)文件格式的开放标准。 OpenEXR存在安全漏洞,该漏洞源于DWAA或DWAB压缩解码时假设所有图像通道具有相同像素类型,可能导致缓冲区溢出。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
FFmpegFFmpeg 9a32b863074ed4140141e0d3613905c6f1fe61c5 ~ 8.0 -

II. Public POCs for CVE-2025-59733

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-59733

登录查看更多情报信息。

Same Patch Batch · FFmpeg · 2025-10-06 · 7 CVEs total

CVE-2025-59734Heap-buffer-overflow write in FFmpeg SANM process_ftch
CVE-2025-59728Heap-buffer-overflow write in FFmpeg MDASH resolve_content_path
CVE-2025-59731Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
CVE-2025-59730Heap-buffer-overflow write in FFmpeg SANM decoding due to lack of bounds-checking in old_c
CVE-2025-59732Heap-buffer-overflow write in FFmpeg EXR dwa_uncompress
CVE-2025-59729Heap-buffer-overflow read in FFmpeg DHAV get_duration

IV. Related Vulnerabilities

V. Comments for CVE-2025-59733

No comments yet


Leave a comment