CVE-2023-53780
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability relates to the Linux kernel's drm/amd/display component, specifically fixing an issue with FCLK p-state change underflow. The impact involves correcting the calculation of the FCLK p-state change watermark to prevent underflow when UCLK p-state is not supported. This could affect system stability or performance related to AMD display power state changes.
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's AMD display driver where the FCLK p-state change watermark was incorrectly calculated based on a dummy p-state latency when the UCLK p-state was not supported. The fix involves calculating the FCLK p-state change watermark based on the actual FCLK p-state change latency in cases where UCLK p-state is unsupported.