CVE-2025-10256
Received
Received - Intake
NULL Pointer Dereference in FFmpeg Firequalizer Filter Causes DoS
Publication date: 2026-02-18
Last updated on: 2026-02-26
Assigner: Fedora Project
Description
Description
A NULL pointer dereference vulnerability exists in FFmpegβs Firequalizer filter (libavfilter/af_firequalizer.c) due to a missing check on the return value of av_malloc_array() in the config_input() function. An attacker could exploit this by tricking a victim into processing a crafted media file with the Firequalizer filter enabled, causing the application to dereference a NULL pointer and crash, leading to denial of service.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ffmpeg | ffmpeg | From 3.2 (inc) to 8.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |