CVE-2026-65703
FFmpeg · FFmpeg
FFmpeg contains an out-of-bounds write vulnerability in the tdsc video decoder, which may lead to memory corruption or arbitrary code execution.
Executive summary
An out-of-bounds write vulnerability in the FFmpeg tdsc video decoder poses a significant risk of memory corruption and potential code execution.
Vulnerability
The vulnerability is an out-of-bounds write (CWE-787) within the tdsc decoder. It requires a victim to open a maliciously crafted video file, which triggers the memory corruption issue.
Business impact
Exploitation of this vulnerability can lead to application crashes or the execution of arbitrary code, resulting in system instability or data compromise. With a CVSS score of 7.8, this flaw represents a significant risk to the security of any system that processes untrusted media content.
Remediation
Immediate Action: Update FFmpeg to the version incorporating fix commit fd3ee52fab34d98a95b787d0b5ff45685766200c.
Proactive Monitoring: Review application logs for crashes or abnormal behavior in media processing pipelines.
Compensating Controls: Implement strict file validation and sandboxing for all media files processed by FFmpeg to minimize the impact of potentially malicious inputs.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
All systems and software relying on FFmpeg for media decoding should be updated to the patched version immediately. Given the ubiquity of FFmpeg in media processing applications, proactive patching is critical to prevent exploitation.