CVE-2025-71294
NULL Pointer Dereference in AMDGPU Linux Kernel Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
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 is related to the Linux kernel's AMD GPU driver (drm/amdgpu). It involves a NULL pointer issue in the buffer functions. Specifically, if the SDMA block is not enabled, the buffer functions (buffer_funcs) are not initialized, which leads to a NULL pointer dereference when those functions are accessed.
How can this vulnerability impact me? :
The impact of this vulnerability could be a system crash or instability due to the NULL pointer dereference in the AMD GPU driver. This could lead to denial of service or unexpected behavior when the affected code path is executed.