Bug 2513290 (CVE-2026-68207) - CVE-2026-68207 kernel: media: ti: vpe: unwind v4l2 device registration on probe error
Summary: CVE-2026-68207 kernel: media: ti: vpe: unwind v4l2 device registration on pro...
Keywords:
Status: NEW
Alias: CVE-2026-68207
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:29 UTC by OSIDB Bzimport
Modified: 2026-08-13 16:00 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:29:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: ti: vpe: unwind v4l2 device registration on probe error

If the vpe_top resource is missing, vpe_probe() returns -ENODEV after
v4l2_device_register() has succeeded. Probe failures do not call the
driver's remove callback, so the v4l2 device remains registered on that
error path.

Route that failure through the existing v4l2_device_unregister() unwind
label, matching the other errors after v4l2_device_register().


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