CVE-2025-40360
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
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 drm/sysfb component where a NULL pointer dereference could occur during the plane reset process. Specifically, the plane state in the function __drm_gem_reset_shadow_plane() can be NULL, and dereferencing this NULL pointer could cause a crash or unexpected behavior. The fix ensures that if the plane state is NULL, it is forwarded as NULL to other plane-reset helper functions instead of being dereferenced.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to crash or behave unexpectedly due to a NULL pointer dereference in the graphics subsystem. This could lead to system instability or denial of service, affecting the availability of the system.