CVE Catalog

CVE-2026-98153

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, nvme_query_fdp_info() is called per-path and populates head->nr_plids/head->plids for FDP registration, but nothing protects that pair from concurrent access. Two paths scanning the same namespace can race to populate it.

Risk Assessment

A race on the FDP placement id array can lead to data corruption, unpredictable behavior, or system instability. It occurs when multiple paths concurrently access the same namespace.

Recommendation

Update the Linux kernel to a version that moves this initialization to nvme_alloc_ns_head(), which is called once per shared namespace. Avoid multi-path configurations without this fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: nvme: fix racy access to FDP placement id array nvme_query_fdp_info() is called per-path and therefore prone to races. It populates head->nr_plids/head->plids for fdp registration. But nothing protects that pair from concurrent access - two paths scanning the same namespace can race to populate it. Avoid the race by moving this initialization work to nvme_alloc_ns_head() which is called once per shared namespace.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS