Back to overview

CVE-2026-64546

Description
In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix OOB read in drm_parse_tiled_block() drm_parse_tiled_block() casts the DisplayID block to a struct displayid_tiled_block and reads the full fixed layout up to tile->topology_id[7] without checking block->num_bytes. The DisplayID iterator only validates the declared payload length, so a crafted EDID can advertise a tiled-display block (tag DATA_BLOCK_TILED_DISPLAY, or DATA_BLOCK_2_TILED_DISPLAY_TOPOLOGY for v2.0) with a small num_bytes at the end of a DisplayID extension. The read then runs past the end of the exact-sized kmemdup()'d EDID allocation, a heap out-of-bounds read. Reject blocks shorter than the spec's 22-byte tiled payload before reading the fixed struct, as drm_parse_vesa_mso_data() already does. BUG: KASAN: slab-out-of-bounds in drm_edid_connector_update Read of size 2 at addr ffff888010077700 by task exploit/147 dump_stack_lvl (lib/dump_stack.c:94 ...) print_report (mm/kasan/report.c:378 ...) kasan_report (mm/kasan/report.c:595) drm_edid_connector_update (drivers/gpu/drm/drm_edid.c:7581) bochs_connector_helper_get_modes (drivers/gpu/drm/tiny/bochs.c:574) drm_helper_probe_single_connector_modes (drivers/gpu/drm/drm_probe_helper.c:426) status_store (drivers/gpu/drm/drm_sysfs.c:219) ... vfs_write (fs/read_write.c:595 fs/read_write.c:688) ksys_write (fs/read_write.c:740)

Metadata

CVE ID
CVE-2026-64546
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-27 20:10 UTC
Last updated
2026-07-27 20:10 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 40d9b043a89e2301e1f97ade055a73ecc28e9afe < c4ab04ca1bbf87eefa9fec5c80e1880450d2e7c0, 40d9b043a89e2301e1f97ade055a73ecc28e9afe < 9acd5c1ddc17ca4c5ffa0c373e3fdf480506e061, 40d9b043a89e2301e1f97ade055a73ecc28e9afe < 157727131ce8a52d8d9bc676c372ef82db6436c4, 40d9b043a89e2301e1f97ade055a73ecc28e9afe < bfa05d89dc3ca3fb1a9099ef5185549a5ec8490d …
Linux Linux 3.19, 0 < 3.19, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview