CVE-2026-97431
Received Received - Intake

AMD Display Driver DPMS-On Null Pointer Dereference

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid DPMS-on for phantom stream [Why & How] Calling dc_update_planes_and_stream separately for stream and its phantom stream causes a NULL pointer dereference, since the phantom is destroyed on the first call. Skip the call for phantom streams.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 vulnerability in the Linux kernel involves a NULL pointer dereference caused by calling dc_update_planes_and_stream separately for a stream and its phantom stream. The phantom stream is destroyed during the first call, leading to a crash when the second call attempts to access it.

Detection Guidance

This vulnerability is specific to the Linux kernel's AMD display driver. Detection requires checking kernel logs for NULL pointer dereference errors related to drm/amd/display or phantom stream handling. Use commands like dmesg | grep -i 'drm/amd/display\|phantom stream\|NULL pointer' to search for relevant errors.

Impact Analysis

This vulnerability could cause system crashes or instability in systems running affected Linux kernel versions, particularly those using AMD display drivers. It may lead to display malfunctions or unexpected reboots.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. Monitor kernel updates from your distribution vendor and apply patches promptly. If immediate patching is not possible, consider disabling AMD display features temporarily as a workaround.

Chat Assistant

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

EPSS Chart