Bug 2517008 (CVE-2026-74451) - CVE-2026-74451 kernel: drm/panthor: validate firmware interface structure sizes
Summary: CVE-2026-74451 kernel: drm/panthor: validate firmware interface structure sizes
Keywords:
Status: NEW
Alias: CVE-2026-74451
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 12:44 UTC by OSIDB Bzimport
Modified: 2026-08-21 08:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 12:44:31 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/panthor: validate firmware interface structure sizes

iface_fw_to_cpu_addr() only checks that the firmware-provided MCU virtual
address points inside the shared section. The returned pointer is later
used as a full firmware interface structure, so accepting an address near
the end of the shared section can still lead to out-of-bounds accesses.

Pass the expected object size to iface_fw_to_cpu_addr() and reject ranges
that do not fit entirely in the shared section.

Comment 1 Mauro Matteo Cascella 2026-08-21 08:48:33 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026081530-CVE-2026-74451-b6af@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.