Bug 2394495 (CVE-2025-10256) - CVE-2025-10256 ffmpeg: NULL pointer dereference in Firequalizer filter (libavfilter/af_firequalizer.c)
Summary: CVE-2025-10256 ffmpeg: NULL pointer dereference in Firequalizer filter (libav...
Keywords:
Status: NEW
Alias: CVE-2025-10256
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2394496 2394497 2394499 2394500 2394501 2394502 2394503
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-11 06:13 UTC by OSIDB Bzimport
Modified: 2025-09-11 07:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-11 06:13:10 UTC
A potential 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. If the memory allocation for s->dump_buf fails, the subsequent dereference of the returned pointer may cause a crash (denial of service).

The issue was introduced in commit d3be186ed1, which added the dumpfile and dumpscale options to the Firequalizer filter, but did not handle memory allocation failures for s->dump_buf.


Note You need to log in before you can comment on or make changes to this bug.