CVE-2023-53077

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53077
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53077.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53077
Downstream
Related
Published
2025-05-02T16:15:26Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

[WHY] When PTEBufferSizeInRequests is zero, UBSAN reports the following warning because dml_log2 returns an unexpected negative value:

shift exponent 4294966273 is too large for 32-bit type 'int'

[HOW]

In the case PTEBufferSizeInRequests is zero, skip the dml_log2() and assign the result directly.

References

Affected packages