CVE-2026-89972

Source
https://cve.org/CVERecord?id=CVE-2026-89972
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89972.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89972
Downstream
Published
2026-09-16T10:32:51Z
Modified
2026-09-18T03:48:34Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nvme: add missing SRCU grace period in error path
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89972.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
ed754e5deeb17f4e675c84e4b6c640cc7344e498
Fixed
d663944dbad81bb0e3635d7090db4713e6300858
Fixed
76023560d60f10b4f808941163aa2975f1631683
Fixed
ef248d5de4469fb6bbaf8dbe0c4c47800080d648

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.15.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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