CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-74452

highCVSS 7.8covered by 2 sourcesfirst seen 2026-08-15
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: reject firmware sections with oversized data In panthor_fw_load_section_entry(), the data size to copy is calculated without validating it against the allocated section_size: section->data.size = hdr.data.end - hdr.data.start; If a crafted firmware sets data.size larger than the allocated memory, this could cause a heap buffer overflow in panthor_fw_init_section_mem() memcpy(section->mem->kmap, section->data.buf, section->data.size); Additionally, if the section->data.size exceeds the BO size, could this memset underflow the size calculation, leading to a massive out-of-bounds zeroing of kernel memory? memset(section->mem->kmap + section->data.size, 0, panthor_kernel_bo_size(section->mem) - section->data.size); Reject section entries whose initial data is larger than the section size.

CSIRTS triage

What
Multiple vulnerabilities in the Linux kernel that may result in privilege escalation, denial of service, or information disclosure.
Who is affected
Debian systems running vulnerable Linux kernel versions.
Urgency
Multiple kernel vulnerabilities enabling privilege escalation and information leaks require urgent patching to protect system and data security.
Action
Apply the Debian security update DSA-6466-1 to the Linux kernel immediately.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-74452

Get an email if CVE-2026-74452 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-74452

CVE.org record

Embed the live status

CVE-2026-74452 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-74452 status](https://www.csirts.com/badge/CVE-2026-74452)](https://www.csirts.com/cve/CVE-2026-74452)