CVE-2025-40015
BaseFortify
Publication date: 2025-10-20
Last updated on: 2025-10-21
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
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 stm32-csi media driver where a pointer ('csidev->s_subdev') is dereferenced before it is checked for NULL. This means the code attempts to use the pointer without confirming it is valid, which can lead to undefined behavior or crashes. The fix involved moving the dereference to after the NULL check to ensure safety.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause the Linux kernel to dereference a NULL pointer, potentially leading to system crashes or instability. This can affect system reliability and availability.