CVE-2022-50535
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential null pointer dereference in the Linux kernel's AMD display driver (drm/amd/display). Specifically, the function dm_resume assumed that 'aconnector->dc_link' could never be null, which was incorrect. The fix involves checking if 'dc_link' is null at the start of a loop to prevent errors caused by dereferencing a null pointer.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a null pointer, potentially leading to a system crash or denial of service. This could affect system stability and availability, especially on systems using the affected AMD display driver.