In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX
[Why & How]
It actually exposes '6' types in enum dmub_notification_type. Not 5. Using smaller
number to create array dmub_callback & dmub_thread_offload has potential to access
item out of array bound. Fix it.
References
Configurations
Configuration 1 (hide)
|
History
23 Oct 2024, 16:10
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CWE | CWE-129 | |
References | () https://git.kernel.org/stable/c/800a5ab673c4a61ca220cce177386723d91bdb37 - Patch | |
References | () https://git.kernel.org/stable/c/9f404b0bc2df3880758fb3c3bc7496f596f347d7 - Patch | |
References | () https://git.kernel.org/stable/c/ad28d7c3d989fc5689581664653879d664da76f0 - Patch | |
References | () https://git.kernel.org/stable/c/c592b6355b9b57b8e59fc5978ce1e14f64488a98 - Patch |
10 Oct 2024, 12:51
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
09 Oct 2024, 14:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-09 14:15
Updated : 2024-10-23 16:10
NVD link : CVE-2024-46871
Mitre link : CVE-2024-46871
CVE.ORG link : CVE-2024-46871
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index