CVE-2025-68184
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 |
|---|---|---|
| mesa | mesa | 25.2.1 |
| mesa | mesa | 25.0 |
| mediatek | drm_driver | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the AFBC (Arm Frame Buffer Compression) support added to the Mediatek DRM driver in the Linux kernel. The AFBC support, introduced in a specific commit, is broken on the Mediatek MT8188 platform, causing constant vblank timeouts and garbled rendering. This means the graphics display can fail or behave incorrectly due to this broken feature. The issue is currently mitigated by disabling AFBC support on this platform until a proper fix is available upstream.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily on the graphical display functionality of devices using the Mediatek MT8188 platform with the affected Linux kernel and Mesa versions. Users may experience constant vblank timeouts and garbled rendering, which can lead to display instability or failure. This can affect the usability and reliability of the device's graphical interface.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by observing kernel trace logs for vblank timeout errors and garbled rendering on Mediatek MT8188 platforms. Specifically, look for messages like '[CRTC:62:crtc-0] vblank wait timed out' and warnings related to drm_atomic_helper_wait_for_vblanks in the kernel logs. You can check the kernel logs using commands such as 'dmesg | grep drm' or 'journalctl -k | grep drm' to identify these errors.
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation is to disable AFBC support on the Mediatek DRM driver for the affected platform (Mediatek MT8188 / Genio 700 EVK) until an upstream fix is available. This prevents the broken AFBC functionality from causing vblank timeouts and rendering issues.