CVE-2025-57615
The CVE-2025-57615 entry concerns rust-ffmpeg 0.3.0 (post-commit 5ac0527). The issue is an integer overflow in Vector::new caused by unchecked casting of a usize to c_int, which can pass a negative value to sws_allocVec(), potentially enabling a denial of service via a null pointer dereference. R...