Bug 2513187 (CVE-2026-68210) - CVE-2026-68210 kernel: media: stm32: dcmi: unregister notifier on probe failure
Summary: CVE-2026-68210 kernel: media: stm32: dcmi: unregister notifier on probe failure
Keywords:
Status: NEW
Alias: CVE-2026-68210
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:23 UTC by OSIDB Bzimport
Modified: 2026-08-14 02:48 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:23:55 UTC
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]


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