CVE-2025-21956
MediumIn the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign normalized_pix_clk when color depth = 14 [WHY & HOW] A warning message "WARNING: CPU: 4 PID: 459 at ... /dc_resource.c:3397 calculate_phy_pix_clks+0xef/0x100 [amdgpu]" occurs because the display_color_depth == COLOR_DEPTH_141414 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 get_norm_pix_clk. (cherry picked from commit 274a87eb389f58eddcbc5659ab0b180b37e92775)
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
4.15
and later are affected. Fixed in
5.4.292,
5.10.236,
5.15.180,
6.1.132,
6.6.84,
6.12.20,
6.13.8,
6.14
and their respective stable series.
References
The following references provide additional information about CVE-2025-21956 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/0174a2e5770efee9dbd4b58963ed4d939298ff5e
-
PatchKernel patch commithttps://git.kernel.org/stable/c/04f90b505ad3a6eed474bbaa03167095fef5203a
-
PatchKernel patch commithttps://git.kernel.org/stable/c/0c0016712e5dc23ce4a7e673cbebc24a535d8c8a
Frequently asked questions
-
What is CVE-2025-21956?
CVE-2025-21956 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 4.15 onward and has been patched in 5.4.292, 5.10.236, 5.15.180 and others. CVE-2025-21956 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-21956?
CVE-2025-21956 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-21956?
Yes — CVE-2025-21956 has been patched. Fixed versions include 5.4.292, 5.10.236, 5.15.180 and others. If you are running Linux kernel 4.15 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-21956 actively exploited?
No — CVE-2025-21956 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.