SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-74732

UNKNOWN · CVSS N/A EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects older DCE timing generators, where the absence of the is_tg_enabled function in their operations table can lead to a NULL pointer dereference when turning off the display over HDMI. This issue primarily impacts systems utilizing Southern Islands dGPUs, potentially causing system crashes or instability. Organizations using affected Linux distributions with these older graphics components should prioritize patching to mitigate the risk of system failures.

CVE
CVE-2026-74732
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

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)