Bug 2376366 (CVE-2025-38205) - CVE-2025-38205 kernel: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1
Summary: CVE-2025-38205 kernel: drm/amd/display: Avoid divide by zero by initializing ...
Keywords:
Status: NEW
Alias: CVE-2025-38205
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-04 14:01 UTC by OSIDB Bzimport
Modified: 2025-07-06 08:52 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-04 14:01:47 UTC
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()` aren't 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.


Note You need to log in before you can comment on or make changes to this bug.