CVE-2026-64219 is a memory-safety vulnerability in the Linux kernel AMD display driver, specifically in drm/amd/display function dc_process_dmub_aux_transfer_async(). The function copies payload->length bytes into a fixed 16-byte stack buffer using memcpy, while relying only on an ASSERT() to enforce the size constraint. Because the ASSERT() is ineffective in release builds, an oversized payload can cause a stack-based buffer overflow. The same code path also uses link_index to dereference dc->links[] without validating that the index is within dc->link_count, creating an additional out-of-bounds access condition. The fix replaces the assertion with a hard runtime length check that rejects payloads larger than the destination buffer and adds bounds validation for link_index before dereferencing the links array.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
10 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A specific vulnerability affecting Red Hat Enterprise Linux 10.2 kernel-related packages; the content does not provide technical details beyond listing it in the advisory.
A specific vulnerability affecting Red Hat Enterprise Linux 9 kernel-related packages, referenced in RHSA-2026:57252.
Linux kernel drm/amd/display validation flaw in dc_process_dmub_aux_transfer_async payload length and link_index handling.
A Linux kernel vulnerability in drm/amd/display involving validation of payload length and link_index in dc_process_dmub_aux_transfer_async.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.