PatchSiren cyber security CVE debrief
CVE-2026-98088 Linux CVE debrief
A Linux kernel vulnerability was resolved, addressing an out-of-bounds cpumask_of_node() call in _base_assign_reply_queues(). This issue arises when dev_to_node() returns NUMA_NO_NODE (-1) on systems without NUMA topology information, such as single-socket boards. The vulnerability has been fixed with a fallback to cpu_online_mask when no NUMA node is available.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel administrators, system administrators managing NUMA configurations, and security teams responsible for Linux kernel patch management should assess exposure and apply patches.
Why it matters
CVE-2026-98088 is a Linux kernel vulnerability that requires patching to prevent potential local denial-of-service or information disclosure. Defenders should verify and apply patches, especially on systems with NUMA configurations or using mpt3sas. Evidence is limited to CVE and NVD records, with specific exploitation details unknown.
- Potential local denial-of-service due to out-of-bounds array read.
- Possible information disclosure from sensitive data in NUMA node configurations.
- Verification priority for Linux kernel patch levels and system configurations.
- Exposure assessment for systems using mpt3sas with NUMA setups.
Technical summary
The Linux kernel vulnerability CVE-2026-98088 involves an out-of-bounds cpumask_of_node() call in _base_assign_reply_queues() due to dev_to_node() returning NUMA_NO_NODE (-1) on systems without NUMA topology information. The fix involves falling back to cpu_online_mask when no NUMA node is available. This issue arises when dev_to_node() returns NUMA_NO_NODE (-1) on systems without NUMA topology information, such as single-socket boards. The vulnerability has been fixed with a fallback to cpu_online_mask when no NUMA node is available, preventing potential local denial-of-service or information disclosure.
Defensive priority
Defenders should prioritize verifying and applying patches for Linux kernel systems, especially those with NUMA configurations or using mpt3sas, to prevent potential local denial-of-service or information disclosure.
Recommended defensive actions
- Verify and apply Linux kernel patches for mpt3sas, especially on systems with NUMA configurations.
- Review system configurations and NUMA setups for potential exposure.
- Monitor Linux kernel updates and apply patches promptly.
- Perform vulnerability assessment for systems using mpt3sas with NUMA setups.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its resolution in the Linux kernel. However, specific exploitation details or affected versions beyond the Linux kernel are not provided.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98088 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98088
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98088 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98088
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0a5f7cdb0cb911584720591069065f09c59ec4fc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/45504e621b7e884abe59f201e093a3eac7fca7fe
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7b23144c3ff6e46d7d4a464b02f8944265684e39
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e0d26fe176a8db6ccad4ab38c5bab29391c1946b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.