CVE-2026-93152

Source
https://cve.org/CVERecord?id=CVE-2026-93152
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93152.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93152
Downstream
Published
2026-09-17T16:11:48Z
Modified
2026-09-19T03:47:26Z
Summary
nvme-apple: Use acquire/release for queue enabled state
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93152.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5bd2927aceba181b84286e00aa2f56e117e699c3
Fixed
cbe53ecd696e354bfda8173364f7595759bc562d
Fixed
86782a72c6d8c7541813b9ddb009668468601f18
Fixed
0e9d9fe12da779516dc3899dc9141304675f5416
Fixed
e5a79244a3c526a76d930f2ef30aff64528b0c6a
Fixed
840ab22ffa4d859ca40a31e96fc3554688e7a035
Fixed
f61c934aa084b7440fec681be3f4b481eb5a8609

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93152.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
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

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93152.json"