PT-2026-64668 · Linux+1 · Linux Kernel+1
CVE-2026-64447
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the ipu7 media staging component where double-free and use-after-free conditions occur during error handling. In the functions
ipu7 isys init() and ipu7 psys init(), the pdata variable is allocated and stored in adev->pdata. A double-free occurs in two scenarios: when ipu7 mmu init() fails or when ipu7 bus add device() fails, as both paths trigger ipu7 bus release() to free pdata before a subsequent redundant call to kfree(pdata) is made. Additionally, a use-after-free occurs because the error code is not saved before calling put device(), leading ERR CAST() to dereference the already-freed adev pointer.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Double Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu