Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's Direct Rendering Manager (DRM) component has been addressed. The issue arose in the 'drm_gem_change_handle_ioctl' function, where userspace could inadvertently trigger kernel warnings. This occurred because Graphics Execution Manager (GEM) buffer object handles are 32-bit unsigned integers in the userspace API, while the internal handling uses integer ranges. Consequently, a handle exceeding the maximum value for integers could easily provoke a warning from the kernel's ID allocator. The vulnerability has been fixed by rejecting handles above this limit and clarifying the limit calculation by using integer arithmetic.
Exploitation of this vulnerability could lead to unnecessary kernel warnings, potentially obscuring other important messages in the system log.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version are available on the official Linux kernel website.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.