CVE-2025-57615
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2025-09-02
Last updated on: 2025-09-10
Assigner: MITRE
Description
Description
An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) An integer overflow vulnerability in the Vector::new constructor function allows an attacker to cause a denial of service via a null pointer dereference. The vulnerability stems from an unchecked cast of a usize parameter to c_int, which can result in a negative value being passed to the underlying C function sws_allocVec().
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| meh.schizofreni | rust-ffmpeg | 0.3.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an integer overflow in the Vector::new constructor function of rust-ffmpeg 0.3.0. It occurs because a usize parameter is cast to a c_int without proper checks, which can lead to a negative value being passed to the C function sws_allocVec(). This causes a null pointer dereference, allowing an attacker to trigger a denial of service.
How can this vulnerability impact me? :
The vulnerability can cause a denial of service by crashing the application using rust-ffmpeg due to a null pointer dereference triggered by the integer overflow.
Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70