CVE-2026-93152
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or — if you've already worked around this in production — publish your fix to the community-verified tier.
Propose a mitigation on Community Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
References
- https://git.kernel.org/stable/c/0e9d9fe12da779516dc3899dc9141304675f5416
- https://git.kernel.org/stable/c/840ab22ffa4d859ca40a31e96fc3554688e7a035
- https://git.kernel.org/stable/c/86782a72c6d8c7541813b9ddb009668468601f18
- https://git.kernel.org/stable/c/cbe53ecd696e354bfda8173364f7595759bc562d
- https://git.kernel.org/stable/c/e5a79244a3c526a76d930f2ef30aff64528b0c6a
- https://git.kernel.org/stable/c/f61c934aa084b7440fec681be3f4b481eb5a8609
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.