CVE-2025-68196
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/amd/display component involves the last LT automation update causing a crash. The issue arises because the code references current_state and calls dc_update_planes_and_stream, which may overwrite or clobber current_state. The fix involves caching relevant stream pointers and iterating through them instead of relying directly on current_state.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash when performing LT automation in the AMD display driver. This could lead to system instability or downtime on affected systems using this component.