In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check link_index before accessing dc->links[]
[WHY & HOW]
dc->links[] has max size of MAX_LINKS and NULL is return when trying to
access with out-of-bound index.
This fixes 3 OVERRUN and 1 RESOURCE_LEAK issues reported by Coverity.
References
Configurations
History
04 Oct 2024, 17:38
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/8aa2864044b9d13e95fe224f32e808afbf79ecdf - Patch | |
References | () https://git.kernel.org/stable/c/ac04759b4a002969cf0f1384f1b8bb2001cfa782 - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-129 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
30 Sep 2024, 12:45
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
27 Sep 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-27 13:15
Updated : 2024-10-04 17:38
NVD link : CVE-2024-46813
Mitre link : CVE-2024-46813
CVE.ORG link : CVE-2024-46813
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index