CVE-2025-38045
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) |
| 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 is related to the Linux kernel's iwlwifi driver, where the order of debug actions was implemented incorrectly. Specifically, the firmware reset was triggered improperly during the debug dump process, causing the firmware to kill itself on error. The fix changes the reset to occur in the middle of the dump instead, preventing crashes caused by the previous incorrect order of actions.
How can this vulnerability impact me? :
The vulnerability can cause the device using the iwlwifi driver to crash when applying certain configurations during debugging. This could lead to device instability or downtime while the issue occurs.