Vulnerability Description
FluidSynth is a software synthesizer based on the SoundFont 2 specifications. From 1.1.2 until 2.5.6, the FluidSynth command handler accepts a pitch_bend_range command whose channel argument is not bounds checked before the supplied value is written through the selected synth channel. An out-of-range channel can therefore cause an out-of-bounds heap write, leading to denial of service or possible code execution. The issue is remotely reachable when the TCP server is enabled through new_fluid_server() or fluidsynth -s, and it is locally reachable through malicious commands delivered to the FluidSynth shell on standard input. Applications that do not use the shell, command handler, or TCP server are not affected. This issue is fixed in version 2.5.6.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/FluidSynth/fluidsynth/commit/762a3bd39a431cd45abf3bbcce7286c8
- https://github.com/FluidSynth/fluidsynth/pull/1796
- https://github.com/FluidSynth/fluidsynth/releases/tag/v2.5.6
- https://github.com/FluidSynth/fluidsynth/security/advisories/GHSA-mqmq-w63q-cj94
FAQ
What is CVE-2026-58264?
CVE-2026-58264 is a vulnerability with a CVSS score of 9.8 (CRITICAL). FluidSynth is a software synthesizer based on the SoundFont 2 specifications. From 1.1.2 until 2.5.6, the FluidSynth command handler accepts a pitch_bend_range command whose channel argument is not bo...
How severe is CVE-2026-58264?
CVE-2026-58264 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-58264?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.