7.5
CVE-2025-57612
- EPSS 0.15%
- Veröffentlicht 02.09.2025 00:00:00
- Zuletzt bearbeitet 10.09.2025 18:35:48
- 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 name() method allows an attacker to cause a denial of service. The vulnerability exists because the method fails to check for a NULL return value from the av_get_sample_fmt_name() C function, which can be triggered by providing an unrecognized sample format.
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.