CVE-2026-68210
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
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]
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d079f94c90469f413920b9f2b201537fac2ceb06 < 37ff63c5d7119cbc5c6bacdcc658add6008a8e1f | affected |
| Linux | Linux | d079f94c90469f413920b9f2b201537fac2ceb06 < 6c6f22b7e6cbc4e8c1e359fc9b190419391c3db7 | affected |
| Linux | Linux | d079f94c90469f413920b9f2b201537fac2ceb06 < 931abe1deb65b919d23fa203d7f6d6fbd4fccd8e | affected |
| Linux | Linux | d079f94c90469f413920b9f2b201537fac2ceb06 < 4b7ee504969e074725e439c949f2483e5fa5572a | affected |
| Linux | Linux | d079f94c90469f413920b9f2b201537fac2ceb06 < 084973ebd67b28f0945c5d45408f86c58b540110 | affected |
| Linux | Linux | 4.20 | affected |
| Linux | Linux | 0 < 4.20 | unaffected |
| Linux | Linux | 6.6.148 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.101 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.42 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.6 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/37ff63c5d7119cbc5c6bacdcc658add6008a8e1f
- https://git.kernel.org/stable/c/6c6f22b7e6cbc4e8c1e359fc9b190419391c3db7
- https://git.kernel.org/stable/c/931abe1deb65b919d23fa203d7f6d6fbd4fccd8e
- https://git.kernel.org/stable/c/4b7ee504969e074725e439c949f2483e5fa5572a
- https://git.kernel.org/stable/c/084973ebd67b28f0945c5d45408f86c58b540110
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.