CVE Catalog

CVE-2026-74732

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, in the DRM/AMD Display subsystem, the function dce110_set_avmute called is_tg_enabled without checking if it is implemented in the ops table for older DCE timing generators. This caused a NULL pointer dereference on Southern Islands GPUs when turning the display off over HDMI.

Risk Assessment

Risk of system crash (kernel panic) when turning off the display on older AMD graphics cards.

Recommendation

Install a kernel patch that adds a check for the existence of tg and required ops before waiting for AV mute frames.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110_set_avmute Some older DCE timing generators do not implement is_tg_enabled in their ops table. Calling it unconditionally when waiting for AV mute frames causes a NULL pointer dereference on Southern Islands dGPUs when turning the display off over HDMI. Check that tg and the required ops exist before waiting for frames. (cherry picked from commit 2686a0c0aaa07bec2e24131835cf27b5fd4935a5)

Vulnerability data from NVD (NIST) · CISA KEV · EPSS