CVE-2026-89817: drm/gud: NUL-terminate TV mode names read from the device

Published Sep 16, 2026
·
Updated

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

drm/gud: NUL-terminate TV mode names read from the device

gudconnectoraddtvmode() reads a buffer of fixed-size mode names from the USB device and passes pointers into it to drmmodecreatetvpropertieslegacy(), which calls strlen() on each one. Nothing guarantees the device NUL-terminates a name, so strlen() can run past the end of a slot and, for the last mode, past the end of the allocation.

Terminate each name at the end of its slot before use.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:30 AM
Data Sourced
via MITRE·10:30 AM
Description

Frequently Asked Questions

1

What would an attacker need to exploit this issue?

An attacker would need to control or emulate a USB GUD display device that supplies TV mode names without NUL terminators. The vulnerable path is reached when the kernel reads those mode names and creates legacy TV mode properties.

2

What is the impact of malformed mode names?

The kernel can read beyond the fixed-size mode-name slot when strlen() processes an unterminated name. For the final mode entry, the read can extend beyond the allocated buffer.

3

How can I determine whether a system may be exposed?

Systems using the Linux kernel DRM GUD driver with USB GUD display devices are relevant. Inspect the kernel version or source for the cited stable fixes, which add termination of every mode name at the end of its fixed-size slot before it is used.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203