Security Advisory

CVE-2025-57616

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-02 00:00:00
Last updated 2025-09-03 19:47:58
Assigner mitre
State PUBLISHED

Description

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 Rusts 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.