{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "0e1a4d427f58b843864d835ccb79c32a118c6a77"
            },
            {
              "fixed": "d5c6f254528caf78d5de7d9646dc21c81d351827"
            },
            {
              "fixed": "d7decb572b55d2af33e59e9858fcee5d9ae69175"
            },
            {
              "fixed": "e144cce29851610ce9c6eda405ce21118779aa51"
            },
            {
              "fixed": "7d43252b3060b0ba4a192dce5dba85a3f39ffe39"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.11.0"
            },
            {
              "fixed": "6.12.75"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.14"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "6.19.4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45900.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: caam - fix netdev memory leak in dpaa2_caam_probe\n\nWhen commit 0e1a4d427f58 (\"crypto: caam: Unembed net_dev structure in\ndpaa2\") converted embedded net_device to dynamically allocated pointers,\nit added cleanup in dpaa2_dpseci_disable() but missed adding cleanup in\ndpaa2_dpseci_free() for error paths.\n\nThis causes memory leaks when dpaa2_dpseci_dpio_setup() fails during probe\ndue to DPIO devices not being ready yet. The kernel's deferred probe\nmechanism handles the retry successfully, but the netdevs allocated during\nthe failed probe attempt are never freed, resulting in kmemleak reports\nshowing multiple leaked netdev-related allocations all traced back to\ndpaa2_caam_probe().\n\nFix this by preserving the CPU mask of allocated netdevs during setup and\nusing it for cleanup in dpaa2_dpseci_free(). This approach ensures that\nonly the CPUs that actually had netdevs allocated will be cleaned up,\navoiding potential issues with CPU hotplug scenarios.",
  "id": "CVE-2026-45900",
  "modified": "2026-07-08T05:38:08.412412269Z",
  "published": "2026-05-27T12:17:09.109Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/7d43252b3060b0ba4a192dce5dba85a3f39ffe39"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/d5c6f254528caf78d5de7d9646dc21c81d351827"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/d7decb572b55d2af33e59e9858fcee5d9ae69175"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e144cce29851610ce9c6eda405ce21118779aa51"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45900.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45900"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.7.5",
  "summary": "crypto: caam - fix netdev memory leak in dpaa2_caam_probe"
}