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

media: stm32: dcmi: unregister notifier on probe failure

dcmi_graph_init() registers the async notifier before dcmi_probe() toggles
the reset line. If reset_control_assert() or reset_control_deassert()
fails afterwards, probe returns through err_cleanup and the driver core
will not call dcmi_remove().

Unregister the notifier before cleaning it up on that error path,
matching the successful remove path and the V4L2 async notifier lifetime
rules.

[hverkuil: added Fixes tag]
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The STM32 DCMI driver registers an asynchronous notifier before pulling the hardware reset line. If the reset operation fails, the probe routine returns via an error path without invoking the driver's remove function, leaving the notifier registered. This missing release violates the V4L2 async notifier lifetime rules and creates a resource leak that may result in undefined kernel behavior or instability.

Affected Systems

Any Linux kernel containing the STM32 DCMI media driver prior to the commit that removes the notifier during probe failure. The advisory does not list explicit kernel versions, so all builds that include the unpatched driver are potentially affected.

Risk and Exploitability

The vulnerability scores 7.8 for CVSS, indicating significant impact. The EPSS score is below 1 %, pointing to a low probability of exploitation at present. The issue is not listed in the CISA KEV catalog, and no public exploitation is known. The likely attack vector is driver initialization when a reset failure triggers the error path, leading to an unreleased notifier. While no direct privilege escalation or remote code execution path is described, the consequence is the risk of kernel-level instability.

Generated by OpenCVE AI on August 14, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit adding proper notifier deregistration on probe failure
  • After applying the update, reboot the system to reload the driver and exercise the clean‑up logic
  • Continuously review kernel logs (e.g., dmesg) for any DCMI‐related errors to confirm that the recovery path is functioning correctly

Generated by OpenCVE AI on August 14, 2026 at 02:20 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 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

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

None

cvssV3_1

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

threat_severity

Moderate


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: stm32: dcmi: unregister notifier on probe failure dcmi_graph_init() registers the async notifier before dcmi_probe() toggles the reset line. If reset_control_assert() or reset_control_deassert() fails afterwards, probe returns through err_cleanup and the driver core will not call dcmi_remove(). Unregister the notifier before cleaning it up on that error path, matching the successful remove path and the V4L2 async notifier lifetime rules. [hverkuil: added Fixes tag]
Title media: stm32: dcmi: unregister notifier on probe failure
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:34.517Z

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

Link: CVE-2026-68210

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68210

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:00:29Z

Links: CVE-2026-68210 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T02:30:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime