CVE-2026-93152 PUBLISHED

nvme-apple: Use acquire/release for queue enabled state

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

In the Linux kernel, the following vulnerability has been resolved:

nvme-apple: Use acquire/release for queue enabled state

apple_nvme_init_queue() initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state.

The old wmb() after WRITE_ONCE(enabled, true) does not publish the earlier initialization before enabled becomes visible. Use a release store when enabling the queue and acquire loads when testing it.

Although the shutdown-side enabled accesses are not used for publishing queue initialization, use helpers for them as well for consistency.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to cbe53ecd696e354bfda8173364f7595759bc562d (excl.)
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to 86782a72c6d8c7541813b9ddb009668468601f18 (excl.)
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to 0e9d9fe12da779516dc3899dc9141304675f5416 (excl.)
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to e5a79244a3c526a76d930f2ef30aff64528b0c6a (excl.)
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to 840ab22ffa4d859ca40a31e96fc3554688e7a035 (excl.)
  • affected from 5bd2927aceba181b84286e00aa2f56e117e699c3 to f61c934aa084b7440fec681be3f4b481eb5a8609 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.19 is affected
  • unaffected from 0 to 5.19 (excl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References