CVE-2026-93152
Last modified
CVE-2026-93152 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < cbe53ecd696e354bfda8173364f7595759bc562d; >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < 86782a72c6d8c7541813b9ddb009668468601f18; >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < 0e9d9fe12da779516dc3899dc9141304675f5416; >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < e5a79244a3c526a76d930f2ef30aff64528b0c6a; >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < 840ab22ffa4d859ca40a31e96fc3554688e7a035; >= 5bd2927aceba181b84286e00aa2f56e117e699c3, < f61c934aa084b7440fec681be3f4b481eb5a8609 |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93152?
How severe is CVE-2026-93152?
How do I fix CVE-2026-93152?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93151In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93154In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93155In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93158In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93152?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
