目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-59729— FFmpeg 安全漏洞

AI 预测 9.1 利用难度: 较易 EPSS 0.15% · P5
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-59729 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Heap-buffer-overflow read in FFmpeg DHAV get_duration
来源: CVE Program / CVE List V5
Vulnerability Description
When parsing the header for a DHAV file, there's an integer underflow in offset calculation that leads to reading the duration from before the start of the allocated buffer. If we load a DHAV file that is larger than MAX_DURATION_BUFFER_SIZE bytes (0x100000) for example 0x101000 bytes, then at [0] we have size = 0x101000. At [1] we have end_buffer_size = 0x100000, and at [2] we have end_buffer_pos = 0x1000. The loop then scans backwards through the buffer looking for the dhav tag; when it is found, we'll calculate end_pos based on a 32-bit offset read from the buffer. There is subsequently a check [3] that end_pos is within the section of the file that has been copied into end_buffer, but it only correctly handles the cases where end_pos is before the start of the file or after the section copied into end_buffer, and not the case where end_pos is within the the file, but before the section copied into end_buffer. If we provide such an offset, (end_pos - end_buffer_pos) can underflow, resulting in the subsequent access at [4] occurring before the beginning of the allocation. We recommend upgrading to version 8.0 or beyond.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:L/VI:H/VA:N/SC:L/SI:H/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存写
来源: CVE Program / CVE List V5
Vulnerability Title
FFmpeg 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ffmpeg是meh.个人开发者的一个rust库。 FFmpeg 8.0之前版本存在安全漏洞,该漏洞源于解析DHAV文件头时整数下溢,可能导致读取分配缓冲区前的持续时间。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
FFmpegFFmpeg a218cafe4d3be005ab0c61130f90db4d21afb5db ~ 8.0 -

二、漏洞 CVE-2025-59729 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-59729 的情报信息

登录查看更多情报信息。

CVE-2025-59729 补丁与修复 (1)

同批安全公告 · FFmpeg · 2025-10-06 · 共 7 条

CVE-2025-59733OpenEXR 安全漏洞
CVE-2025-59734Apache Subversion 安全漏洞
CVE-2025-59728FFmpeg 安全漏洞
CVE-2025-59731OpenEXR 安全漏洞
CVE-2025-59730FFmpeg 安全漏洞
CVE-2025-59732OpenEXR 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-59729

暂无评论


发表评论