CVE-2026-93234
Last modified
CVE-2026-93234 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate TV mode names before creating enum property The GUD protocol returns TV mode names as fixed-size GUD_CONNECTOR_TV_MODE_NAME_LEN entries and requires each name to be NUL-terminated. gud_connector_add_tv_mode() currently passes each fixed-size entry directly to drm_mode_create_tv_properties_legacy(), which eventually reaches drm_property_add_enum() and strlen(). If a device returns an entry without a terminating NUL byte, strlen() reads past the end of the slot and can run beyond the allocated buffer, triggering an out-of-bounds read. Validate that each returned TV mode name contains a NUL terminator within its fixed-size slot before passing it to the DRM property code. If a malformed entry is found, reject the device response with -EIO. This fixes the out-of-bounds read without changing the handling of valid devices, and avoids silently truncating malformed protocol data..
Description
In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate TV mode names before creating enum property The GUD protocol returns TV mode names as fixed-size GUD_CONNECTOR_TV_MODE_NAME_LEN entries and requires each name to be NUL-terminated. gud_connector_add_tv_mode() currently passes each fixed-size entry directly to drm_mode_create_tv_properties_legacy(), which eventually reaches drm_property_add_enum() and strlen(). If a device returns an entry without a terminating NUL byte, strlen() reads past the end of the slot and can run beyond the allocated buffer, triggering an out-of-bounds read. Validate that each returned TV mode name contains a NUL terminator within its fixed-size slot before passing it to the DRM property code. If a malformed entry is found, reject the device response with -EIO. This fixes the out-of-bounds read without changing the handling of valid devices, and avoids silently truncating malformed protocol data.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 676f1fb3632bbc9ce83be7938e93fe6bfc9510fd; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 06fcaf21c18ac88f57fee3803554f48c6026b95f; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 082e378886547b5b1c4075ed307f7c68547868dc; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 70cffc31a380b3eae45027101647aa94c242aa0e; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 72a95df6bbc7d20c7af1e39d86b3e910cccd01ad; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < eab46d9629807db1b5647d17227e16110a18227f; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < da1ea35fea67ad841f4ada28dd61b41be65e5437 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93234?
How severe is CVE-2026-93234?
How do I fix CVE-2026-93234?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93229In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9323The urwid web display backend (urwid/display/web.py) generat…8.1
- CVE-2026-93230In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93231In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93235In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93236In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93238In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93239In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9324Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2026-93234?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
