{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.12-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  ASoC: codecs: fs210x: fix possible buffer overflow  In fs210x_effect_scene_info(), a string was copied like this:      strscpy(DST, SRC, strlen(SRC) + 1);  A buffer overflow would happen if strlen(SRC) \u003e= sizeof(DST). Actually, strscpy() must be used this way:      strscpy(DST, SRC, sizeof(DST));     strscpy(DST, SRC); // defaults to sizeof(DST)",
  "id": "DEBIAN-CVE-2026-64041",
  "modified": "2026-09-14T16:47:35.008937637Z",
  "published": "2026-07-19T16:17:44.367Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-64041"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-64041"
  ]
}