First published: Wed Sep 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute [Why] When unplug one of monitors connected after mst hub, encounter null pointer dereference. It's due to dc_sink get released immediately in early_unregister() or detect_ctx(). When commit new state which directly referring to info stored in dc_sink will cause null pointer dereference. [how] Remove redundant checking condition. Relevant condition should already be covered by checking if dsc_aux is null or not. Also reset dsc_aux to NULL when the connector is disconnected.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.10.5 | |
debian/linux | <=5.10.223-1<=5.10.234-1<=6.1.129-1<=6.1.133-1 | 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-44955 has been classified with a severity that necessitates prompt attention due to its potential impact on system stability.
To fix CVE-2024-44955, upgrade the Linux kernel to version 6.10.5 or later, where this vulnerability has been resolved.
CVE-2024-44955 affects the Linux kernel prior to version 6.10.5, specifically regarding display handling when monitors are unplugged.
CVE-2024-44955 could potentially enable a null pointer dereference when a monitor is unplugged, leading to a system crash.
As of now, there are no confirmed reports indicating that CVE-2024-44955 has been actively exploited in the wild.