Description
In the Linux kernel, the following vulnerability has been resolved:

media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipe

Both mxc_isi_crossbar_init() and mxc_isi_pipe_init() call
v4l2_subdev_init_finalize() which allocates the subdev active state,
but neither mxc_isi_crossbar_cleanup() nor mxc_isi_pipe_cleanup()
calls v4l2_subdev_cleanup() to free it.

This causes a memory leak on every rmmod, reported by kmemleak:

unreferenced object 0xffff0000d06fc800 (size 192):
comm "(udev-worker)", pid 254, jiffies 4294913455
backtrace (crc 36eeae58):
kmemleak_alloc+0x34/0x40
__kvmalloc_node_noprof+0x5f8/0x7d8
__v4l2_subdev_state_alloc+0x1fc/0x30c
__v4l2_subdev_init_finalize+0x178/0x368

Add the missing v4l2_subdev_cleanup() calls before media_entity_cleanup()
in both crossbar and pipe cleanup paths.
Published: 2026-08-10
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel media driver for NXP iMX8-ISi contains a flaw where the crossbar and pipe cleanup routines omit calls to v4l2_subdev_cleanup(), leaving the subdevice state allocated. This missing resource release causes a kernel memory leak every time the module is removed, as reported by kmemleak. The resulting unreferenced objects can accumulate, potentially exhausting kernel memory and leading to system instability.

Affected Systems

All Linux kernel releases that include the media nxp imx8-isi driver before the patch adding v4l2_subdev_cleanup() in both crossbar and pipe cleanup paths are affected. Specific kernel version ranges are not provided in the available data.

Risk and Exploitability

The EPSS score of < 1% indicates a very low chance of current exploitation, and the flaw is not listed in the KEV catalog. The likely attack vector involves unloading the imx8-isi kernel module, a task that requires root or CAP_SYS_MODULE privileges; no remote or elevation vectors are described, so the vulnerability is considered locally exploitable. While it does not enable code execution or privilege escalation, repeated memory leaks could consume kernel memory, degrading reliability or causing crashes. The overall risk is deemed moderate for environments that routinely unload the driver, and low for systems where the driver remains loaded.

Generated by OpenCVE AI on August 13, 2026 at 08:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix adding v4l2_subdev_cleanup() for the imx8-isi media driver
  • If a kernel update is not immediately possible, prevent the imx8-isi module from being unloaded, for example by locking the module or disabling automatic removal
  • Rebuild the kernel without the imx8-isi media driver if the functionality is not required in the environment

Generated by OpenCVE AI on August 13, 2026 at 08:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Thu, 13 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 12 Aug 2026 00:15:00 +0000


Mon, 10 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipe Both mxc_isi_crossbar_init() and mxc_isi_pipe_init() call v4l2_subdev_init_finalize() which allocates the subdev active state, but neither mxc_isi_crossbar_cleanup() nor mxc_isi_pipe_cleanup() calls v4l2_subdev_cleanup() to free it. This causes a memory leak on every rmmod, reported by kmemleak: unreferenced object 0xffff0000d06fc800 (size 192): comm "(udev-worker)", pid 254, jiffies 4294913455 backtrace (crc 36eeae58): kmemleak_alloc+0x34/0x40 __kvmalloc_node_noprof+0x5f8/0x7d8 __v4l2_subdev_state_alloc+0x1fc/0x30c __v4l2_subdev_init_finalize+0x178/0x368 Add the missing v4l2_subdev_cleanup() calls before media_entity_cleanup() in both crossbar and pipe cleanup paths.
Title media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipe
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:01:06.897Z

Reserved: 2026-07-30T09:28:09.375Z

Link: CVE-2026-68220

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:10.020

Modified: 2026-08-17T05:18:24.213

Link: CVE-2026-68220

cve-icon Redhat

Severity :

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68220 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:00:11Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime