1 matches found
CVE-2026-64219
The CVE-2026-64219 issue affects the Linux kernel’s DRM/AMD display path. In dc_process_dmub_aux_transfer_async, payload->length bytes are copied into a 16-byte stack buffer (dpaux.data[16]) guarded only by an ASSERT(), which is a no-op in release builds. If length > 16, this can cause a st...