CVE-2025-40354
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
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 in the Linux kernel's AMD display driver involves an incorrect array size for the dc->links[MAX_LINKS] array, which was smaller than the actual number of requested links (14 needed, but only 12 allocated). Additionally, there was a null pointer access issue in the hw_init() function when accessing LINK_ENC for dpia non display_endpoint. These issues could lead to improper handling of display links and potential null pointer dereferences.
How can this vulnerability impact me? :
The vulnerability could cause system instability or crashes due to null pointer dereferences in the AMD display driver. This may affect the display functionality on affected Linux systems, potentially leading to denial of service or degraded user experience.