PatchSiren cyber security CVE debrief
CVE-2026-98125 Linux CVE debrief
A Linux kernel vulnerability allows clients to return stale data after a successful insert/collapse range operation due to partial page cache invalidation. This occurs in the smb/client implementation, specifically in the smb3_insert_range and smb3_collapse_range functions, which use truncate_pagecache_range to invalidate the affected page cache. However, if the offset or old EOF is not page-aligned, the boundary pages are only partially zeroed and remain uptodate. Linux kernel administrators and developers, CIFS mount users, and those responsible for maintaining Linux systems should assess exposure and prioritize patching.
- 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 and developers, CIFS mount users, and those responsible for maintaining Linux systems should assess exposure and prioritize patching. This includes reviewing the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
Why it matters
CVE-2026-98125 is a Linux kernel vulnerability that allows clients to return stale data after insert/collapse range operations. Linux kernel administrators and developers, CIFS mount users, and those responsible for maintaining Linux systems should assess exposure and prioritize patching.
- Data integrity may be compromised due to stale data being returned after insert/collapse range operations
- Linux kernel deployments require assessment for exposure
- Patching affected systems is a priority
Technical summary
The Linux kernel vulnerability CVE-2026-98125 occurs in the smb/client implementation, specifically in the smb3_insert_range and smb3_collapse_range functions, which use truncate_pagecache_range to invalidate the affected page cache. However, if the offset or old EOF is not page-aligned, the boundary pages are only partially zeroed and remain uptodate, allowing clients to return stale data after a successful insert/collapse range operation.
Defensive priority
Assess Linux kernel deployments for exposure, prioritize patching for affected systems.
Recommended defensive actions
- Assess Linux kernel deployments for exposure
- Prioritize patching for affected systems
- Verify page cache invalidation in Linux kernel implementations
- 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
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and Linux kernel source code indicate a vulnerability in the smb/client implementation, specifically in the smb3_insert_range and smb3_collapse_range functions. The vulnerability allows clients to return stale data after a successful insert/collapse range operation due to partial page cache invalidation. Evidence is limited to the supplied CVE record and Linux kernel source code.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98125 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98125
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98125 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98125
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/01261a6fa48b62f5ead8e88aaca1e27cb9ab9032
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/76222e76d08fbae4092ee9da84ded2b4c24ee598
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.