CVE-2026-72313

Summary

In the Linux kernel, the following vulnerability has been resolved:

drm/fb-helper: Only consider active CRTCs for vblank sync

Only synchronize fbdev output to the vblank of an active CRTC. Go over the list of CRTCs and pick the first that matches. Fixes warnings as the one shown below

[ 77.201354] WARNING: drivers/gpu/drm/drm_vblank.c:1320 at drm_crtc_wait_one_vblank+0x194/0x1cc [drm], CPU#1: kworker/1:7/1867 [ 77.201354] omapdrm omapdrm.0: [drm] vblank wait timed out on crtc 0

This currently happens if the fbdev output is not on CRTC 0.

Atomic and non-atomic drivers require distinct code paths. As for other fbdev operations, implement both and select the correct one at runtime.

Not finding an active CRTC is not a bug. Do not wait in this case, but flush the display update as before.

v4:

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxd8c4bddcd8bcb41885d3db2ba18c840c411564c2 < 7d84acf641afb68aa8efe40815ef43779ddb12fdaffected
LinuxLinuxd8c4bddcd8bcb41885d3db2ba18c840c411564c2 < 06c2b8d7ea2bcb014dd974fc3bc6d128d65d7477affected
LinuxLinux6.19affected
LinuxLinux0 < 6.19unaffected
LinuxLinux7.1.5 <= 7.1.*unaffected
LinuxLinux7.2 <= *unaffected

Weaknesses

References