CVE-2026-31460
Null Pointer Dereference in Linux AMD DRM Display Driver
Publication date: 2026-04-22
Last updated on: 2026-04-22
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 exists in the Linux kernel within the drm/amd/display component. It involves the handling of extended backlight capabilities (ext_caps) during backlight (BL) setup. Specifically, LVDS connectors do not have extended backlight capabilities, so the code must check if the pointer to ext_caps is valid before accessing it. Failure to do this check could lead to invalid memory access.
How can this vulnerability impact me? :
If the pointer to extended backlight capabilities is accessed without validation, it could cause the system to behave unexpectedly, potentially leading to crashes or instability in the display subsystem of the Linux kernel. This could affect system reliability and availability.