CVE Catalog

CVE-2026-61723

MediumCVSS 6.8
Published: Translated: NVD NIST

Summary

FluidSynth versions 2.5.0 through 2.5.6 have a vulnerability in the native DLS parser where ptbl chunk validation uses the expression cues * 4 + cbsize without checking for 32-bit overflow. A crafted DLS file can wrap the expression and pass the chunk-size check, causing poolcues.resize(cues) to request about four gigabytes and read billions of entries beyond the chunk boundary.

Risk Assessment

This can lead to excessive memory allocation and invalid reads, potentially causing denial of service.

Recommendation

Upgrade FluidSynth to version 2.5.6 or later, which includes the fix. If possible, disable the enable-native-dls option.

Other vulnerabilities in FluidSynth

See all
Original NVD description (English source)

FluidSynth is a software synthesizer based on the SoundFont 2 specifications. From 2.5.0 until 2.5.6, the native DLS parser validates ptbl chunks with the unsigned expression cues * 4 + cbsize without checking whether the multiplication and addition fit in 32 bits. A crafted DLS file can supply a large cues value that wraps the expression and passes the chunk-size check, causing poolcues.resize(cues) to request approximately four gigabytes and the parser to read billions of entries beyond the chunk boundary. The excessive allocation and invalid reads can cause denial of service. Builds with enable-native-dls set to OFF are not exposed. This issue is fixed in version 2.5.6.

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