Impact
The Linux kernel implements a change to use DRM's vblank timer to replace the custom vkms timer. This modification addresses an issue related to timer implementation for virtual KMS outputs and removes the legacy hrtimer from struct vkms_output. The primary impact of the former implementation could have been kernel stability problems and possible denial of service caused by a mis‑timed or corrupted vblank event, but the patch eliminates that risk. No explicit evidence indicates that the change resolves a security vulnerability; it is a functional fix that improves timer reliability.
Affected Systems
The affected component is the Linux kernel’s vkms DRM subsystem that manages virtual graphics outputs. All kernel versions that included the vkms module before this change may have contained the legacy timer implementation. No specific release or version range is provided, so system administrators should assume earlier kernel releases could be impacted.
Risk and Exploitability
The CVSS score is 5.5, EPSS data is not available, and the CISA KEV listing is not included. The description frames the change as a correction rather than an exposed flaw. Consequently, the documented risk appears low and no known exploit is published.
OpenCVE Enrichment