GHSA-5WM2-2PGR-VHM6
Vulnerability from github – Published: 2026-09-17 18:32 – Updated: 2026-09-17 18:32In 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": [],
"aliases": [
"CVE-2026-93152"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-09-17T17:18:10Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme-apple: Use acquire/release for queue enabled state\n\napple_nvme_init_queue() initializes queue state and then marks the queue\nenabled. The interrupt and request paths check enabled before using that\nqueue state.\n\nThe old wmb() after WRITE_ONCE(enabled, true) does not publish the\nearlier initialization before enabled becomes visible. Use a release store\nwhen enabling the queue and acquire loads when testing it.\n\nAlthough the shutdown-side enabled accesses are not used for publishing\nqueue initialization, use helpers for them as well for consistency.",
"id": "GHSA-5wm2-2pgr-vhm6",
"modified": "2026-09-17T18:32:12Z",
"published": "2026-09-17T18:32:12Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93152"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0e9d9fe12da779516dc3899dc9141304675f5416"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/840ab22ffa4d859ca40a31e96fc3554688e7a035"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/86782a72c6d8c7541813b9ddb009668468601f18"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/cbe53ecd696e354bfda8173364f7595759bc562d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e5a79244a3c526a76d930f2ef30aff64528b0c6a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f61c934aa084b7440fec681be3f4b481eb5a8609"
}
],
"schema_version": "1.4.0",
"severity": []
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.