CVE-2025-38301
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's nvmem subsystem, specifically the zynqmp_nvmem driver. A recent code change made the driver expect a device pointer as the context parameter, but this context is derived from nvmem_config.priv, which is never set. As a result, when the device is accessed, it can lead to null pointer exceptions, effectively breaking the driver.
How can this vulnerability impact me? :
This vulnerability can cause null pointer exceptions in the zynqmp_nvmem driver, which may lead to the driver malfunctioning or crashing. This could impact system stability or functionality related to non-volatile memory management on affected devices.