CVE-2026-98056
Last modified
CVE-2026-98056 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvme: remove stale namespaces by NSID range during scan nvme_scan_ns_list() drops the stale namespaces in each gap in the reported NSID list one NSID at a time. Every iteration calls nvme_find_get_ns() to look the namespace up and removes it if it is present.
Description
In the Linux kernel, the following vulnerability has been resolved: nvme: remove stale namespaces by NSID range during scan nvme_scan_ns_list() drops the stale namespaces in each gap in the reported NSID list one NSID at a time. Every iteration calls nvme_find_get_ns() to look the namespace up and removes it if it is present. The loop runs once per NSID in the gap rather than once per namespace actually present. NSIDs are 32-bit, so a target with a sparse NSID space can make a single gap spin the loop billions of times with nothing to remove. watchdog: BUG: soft lockup - CPU#4 stuck for 26s! Workqueue: nvme-wq nvme_scan_work [nvme_core] RIP: 0010:__srcu_read_unlock+0xb/0x20 Call Trace: nvme_find_get_ns+0x7d/0xb0 [nvme_core] nvme_scan_ns_list+0xe8/0x280 [nvme_core] nvme_scan_work+0x18a/0x280 [nvme_core] process_one_work+0x197/0x380 worker_thread+0x2fe/0x410 kthread+0xe0/0x100 Rename nvme_remove_invalid_namespaces() to nvme_remove_nsid_range() and give it an open (start, end) NSID range. ctrl->namespaces is sorted by NSID, so the whole gap is dropped in a single walk that stops once end is reached. This bounds the work by the namespaces that are present instead of by the size of the gap.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 540c801c65eb58e05e0ca38b6fd644a83d7e2b33, < c84ad7407fb16b92d9b7a649cc304a9cf3757897; >= 540c801c65eb58e05e0ca38b6fd644a83d7e2b33, < f56b2bb4b18b017b056c4c17c66b2c4c54bf6ee4; >= 540c801c65eb58e05e0ca38b6fd644a83d7e2b33, < 52200fc41a79da430ccf7c126ed837535b087ea2; >= 540c801c65eb58e05e0ca38b6fd644a83d7e2b33, < 4ed7f3d7d435bf5b63da2814dc9270f5ba896011 |
| Linux | Linux | 4.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98056?
How severe is CVE-2026-98056?
How do I fix CVE-2026-98056?
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-98050In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9806A stored cross-site scripting (XSS) vulnerability exists in …6.3
- CVE-2026-98060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98061In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98056?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
