CVE-2026-89972
Last modified
CVE-2026-89972 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvme_alloc_ns() error path at out_unlink_ns removes ns from the namespace head siblings list with list_del_rcu(&ns->siblings) but does not wait for SRCU readers before freeing the namespace struct. Multipath code iterates the head->list under srcu_read_lock() in nvme_find_path() and nvme_mpath_revalidate_paths(), so a concurrent reader can still hold a reference to ns when kfree(ns) runs. The normal removal path in nvme_ns_remove() correctly calls synchronize_srcu(&ns->head->srcu) after list_del_rcu() to wait for in-progress readers. Add the same grace period in the error path..
Description
In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvme_alloc_ns() error path at out_unlink_ns removes ns from the namespace head siblings list with list_del_rcu(&ns->siblings) but does not wait for SRCU readers before freeing the namespace struct. Multipath code iterates the head->list under srcu_read_lock() in nvme_find_path() and nvme_mpath_revalidate_paths(), so a concurrent reader can still hold a reference to ns when kfree(ns) runs. The normal removal path in nvme_ns_remove() correctly calls synchronize_srcu(&ns->head->srcu) after list_del_rcu() to wait for in-progress readers. Add the same grace period in the error path.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ed754e5deeb17f4e675c84e4b6c640cc7344e498, < d663944dbad81bb0e3635d7090db4713e6300858; >= ed754e5deeb17f4e675c84e4b6c640cc7344e498, < 76023560d60f10b4f808941163aa2975f1631683; >= ed754e5deeb17f4e675c84e4b6c640cc7344e498, < ef248d5de4469fb6bbaf8dbe0c4c47800080d648 |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89972?
How severe is CVE-2026-89972?
How do I fix CVE-2026-89972?
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-89967In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89968In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89969In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8997vifm is vulnerable to a heap buffer overflow during the hist…4.8
- CVE-2026-89970In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89971In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89973In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89974In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89975In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89976In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89977In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89978In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89972?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
