{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "5bd2927aceba181b84286e00aa2f56e117e699c3"
            },
            {
              "fixed": "cbe53ecd696e354bfda8173364f7595759bc562d"
            },
            {
              "fixed": "86782a72c6d8c7541813b9ddb009668468601f18"
            },
            {
              "fixed": "0e9d9fe12da779516dc3899dc9141304675f5416"
            },
            {
              "fixed": "e5a79244a3c526a76d930f2ef30aff64528b0c6a"
            },
            {
              "fixed": "840ab22ffa4d859ca40a31e96fc3554688e7a035"
            },
            {
              "fixed": "f61c934aa084b7440fec681be3f4b481eb5a8609"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.19.0"
            },
            {
              "fixed": "6.1.188"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.157"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "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/93xxx/CVE-2026-93152.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme-apple: Use acquire/release for queue enabled state\n\napple_nvme_init_queue() initializes queue state and then marks the queue\nenabled. The interrupt and request paths check enabled before using that\nqueue state.\n\nThe old wmb() after WRITE_ONCE(enabled, true) does not publish the\nearlier initialization before enabled becomes visible. Use a release store\nwhen enabling the queue and acquire loads when testing it.\n\nAlthough the shutdown-side enabled accesses are not used for publishing\nqueue initialization, use helpers for them as well for consistency.",
  "id": "CVE-2026-93152",
  "modified": "2026-09-19T03:30:22.693689310Z",
  "published": "2026-09-17T16:11:48.782Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0e9d9fe12da779516dc3899dc9141304675f5416"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/840ab22ffa4d859ca40a31e96fc3554688e7a035"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/86782a72c6d8c7541813b9ddb009668468601f18"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/cbe53ecd696e354bfda8173364f7595759bc562d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e5a79244a3c526a76d930f2ef30aff64528b0c6a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f61c934aa084b7440fec681be3f4b481eb5a8609"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93152.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93152"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "nvme-apple: Use acquire/release for queue enabled state"
}