CVE-2026-98153: nvme: fix racy access to FDP placement id array

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

nvme: fix racy access to FDP placement id array

nvmequeryfdpinfo() is called per-path and therefore prone to races.

It populates head->nrplids/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 nvmeallocnshead() which is called once per shared namespace.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:36 AM
Data Sourced
via MITRE·10:36 AM
Description

Frequently Asked Questions

1

What systems are exposed to this race condition?

Systems using the Linux kernel NVMe subsystem with a shared namespace reachable through multiple paths are exposed, because FDP placement ID initialization previously occurred per path. The race requires two paths to scan the same namespace concurrently.

2

What change resolves the issue?

The fix moves FDP placement ID initialization from the per-path nvme_query_fdp_info() flow to nvme_alloc_ns_head(), which runs once for the shared namespace. This prevents concurrent paths from racing while populating head->nr_plids and head->plids.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203