CVE-2023-53780
Description
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: fix FCLK pstate change underflow
[Why] Currently we set FCLK p-state change watermark calculated based on dummy p-state latency when UCLK p-state is not supported
[How] Calculate FCLK p-state change watermark based on on FCLK pstate change latency in case UCLK p-state is not supported
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
In the Linux kernel's AMD display driver, an underflow occurs when FCLK p-state change watermark is incorrectly calculated using dummy latency when UCLK p-state is not supported.
Vulnerability
The vulnerability is in the AMD display driver (drm/amd/display) of the Linux kernel. When UCLK p-state is not supported, the driver incorrectly sets the FCLK p-state change watermark based on a dummy p-state latency instead of the actual FCLK p-state change latency. This miscalculation can lead to an underflow condition.
Exploitation
The issue is triggered during display mode transitions that require FCLK p-state changes. An attacker with local access could potentially exploit this by inducing specific display configurations or workloads that cause the underflow, though the primary impact is system instability rather than direct code execution.
Impact
The underflow can cause display corruption, system hangs, or denial of service. Since it affects the display subsystem, it may lead to visual artifacts or complete loss of display output, impacting system usability.
Mitigation
The fix was committed to the Linux kernel stable tree [1]. Users should apply the latest kernel updates from their distribution to address this issue. No workaround is available other than patching.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
34bdfa48d74646853d56dba56972243f973ebVulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
3News mentions
0No linked articles in our index yet.