{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "812ff1baa764080ba37bb0729e0c23c0e869b542"
            },
            {
              "fixed": "33387bf9bb6116a0429f823f8dab3accf8f8e09c"
            },
            {
              "fixed": "1ce42a11bed134903e352010a01fa53073a6b395"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "7.0.0"
            },
            {
              "fixed": "7.1.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72415.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: SDCA: Validate written enum value in ge_put_enum_double()\n\nge_put_enum_double() passes the user-supplied enumeration index\nitem[0] to snd_soc_enum_item_to_val() without checking it against the\nnumber of items in the enum:\n\n\tret = snd_soc_enum_item_to_val(e, item[0]);\n\nsnd_soc_enum_item_to_val() indexes the heap-allocated e-\u003evalues[] array\nwith that index (e-\u003evalues is set from a devm_kcalloc() of e-\u003eitems\nentries), so a control write with an out-of-range item[0] reads past the\nend of the values buffer.  The bounds check in\nsnd_soc_dapm_put_enum_double() only runs afterwards, so it does not\nprevent the read here.\n\nReject an out-of-range item before using it, matching the other enum put\nhandlers.\n\nThis issue was pointed out by the Sashiko AI review bot while reviewing a\nrelated enum-validation series:\nhttps://lore.kernel.org/all/20260609125735.CEB651F00893@smtp.kernel.org/",
  "id": "CVE-2026-72415",
  "modified": "2026-08-18T03:31:00.792596540Z",
  "published": "2026-08-15T05:56:36.210Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1ce42a11bed134903e352010a01fa53073a6b395"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/33387bf9bb6116a0429f823f8dab3accf8f8e09c"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72415.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72415"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "ASoC: SDCA: Validate written enum value in ge_put_enum_double()"
}