
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-61714 is a heap-based buffer overflow vulnerability in FluidSynth's MIDI player component. When the synthesizer is configured with synth.midi-channels set to a value greater than 16, an out-of-bounds memory access occurs on the _fluid_player_t::channel_isplaying array in heap memory, invoking undefined behavior. The vulnerability affects FluidSynth versions 2.2.4 through 2.5.5 and was patched in version 2.5.6. It carries a CVSS v3.1 base score of 7.8 (High), published by the FluidSynth project on July 4, 2026 (GitHub Advisory).
The root cause is a heap-based buffer overflow (CWE-122), with associated out-of-bounds read (CWE-125) and out-of-bounds write (CWE-787) weaknesses introduced in commit 6c59318 and fixed in commit 772702e. The vulnerability is triggered when synth.midi-channels is configured to a value exceeding the default of 16, causing the MIDI player to access memory beyond the bounds of the statically-sized channel_isplaying array. Notably, no specially crafted MIDI file is required to trigger the vulnerability — simply playing any MIDI content with the non-default channel configuration is sufficient. The attack vector is local, requires no privileges, but does require user interaction (e.g., opening a MIDI file) (GitHub Advisory).
Successful exploitation can result in high impact to confidentiality, integrity, and availability of the affected system, as reflected in the CVSS scoring. A heap buffer overflow of this nature can lead to arbitrary code execution, application crashes, or memory corruption, potentially allowing an attacker to gain control of the process running FluidSynth. Applications embedding FluidSynth as a library (e.g., music players, DAWs, games) that allow user-controlled MIDI playback with non-default channel configurations are at risk (GitHub Advisory).
synth.midi-channels (e.g., via a config file or API).synth.midi-channels to a value greater than 16 in the FluidSynth configuration (e.g., via fluidsynth.conf or programmatic API call)._fluid_player_t::channel_isplaying beyond its allocated bounds, causing heap memory corruption. Depending on heap layout, this may result in a crash (denial of service) or, with further exploitation, arbitrary code execution in the context of the FluidSynth process (GitHub Advisory).fluid_player); heap corruption error messages from memory allocators (e.g., glibc malloc corruption detected).synth.midi-channels set to a value greater than 16 in FluidSynth configuration files (~/.fluidsynth, fluidsynth.conf, or application-specific config files).Update FluidSynth to version 2.5.6, which contains the fix introduced in commit 772702e. As an immediate workaround for systems that cannot be updated, ensure synth.midi-channels remains at its default value of 16 — this prevents the out-of-bounds access from occurring. Administrators of applications that embed FluidSynth should audit their configurations and rebuild against the patched library version (GitHub Advisory).
The vulnerability was credited to researcher TristanInSec (finder) and remediated by FluidSynth maintainer derselbst. The advisory was published on July 4, 2026, through GitHub's security advisory system. No significant broader media coverage or notable community discussion beyond the official advisory has been identified at this time (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."