CVE-2025-39845
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to improper synchronization of page tables when calling functions like pgd_populate_kernel() and p4d_populate_kernel() during memory management. Specifically, for systems using 4-level paging and large amounts of persistent memory, the lack of proper synchronization can cause intermittent boot failures and kernel crashes due to page faults and supervisor write access errors. The fix involves defining ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() to ensure page tables are properly synchronized, preventing these faults and crashes.
How can this vulnerability impact me? :
This vulnerability can cause intermittent boot failures and kernel crashes on affected Linux systems, particularly those using 4-level paging with large amounts of persistent memory. The impact includes system instability, inability to boot properly, and potential data access issues due to page faults and kernel mode errors.