Security Advisory

CVE-2025-38205

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-07-04 13:37:25
Last updated 2026-05-11 21:23:17
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 [Why] If the dummy values in `populate_dummy_dml_surface_cfg()` arent updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes() [How] Initialize dummy value to a value to avoid divide by zero.