5.3
CVE-2025-57611
- EPSS 0.08%
- Veröffentlicht 02.09.2025 00:00:00
- Zuletzt bearbeitet 10.09.2025 18:36:58
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
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 avfilter_graph_dump() for NULL, leading to a crash if the underlying memory allocation fails.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Meh.Schizofreni ≫ Rust-ffmpeg Version0.3.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.08% | 0.239 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.