PatchSiren cyber security CVE debrief
CVE-2026-98149 Linux CVE debrief
A vulnerability in the Linux kernel's BPF (Berkeley Packet Filter) subsystem has been addressed. The issue involves the update indexing for per-CPU maps with sparse CPU IDs, which could lead to incorrect per-CPU values and out-of-bounds reads. This problem affects systems using the Linux kernel with BPF enabled. The vulnerability is resolved in the updated kernel code, and users should assess their exposure and apply patches accordingly. The issue was identified and addressed through updates to the kernel's BPF implementation.
- 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 maintainers, administrators of Linux-based systems, and security teams responsible for patching and vulnerability management should assess exposure and apply patches. These stakeholders should verify affected versions and prioritize patching for critical systems. They should also monitor Linux kernel updates for further information and review compensating controls for exposed systems.
Why it matters
A Linux kernel vulnerability affects BPF per-CPU map updates with sparse CPU IDs, potentially causing system instability. Linux kernel maintainers and administrators should assess exposure and apply patches.
- Incorrect per-CPU values due to flawed update indexing
- Out-of-bounds reads from the update buffer
- Potential for system instability or crashes
- Need for verification of affected versions and patch application
Technical summary
The Linux kernel's BPF subsystem has a vulnerability in per-CPU map update indexing with sparse CPU IDs. This issue can cause incorrect per-CPU values and out-of-bounds reads. The problem is resolved in the updated kernel code, which advances the source offset once for each possible CPU. The update paths iterate over possible CPUs, ensuring correct per-CPU values. BPF_F_ALL_CPUS continues to use the same value for every CPU. The corresponding lookup paths already use a dense offset while iterating over possible CPUs.
Defensive priority
Assess exposure and apply patches for Linux kernel systems using BPF.
Recommended defensive actions
- Assess Linux kernel systems for BPF usage and apply patches
- Verify system exposure and prioritize patching for critical systems
- Monitor Linux kernel updates for further information
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- 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. However, the scope of affected systems and versions requires verification from official Linux kernel sources. Users should review the official advisory and CVE record to validate affected scope, severity, and vendor guidance. The Linux kernel maintainers and administrators should verify the affected versions and apply patches. Evidence of patch application and system verification should be documented.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98149 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98149
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98149 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98149
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/75b0a6db4300e4c2c9e97a0848deaa7acfb42fb7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c16c62c91e5d6737a9fbb0a541b8b34610470a2b
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.