CVE-2026-23149
MEDIUMLinux Kernel - Denial of Service via drm_gem_change_handle_ioctl Handle Overflow
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: drm: Do not allow userspace to trigger kernel warnings in drm_gem_change_handle_ioctl() Since GEM bo handles are u32 in the uapi and the internal implementation uses idr_alloc() which uses int ranges, passing a new handle larger than INT_MAX trivially triggers a kernel warning: idr_alloc(): ... if (WARN_ON_ONCE(start < 0)) return -EINVAL; ... Fix it by rejecting new handles above INT_MAX and at the same time make the end limit calculation more obvious by moving into int domain.
References (2)
Core 2
Scores
CVSS v3
5.5
EPSS
0.0002
EPSS Percentile
5.5%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
Status
published
Products (9)
linux/Kernel
6.18.0 - 6.18.9linux
Linux/Linux
< 6.18
Linux/Linux
53096728b8910c6916ecc6c46a5abc5c678b58d9 - 12f15d52d38ac53f7c70ea3d4b3d76afed04e064
Linux/Linux
53096728b8910c6916ecc6c46a5abc5c678b58d9 - ae8831ee0fb2f5f41f39722e7b3749d65bb78d08
Linux/Linux
6.18
Linux/Linux
6.18.9 - 6.18.*
Linux/Linux
6.19
linux/linux_kernel
6.19 rc1 (7 CPE variants)
linux/linux_kernel
6.18 - 6.18.9
Published
Feb 14, 2026
Tracked Since
Feb 18, 2026