Answer in brief
CVE-2026-93152 records a Unknown severity vulnerability in nvme-apple: Use acquire/release for queue enabled state. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=5bd2927aceba181b84286e00aa2f56e117e699c3 <cbe53ecd696e354bfda8173364f7595759bc562d || >=5bd2927aceba181b84286e00aa2f56e117e699c3 <86782a72c6d8c7541813b9ddb009668468601f18 || >=5bd2927aceba181b84286e00aa2f56e117e699c3 <0e9d9fe12da779516dc3899dc9141304675f5416 || >=5bd2927aceba181b84286e00aa2f56e117e699c3 <e5a79244a3c526a76d930f2ef30aff64528b0c6a || >=5bd2927aceba181b84286e00aa2f56e117e699c3 <840ab22ffa4d859ca40a31e96fc3554688e7a035 || >=5bd2927aceba181b84286e00aa2f56e117e699c3 <f61c934aa084b7440fec681be3f4b481eb5a8609 | cbe53ecd696e354bfda8173364f7595759bc562d, 86782a72c6d8c7541813b9ddb009668468601f18, 0e9d9fe12da779516dc3899dc9141304675f5416, e5a79244a3c526a76d930f2ef30aff64528b0c6a, 840ab22ffa4d859ca40a31e96fc3554688e7a035, f61c934aa084b7440fec681be3f4b481eb5a8609 |
| Linux/Linuxgeneric | 5.19 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 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.
Quoted source text, attributed separately from HOL analysis.