CVE Catalog

CVE-2026-98148

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/gud driver does not validate that the GUD_ROTATION_0 flag is present in the device's supported rotation bitmask. A device that omits this bit from GUD_PROPERTY_ROTATION triggers the WARN_ON in drm_plane_create_rotation_property().

Risk Assessment

A malfunctioning or malicious USB device can trigger a kernel warning and, with panic_on_warn enabled, cause a kernel panic and denial of service.

Recommendation

Update the Linux kernel to a version with the fix that skips creating the rotation property if the device does not report the GUD_ROTATION_0 bit.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate GUD_ROTATION_0 is present in supported rotations The rotation argument to drm_plane_create_rotation_property() is set to DRM_MODE_ROTATE_0, and the device reported rotation bitmask is used as the supported_rotations argument. The driver never validates that GUD_ROTATION_0 is present, so a device that omits it from its GUD_PROPERTY_ROTATION triggers the WARN_ON(rotation & ~supported_rotations) in drm_plane_create_rotation_property() Fix this by skipping the creation of rotation property if the device doesn't have the GUD_ROTATION_0 bit

Vulnerability data from NVD (NIST) · CISA KEV · EPSS