Vulnerability in Linux
CVE-2026-23317
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.
EPSS: 0.001 (2.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 6.1.7, 6.1.167, a309c7194e8a2f8bd4539b9449917913f6c2cd50
- Linux Linux_kernel — versions 6.2, 7.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-23317?
- CVE-2026-23317 is a high-severity vulnerability in Linux, classified under Use of Uninitialized Resource. CVSS score: 7.8/10. Published 2026-03-25.
- How severe is CVE-2026-23317?
- High severity. CVSS v3 base score is 7.8 out of 10.