2 matches found
CVE-2026-64546
The CVE records a Linux kernel DRM/EDID issue: drm_parse_tiled_block() can perform an out-of-bounds read by casting a DisplayID block to struct displayid_tiled_block and reading up to tile->topology_id[7] without validating block->num_bytes. The DisplayID iterator only validates the declare...
EUVD-2026-49597
In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix OOB read in drmparsetiledblock drmparsetiledblock casts the DisplayID block to a struct displayidtiledblock and reads the full fixed layout up to tile-topologyid7 without checking block-numbytes. The DisplayID...