CVE-2025-38205
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
04/07/2025
Last modified:
08/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1<br />
<br />
[Why]<br />
If the dummy values in `populate_dummy_dml_surface_cfg()` aren&#39;t updated<br />
then they can lead to a divide by zero in downstream callers like<br />
CalculateVMAndRowBytes()<br />
<br />
[How]<br />
Initialize dummy value to a value to avoid divide by zero.