CVE-2025-68176
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 PCI cadence driver where the cdns_pcie::ops structure might not be initialized (populated) by all Cadence glue drivers, such as the upcoming Sophgo platform. Without checking if cdns_pcie::ops exists before using it, the kernel could dereference a NULL pointer, leading to potential crashes or instability. The fix adds a check to prevent this NULL pointer dereference.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause the Linux kernel to dereference a NULL pointer, which may result in system crashes, instability, or denial of service. This could affect system reliability and availability on affected platforms using the Cadence PCIe driver without the proper checks.