CVE-2026-43367
NULL Pointer Dereference in AMD GPU Linux Kernel Driver
Publication date: 2026-05-08
Last updated on: 2026-05-08
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 DRM (Direct Rendering Manager) component. It involves NULL pointer dereferences occurring during device cleanup on unsupported hardware due to missing NULL checks on a version pointer.
The issue was that some cleanup paths failed because the version pointer was NULL, which could cause the kernel to dereference a NULL pointer, potentially leading to crashes or instability.
The fix involved adding appropriate NULL checks to prevent these dereferences.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable when cleaning up AMD DRM devices on unsupported hardware due to NULL pointer dereferences.
Such crashes can lead to system downtime, loss of data in memory, or degraded system reliability.