First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check link_res->hpo_dp_link_enc before using it [WHAT & HOW] Functions dp_enable_link_phy and dp_disable_link_phy can pass link_res without initializing hpo_dp_link_enc and it is necessary to check for null before dereferencing. This fixes 2 FORWARD_NULL issues reported by Coverity.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.6.55 | |
Linux Kernel | >=6.7<6.10.14 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | <=5.10.223-1<=5.10.226-1<=6.1.123-1<=6.1.128-1 | 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47704 has a moderate severity rating, indicating potential risks in the Linux kernel's functionality.
To fix CVE-2024-47704, update the Linux kernel to version 6.12.12-1 or later, along with specific Debian packages as detailed in release notes.
CVE-2024-47704 affects Linux kernel versions from 6.7 to 6.10.14 and 6.11 to 6.11.2.
CVE-2024-47704 involves the drm/amd/display component, specifically related to the dp_enable_link_phy and dp_disable_link_phy functions.
Exploiting CVE-2024-47704 can lead to improper initialization of hardware resources, potentially impacting the stability of display outputs.