PatchSiren cyber security CVE debrief
CVE-2026-97943 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's x86/mm/pat module. The vulnerability occurs when the CPA_COLLAPSE operation is performed, which can lead to a use-after-free on page tables freed underneath concurrent kernel page table walkers, such as ptdump. The issue is resolved by acquiring the init_mm write lock across the whole operation.
- 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 developers and maintainers, Linux distribution vendors, and users of Linux-based systems should assess exposure and apply the patch to prevent potential exploitation. Affected operators should review the patch and update their systems accordingly. Platform administrators and vulnerability management teams should also be aware of the issue and take necessary actions. Security teams should monitor system logs for potential exploitation attempts.
Why it matters
A use-after-free vulnerability was found in the Linux kernel's x86/mm/pat module, which can lead to potential exploitation by local attackers. Defenders should verify if their Linux kernel versions are affected and apply the patch to prevent potential exploitation.
- Defenders should verify if their Linux kernel versions are affected and apply the patch to prevent potential exploitation.
- System administrators should monitor system logs for potential exploitation attempts.
- Linux kernel developers and maintainers should review and apply the patch to prevent potential exploitation.
Technical summary
The vulnerability occurs in the Linux kernel's x86/mm/pat module, specifically in the CPA_COLLAPSE operation. The issue is caused by the lack of proper locking during the collapse operation, leading to a use-after-free on page tables freed underneath concurrent kernel page table walkers. The vulnerability can be exploited by local attackers to potentially execute arbitrary code or cause a denial of service.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to the Linux kernel
- Monitor system logs for potential exploitation attempts
- Consider implementing additional security measures to prevent exploitation
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The vulnerability was resolved by acquiring the init_mm write lock on collapse to avoid UAF. The issue is related to the x86/mm/pat module and the CPA_COLLAPSE operation. This change ensures that the collapse operation is performed safely, preventing use-after-free on page tables. Defenders should verify if their Linux kernel versions are affected and review the patch to understand the changes made. The patch is part of the Linux kernel's x86/mm/pat module updates.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97943 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97943
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97943 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97943
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/35820cf8dd521f5a651e221483015b0586794516
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/93b98882198b15bd482da1fe8e84b05c7c3b3d83
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a1c7570cedd03372812a5b693732880867babbca
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.