VOOZH about

URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23149

⇱ NVD - CVE-2026-23149


  1. Vulnerabilities

CVE-2026-23149 Detail

Description

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.


Metrics

 
NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/12f15d52d38ac53f7c70ea3d4b3d76afed04e064 kernel.org Patch 
https://git.kernel.org/stable/c/ae8831ee0fb2f5f41f39722e7b3749d65bb78d08 kernel.org Patch 

Weakness Enumeration

CWE-ID CWE Name Source
NVD-CWE-noinfo Insufficient Information πŸ‘ cwe source acceptance level
NIST  

Known Affected Software Configurations Switch to CPE 2.2

CPEs loading, please wait.

Denotes Vulnerable Software
Are we missing a CPE here? Please let us know.

Change History

3 change records found show changes

CVE Modified by kernel.org 6/17/2026 6:20:59 AM

Action Type Old Value New Value
Added Affected
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["drivers/gpu/drm/drm_gem.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"53096728b8910c6916ecc6c46a5abc5c678b58d9","lessThan":"ae8831ee0fb2f5f41f39722e7b3749d65bb78d08","versionType":"git","status":"affected"},{"version":"53096728b8910c6916ecc6c46a5abc5c678b58d9","lessThan":"12f15d52d38ac53f7c70ea3d4b3d76afed04e064","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["drivers/gpu/drm/drm_gem.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"6.18","status":"affected"},{"version":"0","lessThan":"6.18","versionType":"semver","status":"unaffected"},{"version":"6.18.9","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"6.19","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]


Initial Analysis by NIST 3/17/2026 5:12:29 PM

Action Type Old Value New Value
Added CVSS V3.1
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H


Added CWE
NVD-CWE-noinfo


Added CPE Configuration
OR
 *cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*
 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.18 up to (excluding) 6.18.9


Added Reference Type
kernel.org: https://git.kernel.org/stable/c/12f15d52d38ac53f7c70ea3d4b3d76afed04e064 Types: Patch


Added Reference Type
kernel.org: https://git.kernel.org/stable/c/ae8831ee0fb2f5f41f39722e7b3749d65bb78d08 Types: Patch


New CVE Received from kernel.org 2/14/2026 11:15:55 AM

Action Type Old Value New Value
Added Description
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.


Added Reference
https://git.kernel.org/stable/c/12f15d52d38ac53f7c70ea3d4b3d76afed04e064


Added Reference
https://git.kernel.org/stable/c/ae8831ee0fb2f5f41f39722e7b3749d65bb78d08


Quick Info

CVE Dictionary Entry:
CVE-2026-23149
NVD Published Date:
02/14/2026
NVD Last Modified:
06/17/2026
Source:
kernel.org