CVE-2026-64835

FFmpeg · FFmpeg

An out-of-bounds write vulnerability in the FFmpeg ADX audio decoder allows an unauthenticated attacker to cause memory corruption via a specially crafted audio file.

Executive summary

An out-of-bounds write vulnerability in the FFmpeg ADX audio decoder poses a significant risk of memory corruption and potential code execution.

Vulnerability

This is an out-of-bounds write vulnerability (CWE-787) occurring within the ADX audio decoder. The attacker is unauthenticated and requires user interaction to process a malicious file to trigger the memory corruption.

Business impact

This vulnerability presents a high risk to business operations, as it allows for memory corruption that may be leveraged for arbitrary code execution. With a CVSS score of 8.8, the potential for total compromise of the affected process warrants immediate attention to prevent unauthorized access or system instability.

Remediation

Immediate Action: Monitor the FFmpeg project for the release of a security update containing the fix for commit 1836ef96846937a6cc2443698a693104f5c0b21e, and apply it as soon as it is available.

Proactive Monitoring: Review system logs for anomalous behavior during audio decoding tasks, specifically looking for segmentation faults or abnormal application termination.

Compensating Controls: Use process-level security controls, such as Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP), to increase the difficulty of exploiting memory corruption bugs.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Security teams should track the status of this CVE and deploy patches immediately upon vendor release. Given the severity of out-of-bounds write vulnerabilities, limiting the exposure of audio decoding services to external, unverified inputs is a necessary tactical step.