First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase array size of dummy_boolean [WHY] dml2_core_shared_mode_support and dml_core_mode_support access the third element of dummy_boolean, i.e. hw_debug5 = &s->dummy_boolean[2], when dummy_boolean has size of 2. Any assignment to hw_debug5 causes an OVERRUN. [HOW] Increase dummy_boolean's array size to 3. This fixes 2 OVERRUN issues reported by Coverity.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.11.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-49971 has been classified as medium due to the potential impacts on system stability.
To fix CVE-2024-49971, update your Linux kernel to version 6.11.3 or later.
CVE-2024-49971 affects versions of the Linux kernel prior to 6.11.3.
CVE-2024-49971 involves a flaw in the drm/amd/display component related to array handling.
CVE-2024-49971 was publicly disclosed and has been patched in the latest kernel updates.