CVE-2025-40148
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| amd | 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 is in the Linux kernel's AMD GPU display driver code. Specifically, the function dc_stream_set_cursor_attributes() dereferences a pointer called 'stream' and its nested members without checking if 'stream' is NULL. This can lead to a NULL pointer dereference if 'stream' is NULL, potentially causing a crash or other unintended behavior. The issue arises because the function assumes 'stream' is never NULL, but this assumption is unsafe. Although callers of this function already perform NULL checks, the function itself lacks these checks, which is the root cause of the vulnerability.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, leading to a kernel crash (kernel panic) or system instability. This could result in denial of service or unexpected behavior in systems using the affected AMD GPU display driver.