First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini() Since 'adev->dm.dc' in amdgpu_dm_fini() might turn out to be NULL before the call to dc_enable_dmub_notifications(), check beforehand to ensure there will not be a possible NULL-ptr-deref there. Also, since commit 1e88eb1b2c25 ("drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP") there are two separate checks for NULL in 'adev->dm.dc' before dc_deinit_callbacks() and dc_dmub_srv_destroy(). Clean up by combining them all under one 'if'. Found by Linux Verification Center (linuxtesting.org) with static analysis tool SVACE.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | <=6.1.123-1<=6.1.119-1 | 5.10.223-1 5.10.226-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27041 has not been assigned a specific severity rating, but it addresses a potential null pointer dereference vulnerability in the Linux kernel's display subsystem.
To fix CVE-2024-27041, update your Linux kernel to version 5.10.223-1, 5.10.226-1, or 6.12.10-1 if you are using Debian.
CVE-2024-27041 affects the Linux kernel, particularly versions up to 6.1.123-1 and 6.1.119-1.
There is no public information indicating that CVE-2024-27041 is currently being exploited in the wild.
CVE-2024-27041 involves a NULL check issue in the AMD GPU driver which could potentially lead to system instability.