THREAT OPS › Threat News › [NVD] CVE-2022-50535 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix potential null-deref in dm_resume
[Why]
Fixing smatch error:
dm_resume() error: we previously assumed 'aconnector->dc_link' could be null
[How]
Check if dc_link null at the beginning of th
[NVD] CVE-2022-50535 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dm_resume [Why] Fixing smatch error: dm_resume() error: we previously assumed 'aconnector->dc_link' could be null [How] Check if dc_link null at the beginning of th
CVE-2022-50535 CVSS: 5.5 MEDIUM Published: 2025-10-07T16:15:37.680
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix potential null-deref in dm_resume
[Why] Fixing smatch error: dm_resume() error: we previously assumed 'aconnector->dc_link' could be null
[How] Check if dc_link null at the beginning of the loop, so further checks can be dropped.
Indicators of compromise
- CVE-2022-50535cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2022-50535