In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Ensure array index tg_inst won't be -1
[WHY & HOW]
tg_inst will be a negative if timing_generator_count equals 0, which
should be checked before used.
This fixes 2 OVERRUN issues reported by Coverity.
References
Configurations
History
30 Sep 2024, 12:49
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/687fe329f18ab0ab0496b20ed2cb003d4879d931 - Patch | |
References | () https://git.kernel.org/stable/c/a64284b9e1999ad5580debced4bc6d6adb28aad4 - Patch | |
CWE | CWE-191 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
20 Sep 2024, 12:30
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
18 Sep 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-18 07:15
Updated : 2024-09-30 12:49
NVD link : CVE-2024-46730
Mitre link : CVE-2024-46730
CVE.ORG link : CVE-2024-46730
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-191
Integer Underflow (Wrap or Wraparound)