CVE-2026-74732
Received Received - Intake

AMD Display Driver Null Pointer Dereference

Vulnerability report for CVE-2026-74732, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: kernel.org

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)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability in the AMD display driver. It involves a NULL pointer dereference in the drm/amd/display module when handling display power states over HDMI. The issue occurs because some older DCE timing generators lack the is_tg_enabled operation in their function table, leading to crashes when the display is turned off.

Detection Guidance

This vulnerability affects the Linux kernel's AMD display driver (drm/amd/display) and is related to a NULL pointer dereference in Southern Islands dGPUs. Detection requires checking kernel logs for NULL pointer dereference errors in the AMD display driver module. Use commands like 'dmesg | grep -i amdgpu' or 'journalctl -k | grep -i amdgpu' to inspect kernel logs for errors.

Impact Analysis

If you use a Southern Islands dGPU with an HDMI display, this vulnerability could cause system crashes or instability when turning off the display. It may lead to unexpected reboots or freezes, disrupting your workflow.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that includes the fix for this vulnerability. Check your distribution's package manager for kernel updates (e.g., 'apt upgrade linux-image' for Debian/Ubuntu or 'yum update kernel' for RHEL/CentOS). If no patch is available, consider disabling the affected AMD display driver module temporarily.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74732. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart