CVE-2025-21956

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

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

drm/amd/display: Assign normalizedpixclk when color depth = 14

[WHY & HOW] A warning message "WARNING: CPU: 4 PID: 459 at ... /dcresource.c:3397 calculatephypixclks+0xef/0x100 [amdgpu]" occurs because the displaycolordepth == COLORDEPTH141414 is not handled. This is observed in Radeon RX 6600 XT.

It is fixed by assigning pix_clk * (14 * 3) / 24 - same as the rests.

Also fixes the indentation in getnormpix_clk.

(cherry picked from commit 274a87eb389f58eddcbc5659ab0b180b37e92775)

References

Affected packages