{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "5181b75f438d2e5b7f27bf48c6ea88a87c2882b7"
            },
            {
              "fixed": "50a753171d255895e5dd41566986b48dcec06f31"
            },
            {
              "fixed": "f63d6e5ba72aeacdee4fddc902bd7616cd62b919"
            },
            {
              "fixed": "40a04601a3f66cabd6629c258a07af645a658865"
            },
            {
              "fixed": "6b6b5d7c2c957136b92c00b77b7175259f13082b"
            },
            {
              "fixed": "05ea83ee88ca70f8932906d9f2617ff996f45b50"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.145"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.97"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.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-72176.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error\n\ndamon_sysfs_scheme_add_dirs() setup the tried_regions directory after the\nstats directory setup is completed.  When the tried_regions directory\nsetup is failed, the setup function ensures the reference for the tried\nregions directory is released.  Hence the error path should put references\non setup succeeded directory objects, starting from the stats directory. \nHowever, the error path is putting the tried_regions directory instead of\nthe stats directory.\n\nAs a direct result, the stats directory object is leaked.  Worse yet, if\nthe tried_regions directory setup failed from the initial allocation, the\nscheme-\u003etried_regions field remains uninitialized.  The following\nkobject_put(\u0026scheme-\u003etried_regions-\u003ekobj) call in the error path will\ndereference the uninitialized memory.  The setup failures should not be\ncommon.  But once it happens, the consequence is quite bad.\n\nFix this issue by correctly putting the stats directory instead of the\ntried_regions directory.\n\nThe issue was discovered [1] by Sashiko.",
  "id": "CVE-2026-72176",
  "modified": "2026-08-18T03:31:20.827562819Z",
  "published": "2026-08-15T05:53:40.759Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/05ea83ee88ca70f8932906d9f2617ff996f45b50"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/40a04601a3f66cabd6629c258a07af645a658865"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/50a753171d255895e5dd41566986b48dcec06f31"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6b6b5d7c2c957136b92c00b77b7175259f13082b"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f63d6e5ba72aeacdee4fddc902bd7616cd62b919"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72176.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72176"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error"
}