Skip to main content

FluidSynth CVE-2026-61723

| EUVDEUVD-2026-83378 MEDIUM
Integer Overflow or Wraparound (CWE-190)
2026-09-18 GitHub_M
6.8
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.8 MEDIUM
AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
vuln.today AI
5.5 MEDIUM

Local vector because a crafted DLS file must be parsed, UI:R since a user/service must load it, DoS-only so A:H with C:N and I:N (no proven integrity impact).

3.1 AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High

Lifecycle Timeline

2
Patch available
Sep 18, 2026 - 21:18 EUVD
Analysis Generated
Sep 18, 2026 - 20:40 vuln.today

DescriptionCVE.org

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.

AnalysisAI

A 32-bit integer overflow in FluidSynth's native DLS parser lets a crafted DLS sound-bank file bypass the ptbl chunk-size check, triggering an approximately 4 GB pool-cue allocation and billions of out-of-bounds reads that crash the process, producing a denial of service against the affected 2.5.0 through 2.5.5 releases. Exploitation requires the library to be built with enable-native-dls=ON and an attacker-supplied DLS file to be opened by the application; the CVSS vector indicates no privileges are required (PR:N), and no public exploit code was identified at time of analysis. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Requires FluidSynth built with enable-native-dls=ON (the native DLS parser); builds with enable-native-dls=OFF are explicitly not exposed. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The vendor CVSS 3.1 vector (AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H, 6.8 Medium) and CWE-190 (Integer Overflow) are internally consistent with the description: a 32-bit unsigned multiply-add wrap (cues * 4 + cbsize) bypasses the chunk-size check, driving a ~4GB allocation and out-of-bounds reads that crash the process - a pure availability/DoS impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation Vendor-released patch: FluidSynth 2.5.6, which contains commit a2ab32b9c3b9f8845b7254adea73c211f6c5a24c adding the overflow check on the ptbl cue count; upgrade to 2.5.6 or later, and rebuild any application that statically links or vendors FluidSynth against that version. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-61723 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy