7.5
CVE-2025-57613
- EPSS 0.15%
- Veröffentlicht 02.09.2025 00:00:00
- Zuletzt bearbeitet 10.09.2025 18:33:24
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A null pointer dereference vulnerability in the input() constructor function allows an attacker to cause a denial of service. The vulnerability is triggered when the avio_alloc_context() call fails and returns NULL, which is then stored and later dereferenced by the Io struct's Drop implementation.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Meh.Schizofreni ≫ Rust-ffmpeg Version0.3.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.15% | 0.353 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.