{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "f04046f2577a5c76167333ca99d3903ee5331ba0"
            },
            {
              "fixed": "7d199b6a0651abad3ca6d0877dbedbe8fe6ea9e2"
            },
            {
              "fixed": "bb1a0f582d519c0461b0940116e2b52c5ba31459"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90270.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\narm_mpam: Disable driver unbind to avoid UAF\n\nWhen a user unbinds an MSC and that MSC is the only MSC left for a\ncomponent then the corresponding mpam_component will be freed. If the user\nthen goes on to read the schemata file in the resctrl filesystem then the\nmpam_component will be accessed from resctrl_arch_get_config() leading to a\nuse after free.\n\nAs the MPAM driver is not a module the unbind sysfs interface is the only\nway to trigger the remove. Instead of dealing with the complexity of\nallowing some unused MSC to unbind just remove the unbind sysfs interface.",
  "id": "CVE-2026-90270",
  "modified": "2026-09-19T03:30:55.031913999Z",
  "published": "2026-09-17T16:08:04.648Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/7d199b6a0651abad3ca6d0877dbedbe8fe6ea9e2"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bb1a0f582d519c0461b0940116e2b52c5ba31459"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90270.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-90270"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "arm_mpam: Disable driver unbind to avoid UAF"
}