{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "8e0a2fc68ec369f2b6755994da1d318d0898a9d9"
            },
            {
              "fixed": "2137f21542900233a42bf00578817f9b8dfecadc"
            },
            {
              "fixed": "a221557958e3a82d8565729d445a7385963f30b6"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "7.1.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-72145.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/x86/intel/tpmi: use cleanup helpers in mem_write()\n\nIn mem_write(), the temporary array returned by\nparse_int_array_user() must be released on all exit paths.\nConvert the array variable to use cleanup.h scope-based\ncleanup so it is freed automatically on return.\n\nThis also moves the array declaration next to\nparse_int_array_user() as required by cleanup.h usage\nguidelines.",
  "id": "CVE-2026-72145",
  "modified": "2026-08-18T03:31:00.525396003Z",
  "published": "2026-08-15T05:53:17.703Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2137f21542900233a42bf00578817f9b8dfecadc"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/a221557958e3a82d8565729d445a7385963f30b6"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72145.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72145"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "platform/x86/intel/tpmi: use cleanup helpers in mem_write()"
}