CVE-2026-53329 is a Linux kernel vulnerability in the drm/amd/display subsystem. The flaw is in dal_vector_reserve(), which calculates a reallocation size as capacity multiplied by vector->struct_size using 32-bit unsigned arithmetic. If that multiplication overflows, the computed size can wrap to a smaller value without detection. The code then passes the truncated size to krealloc(), which may return a buffer smaller than the caller expects. Subsequent vector append operations can then write past the end of the allocated heap buffer, resulting in a heap overflow. The issue was fixed by replacing krealloc() with krealloc_array(), which performs checked array-size multiplication and fails safely on overflow.
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.
14 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 memory handling flaw in dal_vector_reserve().
A Linux kernel vulnerability in drm/amd/display related to memory allocation handling in dal_vector_reserve().
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.