An issue was discovered in rust-ffmpeg 0.3.0 (after comit...
High severity
Unreviewed
Published
Sep 10, 2025
to the GitHub Advisory Database
•
Updated Sep 10, 2025
Description
Published by the National Vulnerability Database
Sep 2, 2025
Published to the GitHub Advisory Database
Sep 10, 2025
Last updated
Sep 10, 2025
An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A use-after-free vulnerability in the write_interleaved 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.
References