PatchSiren cyber security CVE debrief
CVE-2026-97525 Linux CVE debrief
A Linux kernel vulnerability was resolved, addressing an issue with split page table allocation. The Linux kernel's page table constructor was not being called, and page tables were not marked as kernel page tables, leading to potential IOTLB cache issues. This issue became problematic after a specific commit introduced deferred freeing for kernel page tables.
- 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
Defenders and administrators responsible for Linux kernel systems should assess exposure and prioritize verification of Linux kernel versions, especially those with recent updates. Review and apply patches as necessary. This includes checking for recent updates and applying patches as necessary. System configurations may need to be reviewed and updated to ensure exposure.
Why it matters
A Linux kernel vulnerability was resolved, addressing an issue with split page table allocation. Defenders should assess exposure and prioritize verification of Linux kernel versions.
- Verification of Linux kernel versions is necessary to ensure exposure
- Applying patches may be necessary to resolve the issue
- System configurations may need to be reviewed and updated
Technical summary
The Linux kernel's page table constructor was not being called, and page tables were not marked as kernel page tables, leading to potential IOTLB cache issues. This issue became problematic after a specific commit introduced deferred freeing for kernel page tables. The resolution involves using the ordinary PTE allocation API at split time, invoking a page table constructor, and thus requires a page table destructor. Destructors are not always present, like for early allocated direct map page tables. Conditionally call pagetable_dtor_free() if the PG_table folio flag for the ptdesc is set, otherwise we free the page table via pagetable_free().
Defensive priority
Defenders should assess exposure and prioritize verification of Linux kernel versions, especially those with recent updates. Review and apply patches as necessary.
Recommended defensive actions
- Assess Linux kernel versions for exposure
- Verify and apply patches as necessary
- Review system configurations and update documentation
- 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 Linux kernel source references provide details on the vulnerability and its resolution. Evidence is limited to official records and source references. Defenders should verify Linux kernel versions and review system configurations for exposure. This includes checking for recent updates and applying patches as necessary. The issue became markedly problematic after a specific commit introduced deferred freeing for kernel page tables.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97525 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97525
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97525 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97525
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/84e0cd79d57f06b872154eb5d8f610584133f260
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/922873cf4fc34124215070a8ad391bf831538bb9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9e4a3ec3411bb6bb59e3c1f29b75609f1e87aac4
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.