In the Linux kernel, the following vulnerability has been resolved:
drm/buddy: Fix alloc_range() error handling code
Few users have observed display corruption when they boot
the machine to KDE Plasma or playing games. We have root
caused the problem that whenever alloc_range() couldn't
find the required memory blocks the function was returning
SUCCESS in some of the corner cases.
The right approach would be if the total allocated size
is less than the required size, the function should
return -ENOSPC.
References
Configurations
History
21 Nov 2024, 09:03
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/4b59c3fada06e5e8010ef7700689c71986e667a2 - Patch | |
References | () https://git.kernel.org/stable/c/8746c6c9dfa31d269c65dd52ab42fde0720b7d91 - Patch |
29 Apr 2024, 19:17
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-755 | |
Summary |
|
|
References | () https://git.kernel.org/stable/c/4b59c3fada06e5e8010ef7700689c71986e667a2 - Patch | |
References | () https://git.kernel.org/stable/c/8746c6c9dfa31d269c65dd52ab42fde0720b7d91 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 3.3 |
17 Apr 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-17 16:15
Updated : 2024-11-21 09:03
NVD link : CVE-2024-26911
Mitre link : CVE-2024-26911
CVE.ORG link : CVE-2024-26911
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-755
Improper Handling of Exceptional Conditions