CVE-2025-68286
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 |
|---|---|---|
| amd | amdgpu | * |
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 a NULL pointer dereference in the Linux kernel's AMD GPU display driver (amdgpu). Specifically, the kms_cursor_legacy test fails due to a NULL pointer dereference when accessing display scanout position information, which can occur with both eDP and DP monitors connected. This causes a kernel crash (Oops) due to attempting to read from a NULL address in kernel mode.
How can this vulnerability impact me? :
The impact of this vulnerability is a kernel crash caused by a NULL pointer dereference in the AMD GPU driver. This can lead to system instability or denial of service as the kernel encounters an unrecoverable error when handling display operations involving certain monitors.