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)
Published: 2026-08-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via kernel crash
Action: Immediate Patch
AI Analysis

Impact

In the Linux kernel, DRM code for AMD GPUs incorrectly assumes the presence of is_tg_enabled in some DCE timing generator ops tables. When a display is turned off over HDMI, the code waits for AV mute frames and unconditionally calls is_tg_enabled, dereferencing a NULL pointer on older Southern Islands GPUs. This results in a kernel crash, causing a denial of service.

Affected Systems

The vulnerability affects the Linux kernel AMD DRM driver on systems that run older DCE timing generators without is_tg_enabled support, notably AMD Southern Islands GPUs. It applies to any Linux installation where the kernel has not yet been patched to include the commit that checks for the ops table.

Risk and Exploitability

While the exploit requires the ability to manipulate the HDMI display or trigger a display off event, the resulting crash is local to the affected system and not directly exploitable for code execution. The CVSS score is 5.5, the EPSS score is < 1%, and the KEV status indicates it is not listed, implying no widely documented exploitation. Nonetheless, patching is recommended due to the availability of the fix in newer kernels.

Generated by OpenCVE AI on August 25, 2026 at 14:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit 2686a0c0aaa07bec2e24131835cf27b5fd4935a5 which verifies the presence of tg ops before waiting for frames.
  • Ensure the AMD GPU driver stack is updated to a release that supports is_tg_enabled on newer DCE timing generators.
  • Restart the system or reload the DRM driver module to apply the updated code.

Generated by OpenCVE AI on August 25, 2026 at 14:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 22 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
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)
Title drm/amd/display: Check for tg ops in dce110_set_avmute
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-22T15:33:20.934Z

Reserved: 2026-08-15T05:44:03.930Z

Link: CVE-2026-74732

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:48.360

Modified: 2026-08-22T16:16:48.360

Link: CVE-2026-74732

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74732 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T14:15:05Z

Weaknesses