CVE-2025-40113
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's handling of the ADSP firmware on the X1E platform. Specifically, when loading new ADSP firmware, the system shuts down the 'lite_pas_id' for the main firmware but fails to shut down the corresponding 'lite_pas_id' for the Device Tree Blob (DTB) firmware. As a result, part of the 'lite' firmware remains running indefinitely. This causes issues when trying to access or reuse the memory region used by the 'lite' firmware, leading to crashes when accessing the DTB memory region.
How can this vulnerability impact me? :
The vulnerability can cause system instability or crashes when accessing or reusing the memory region associated with the 'lite' ADSP firmware's DTB. Since the DTB firmware remains running unintentionally, attempts to access its memory region can result in crashes, potentially affecting system reliability and performance on affected devices.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability is resolved by shutting down the lite_dtb_pas_id in addition to the lite_pas_id when loading new ADSP firmware on X1E. Immediate mitigation involves applying the updated Linux kernel patch that includes this fix to ensure the lite firmware DTB is properly shut down and does not remain running.