CVE-2025-57615
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-02

Last updated on: 2025-09-10

Assigner: MITRE

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
Published
2025-09-02
Last Modified
2025-09-10
Generated
2026-06-16
AI Q&A
2025-09-02
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
meh.schizofreni rust-ffmpeg 0.3.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-57615. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart