CVE-2025-38583
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xilinx | vcu | * |
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 clock driver for Xilinx VCU. If the pll_post clock is not registered correctly (i.e., registration fails and pll_post is set to NULL or an error), the system attempts to unregister it anyway. This leads to a NULL pointer dereference in the kernel, causing a crash or instability.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference when unregistering a clock that was not properly registered. This can lead to system downtime or unexpected behavior in systems using the affected driver.