CVE-2024-27041
Last modified
CVE-2024-27041 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 6.6.23 |
| Linux | Linux Kernel | >= 6.7, < 6.7.11 |
| Linux | Linux Kernel | >= 6.8, < 6.8.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-27041?
How severe is CVE-2024-27041?
How do I fix CVE-2024-27041?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-27036In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27037In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27038In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27039In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2704A vulnerability classified as critical was found in Tenda AC…8.8
- CVE-2024-27040In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-27042Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-27043In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27044In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27046In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27047In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-27041?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
