Security Advisory

CVE-2023-53498

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-10-01 11:45:49
Last updated 2026-05-11 19:46:09
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null dereference The adev->dm.dc pointer can be NULL and dereferenced in amdgpu_dm_fini() without checking. Add a NULL pointer check before calling dc_dmub_srv_destroy(). Found by Linux Verification Center (linuxtesting.org) with SVACE.