CVE-2026-74452
Last modified
CVE-2026-74452 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2718d91816eeed03c09c8abe872e45f59078768c, < 0e57165ca025a67d8dfd17efd2765fdd4925fdab; >= 2718d91816eeed03c09c8abe872e45f59078768c, < 2a761b9be5863e1d26a584f0c2d1e114a684ed9a; >= 2718d91816eeed03c09c8abe872e45f59078768c, < 7f4674d986c15c74327cb6ac6e2e2afecf061e04; >= 2718d91816eeed03c09c8abe872e45f59078768c, < a3caaa06809248b996254be5b47e10804a3494e2 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74452?
How severe is CVE-2026-74452?
How do I fix CVE-2026-74452?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74447In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74448In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74449In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7445A security vulnerability has been detected in ZachHandley ZM…6.3
- CVE-2026-74450In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74451In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74453In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74454In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74455In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74456In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74457In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74458In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74452?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
