2 matches found
CVE-2025-57613
creationtimestamp| type| source ---|---|--- 2025-09-02 19:18:31+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lxuthbpzwu2c...
CVE-2025-57613
The CVE-2025-57613 entry concerns rust-ffmpeg 0.3.0 (post-commit 5ac0527). The root cause is a null pointer dereference in the input() constructor: if avio_alloc_context() returns NULL, the value is stored and later dereferenced by the Io struct’s Drop implementation, enabling denial of service. ...