CVE-2026-23317
HIGHdrm/vmwgfx: Return the correct value in vmw_translate_ptr functions
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Return the correct value in vmw_translate_ptr functions Before the referenced fixes these functions used a lookup function that returned a pointer. This was changed to another lookup function that returned an error code with the pointer becoming an out parameter. The error path when the lookup failed was not changed to reflect this change and the code continued to return the PTR_ERR of the now uninitialized pointer. This could cause the vmw_translate_ptr functions to return success when they actually failed causing further uninitialized and OOB accesses.
References (6)
Scores
CVSS v3
7.8
EPSS
0.0001
EPSS Percentile
3.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Details
CWE
CWE-908
Status
published
Products (22)
linux/Kernel
< 6.1.167linux
linux/Kernel
6.13.0 - 6.19.7linux
linux/Kernel
6.2.0 - 6.12.77linux
linux/Kernel
6.7.0 - 6.18.17linux
Linux/Linux
< 6.2
Linux/Linux
6.1.167 - 6.1.*
Linux/Linux
6.12.77 - 6.12.*
Linux/Linux
6.18.17 - 6.18.*
Linux/Linux
6.19.7 - 6.19.*
Linux/Linux
6.2
... and 12 more
Published
Mar 25, 2026
Tracked Since
Mar 25, 2026