CVE-2025-40029
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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 occurs in the Linux kernel's fsl-mc bus driver where the function platform_get_resource() can return NULL on failure. The code did not check for this NULL return value, leading to a potential NULL pointer dereference. The fix involves checking the return value and properly handling the error to prevent the NULL pointer dereference.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, potentially leading to a system crash or denial of service. This could disrupt system availability and stability.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Linux kernel to a version where the issue with bus: fsl-mc and platform_get_resource() return value checking has been fixed. This prevents NULL pointer dereference by ensuring proper error handling.