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

media: cx231xx: fix devres lifetime

USB drivers bind to USB interfaces and any device managed resources
should have their lifetime tied to the interface rather than parent USB
device. This avoids issues like memory leaks when drivers are unbound
without their devices being physically disconnected (e.g. on probe
deferral or configuration changes).

Fix the driver state lifetime so that it is released on driver unbind.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s cx231xx media driver was holding device‑managed resources on the USB device itself, rather than on the USB interface; as a result, when the driver was unbound—such as during probe deferral or configuration changes—those resources were never released. The vendor’s commit fixes this lifetime mismanagement so that all devres are freed when the driver is unbound. While the description does not state a failure mode directly, it is inferred that the accumulated unreleased memory could grow unchecked during repeated unbind cycles, potentially exhausting system memory and causing a kernel crash or overall denial of service.

Affected Systems

All Linux kernel builds that include the legacy CX231XX media driver before the devres lifetime patch are affected. This encompasses every distribution that ships a kernel with the unpatched driver, regardless of release channel, until the kernel is updated to incorporate the commit fixing the lifetime issue.

Risk and Exploitability

The EPSS score is < 1%, indicating a very low but nonzero exploitation probability. The severity is quantified by a CVSS score of 5.5, which denotes a medium impact. The likely attack vector requires local privileged execution to trigger driver unbinding or USB configuration changes, so the risk is primarily for local attackers who can force the driver to unbind, potentially leading to memory exhaustion. The vulnerability is not listed in the CISA KEV catalog, and no public exploitation has been reported to date.

Generated by OpenCVE AI on August 13, 2026 at 07:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the system to a Linux kernel version that incorporates the devres lifetime fix from the latest stable release or from the distribution’s update repository.
  • If a kernel upgrade cannot be performed immediately, download the patch from the Git references provided, apply it to the kernel source tree under drivers/media/usb/cx231xx, and rebuild the kernel before installing the patched module.
  • After applying the fix, configure system services and scripts to avoid unnecessary USB driver unbinds or frequent configuration changes that could trigger the cleanup path.

Generated by OpenCVE AI on August 13, 2026 at 07:39 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

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-789

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

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 10 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-789

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: cx231xx: fix devres lifetime USB drivers bind to USB interfaces and any device managed resources should have their lifetime tied to the interface rather than parent USB device. This avoids issues like memory leaks when drivers are unbound without their devices being physically disconnected (e.g. on probe deferral or configuration changes). Fix the driver state lifetime so that it is released on driver unbind.
Title media: cx231xx: fix devres lifetime
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-19T16:31:59.091Z

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

Link: CVE-2026-68227

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T17:20:38.530

Link: CVE-2026-68227

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-68227 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T07:45:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime