CVE Catalog

CVE-2026-58264

CriticalCVSS 9.8
Published: Translated: NVD NIST

Summary

FluidSynth from 1.1.2 to 2.5.6 has an out-of-bounds heap write vulnerability in the pitch_bend_range command handler where the channel argument is not bounds checked. This can lead to denial of service or potential code execution. The issue is remotely reachable via the TCP server or locally via the FluidSynth shell.

Risk Assessment

An attacker can crash the application or execute arbitrary code on the server, potentially leading to system compromise or service disruption.

Recommendation

Upgrade FluidSynth to version 2.5.6 or later. If not possible, disable the TCP server and avoid passing untrusted data to the shell.

Other vulnerabilities in FluidSynth

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS