CVE-2025-57611: Null Pointer Dereference
An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) Null pointer dereference vulnerability in the dump() method allows an attacker to cause a denial of service. The vulnerability exists because the method fails to check the return value of avfiltergraphdump() for NULL, leading to a crash if the underlying memory allocation fails.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-57611?
CVE-2025-57611 is classified as a denial of service vulnerability due to a null pointer dereference in the dump() method of rust-ffmpeg.
How do I fix CVE-2025-57611?
To fix CVE-2025-57611, update to a version of rust-ffmpeg that addresses the null pointer dereference issue in the dump() method.
What versions of rust-ffmpeg are affected by CVE-2025-57611?
CVE-2025-57611 affects rust-ffmpeg version 0.3.0 and later versions after commit 5ac0527.
What is the impact of CVE-2025-57611 on applications using rust-ffmpeg?
The impact of CVE-2025-57611 is the potential for denial of service, which can disrupt the operation of applications utilizing the affected rust-ffmpeg library.
How can I identify if my application is vulnerable to CVE-2025-57611?
You can identify if your application is vulnerable to CVE-2025-57611 by checking if it uses rust-ffmpeg version 0.3.0 or later without the null pointer dereference fix.