NONE · 0

CVE-2026-93152

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 e...

Vulnerability 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.

References

FAQ

What is CVE-2026-93152?

CVE-2026-93152 is a documented vulnerability. 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 e...

How severe is CVE-2026-93152?

CVSS scoring is not yet available for CVE-2026-93152. Check NVD for updates.

Is there a patch for CVE-2026-93152?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.