CVE-2025-57616: Use After Free
An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A use-after-free vulnerability in the writeinterleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer while only holding an immutable reference, which can lead to undefined behavior when the data is accessed later.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-57616?
CVE-2025-57616 has a high severity level due to its potential for causing denial of service and memory corruption.
How do I fix CVE-2025-57616?
To fix CVE-2025-57616, update rust-ffmpeg to a version that addresses the use-after-free vulnerability.
Which versions of rust-ffmpeg are affected by CVE-2025-57616?
CVE-2025-57616 affects rust-ffmpeg version 0.3.0.
What types of attacks can exploit CVE-2025-57616?
CVE-2025-57616 can be exploited to perform denial of service attacks or lead to memory corruption.
Where can I find more information about CVE-2025-57616?
More information about CVE-2025-57616 can be found in issue discussions on the official rust-ffmpeg GitHub repository.