
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-51043 is a vulnerability discovered in the Linux kernel versions before 6.4.5, specifically affecting the drivers/gpu/drm/drm_atomic.c component. The vulnerability involves a use-after-free condition that occurs during a race condition between a nonblocking atomic commit and a driver unload (NVD, CVE).
The vulnerability stems from a design issue in the DRM (Direct Rendering Manager) subsystem where the drm_dev_unplugged() checks are intentionally racy and do not synchronize against all outstanding ioctls. This design choice was made to prevent deadlocks during hotunplug, as these ioctls could potentially block indefinitely. The specific issue arises when atomic modeset ioctl is run in a nonblocking fashion, where it cannot rely on the implied drm_device reference provided by the ioctl calling context (GitHub Patch). The vulnerability has been assigned a CVSS v3.1 base score of 7.0 (High) with vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability can result in a use-after-free condition if a nonblocking atomic commit is carefully raced against a driver unload. This could potentially lead to system crashes, denial of service, or possible code execution in the context of the kernel (NVD).
The vulnerability has been fixed in Linux kernel version 6.4.5. The fix involves unconditionally grabbing a drm_device reference for any drm_atomic_state structures, even though this isn't strictly required for blocking commits and TEST_ONLY calls. The patch ensures proper reference counting to prevent the use-after-free condition (GitHub Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."