CVE-2026-68210
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
19/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: stm32: dcmi: unregister notifier on probe failure<br />
<br />
dcmi_graph_init() registers the async notifier before dcmi_probe() toggles<br />
the reset line. If reset_control_assert() or reset_control_deassert()<br />
fails afterwards, probe returns through err_cleanup and the driver core<br />
will not call dcmi_remove().<br />
<br />
Unregister the notifier before cleaning it up on that error path,<br />
matching the successful remove path and the V4L2 async notifier lifetime<br />
rules.<br />
<br />
[hverkuil: added Fixes tag]
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/084973ebd67b28f0945c5d45408f86c58b540110
- https://git.kernel.org/stable/c/222a9301b086852b90d3b092fef436c3f4e927c4
- https://git.kernel.org/stable/c/37ff63c5d7119cbc5c6bacdcc658add6008a8e1f
- https://git.kernel.org/stable/c/4b7ee504969e074725e439c949f2483e5fa5572a
- https://git.kernel.org/stable/c/6c6f22b7e6cbc4e8c1e359fc9b190419391c3db7
- https://git.kernel.org/stable/c/931abe1deb65b919d23fa203d7f6d6fbd4fccd8e


