CVE-2026-53329
ANALYSIS PENDINGdrm/amd/display: Use krealloc_array() in dal_vector_reserve()
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Use krealloc_array() in dal_vector_reserve() [Why & How] dal_vector_reserve() computes the allocation size as "capacity * vector->struct_size" using uint32_t arithmetic, which can silently wrap to a small value on overflow. This would cause krealloc to return a smaller buffer than expected, leading to heap overflows on subsequent vector appends. Replace krealloc() with krealloc_array() which performs an internal overflow check and returns NULL on wrap, preventing the issue. (cherry picked from commit 37668568641ccc4cc1dbca4923d0a16609dd5707)
References (8)
Core 8
Core References
Scores
EPSS
0.0019
EPSS Percentile
9.3%
Details
Status
published
Products (25)
linux/Kernel
4.15.0 - 5.10.260linux
linux/Kernel
5.11.0 - 5.15.210linux
linux/Kernel
5.16.0 - 6.1.176linux
linux/Kernel
6.13.0 - 6.18.36linux
linux/Kernel
6.19.0 - 7.0.13linux
linux/Kernel
6.2.0 - 6.6.143linux
linux/Kernel
6.7.0 - 6.12.94linux
Linux/Linux
< 4.15
Linux/Linux
2004f45ef83f07f43f5da6ede780b08068c7583d - 201151e120f0062bcda21cad5d007b82725ad23b
Linux/Linux
2004f45ef83f07f43f5da6ede780b08068c7583d - 31180638a33acad12c863132704a76536fb66211
... and 15 more
Published
Jul 01, 2026
Tracked Since
Jul 01, 2026