{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "2.5.0"
              },
              {
                "fixed": "2.5.6"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "df432e151dcaf463b1ecc7e873803bfa19733fd3"
            },
            {
              "fixed": "4d7084fca7c876f5d738498b4917a39faf603425"
            },
            {
              "fixed": "e5b11058a619246cea42976dacb76ca54be3d45d"
            }
          ],
          "repo": "https://github.com/fluidsynth/fluidsynth",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-hp72-35pr-6h6r"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61722.json"
  },
  "details": "FluidSynth is a software synthesizer based on the SoundFont 2 specifications. From 2.5.0 until 2.5.6, the native DLS parser validates articulation chunks using the unsigned expression cbsize + connblocks * 12 without first ensuring that the multiplication and addition fit in 32 bits. A crafted DLS file can supply a large connblocks value that wraps the expression and bypasses the chunk-size check, after which the parser performs approximately one billion 12-byte iterations beyond the chunk boundary. The excessive processing and invalid reads can cause denial of service. Builds with the CMake option enable-native-dls set to OFF do not expose the parser. This issue is fixed in version 2.5.6.",
  "id": "CVE-2026-61722",
  "modified": "2026-09-20T11:30:40.332007140Z",
  "published": "2026-09-18T20:01:58.603Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/FluidSynth/fluidsynth/releases/tag/v2.5.6"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/61xxx/CVE-2026-61722.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/FluidSynth/fluidsynth/security/advisories/GHSA-hp72-35pr-6h6r"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-61722"
    },
    {
      "type": "FIX",
      "url": "https://github.com/FluidSynth/fluidsynth/commit/4d7084fca7c876f5d738498b4917a39faf603425"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "FluidSynth: DLS Articulation Chunk Integer Overflow"
}