NONE · 0

CVE-2026-89817

In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gud_connector_add_tv_mode() reads a buffer of fixed-size mode names from...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gud_connector_add_tv_mode() reads a buffer of fixed-size mode names from the USB device and passes pointers into it to drm_mode_create_tv_properties_legacy(), 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.

References

FAQ

What is CVE-2026-89817?

CVE-2026-89817 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gud_connector_add_tv_mode() reads a buffer of fixed-size mode names from...

How severe is CVE-2026-89817?

CVSS scoring is not yet available for CVE-2026-89817. Check NVD for updates.

Is there a patch for CVE-2026-89817?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.