CVE-2025-38047
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's handling of the FRED MSRs during system resume from S4 (hibernation). When the system wakes up, the restore kernel initializes FRED MSRs and loads the hibernation image, including the image kernel. However, the FRED MSRs still contain values set by the restore kernel, which may differ from those expected by the image kernel before hibernation. This mismatch can cause the system to hang during resume. The fix ensures that the image kernel recomputes and sets the FRED MSRs to the correct values based on the kernel's text and data locations, preventing the hang.
How can this vulnerability impact me? :
This vulnerability can cause the system to hang during resume from hibernation (S4 state) when FRED is enabled on x86 systems. This means that after entering hibernation, the system may fail to resume properly, leading to downtime and potential loss of unsaved data.