CVE-2025-40029
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-10-28

Last updated on: 2025-10-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: Check return value of platform_get_resource() platform_get_resource() returns NULL in case of failure, so check its return value and propagate the error in order to prevent NULL pointer dereference.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-28
Last Modified
2025-10-30
Generated
2026-06-16
AI Q&A
2025-10-28
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40029. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart