CVE Catalog

CVE-2025-38098

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

In the AMD graphics driver in the Linux kernel, the function create_validate_stream_for_sink incorrectly treats a writeback connector (wb_connector) as a physical amdgpu_dm_connector. Attempting operations on wb_connector as amdgpu_dm_connector can lead to undefined behavior.

Risk Assessment

The vulnerability could lead to unpredictable driver behavior, potentially causing system crashes or other display-related issues.

Recommendation

Apply the Linux kernel patch that prevents operating on wb_connector as amdgpu_dm_connector.

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: Don't treat wb connector as physical in create_validate_stream_for_sink Don't try to operate on a drm_wb_connector as an amdgpu_dm_connector. While dereferencing aconnector->base will "work" it's wrong and might lead to unknown bad things. Just... don't.

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