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
10 Apr 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-09-27 13:15
Updated : 2025-04-10 13:15
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