{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.9-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  EDAC/versalnet: Fix device name memory leak  The device name allocated via kzalloc() in init_one_mc() is assigned to dev-\u003einit_name but never freed on the normal removal path.  device_register() copies init_name and then sets dev-\u003einit_name to NULL, so the name pointer becomes unreachable from the device. Thus leaking memory.  Use a stack-local char array instead of using kzalloc() for name.",
  "id": "DEBIAN-CVE-2026-46221",
  "modified": "2026-09-14T16:47:48.856952988Z",
  "published": "2026-05-28T10:16:37.737Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-46221"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-46221"
  ]
}