Skip to main content

Linux Kernel EUVDEUVD-2026-80572

| CVE-2026-89972 CRITICAL
2026-09-16 Linux GHSA-cjx2-56hv-4vc4
9.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
5.3 MEDIUM

Internal kernel race triggered locally via NVMe activity (AV:L, PR:L), timing-dependent rare error path (AC:H); UAF yields memory corruption/crash so A:H with minor I:L and no confidentiality (C:N).

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

7
Metadata Corrected
Sep 16, 2026 - 16:40 vuln.today
tag: Denial Of Service added
Metadata Corrected
Sep 16, 2026 - 16:40 vuln.today
tag: Information Disclosure removed
Analysis Generated
Sep 16, 2026 - 16:14 vuln.today
CVSS changed
Sep 16, 2026 - 15:22 NVD
9.8 (CRITICAL)
Patch available
Sep 16, 2026 - 11:03 EUVD
CVE Published
Sep 16, 2026 - 10:32 cve.org
UNKNOWN (no severity yet)
CVE Published
Sep 16, 2026 - 10:32 cve.org
CRITICAL 9.8

DescriptionCVE.org

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.

AnalysisAI

A use-after-free race in the Linux kernel NVMe driver allows a local user with basic privileges to crash the kernel (denial of service) by forcing the namespace-allocation error path in nvme_alloc_ns to run while a concurrent thread is still iterating the multipath sibling list under SRCU. Exposure is limited to hosts running the NVMe subsystem with native multipath configured, that actually hit a namespace allocation failure, and within a narrow timing window; the impact assessed is kernel memory corruption leading to a crash, with no confirmed path to data disclosure or code execution. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Persist
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Requires a Linux host running the NVMe subsystem with multipath active (head->list traversed under SRCU in nvme_find_path/nvme_mpath_revalidate_paths), AND the namespace-allocation error path (out_unlink_ns in nvme_alloc_ns) must actually be hit - i.e. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The vendor CVSS of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) is a severe over-score that does not match the actual defect. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation Vendor-released patch: Linux 6.18.51, 7.2.5 and 7.3-rc2 (upstream commits d663944dbad81bb0e3635d7090db4713e6300858, 76023560d60f10b4f808941163aa2975f1631683 and ef248d5de4469fb6bbaf8dbe0c4c47800080d648, linked from the CVE record); upgrading to any kernel at or above those versions is the definitive fix because it adds the missing synchronize_srcu() grace period in the out_unlink_ns error path. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory all Linux hosts running NVMe native multipath and confirm kernel versions; within 7 days, apply the patch available per vendor advisory (check your distribution's security advisory for the specific kernel version) that addresses CVE-2026-89972, prioritizing production storage nodes; within 30 days, validate patch deployment across all affected systems, monitor kernel logs for use-after-free crashes, and review multipath configurations to reduce exposure.

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-80572 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy