NONE · 0

CVE-2026-68207

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 aft...

Vulnerability Description

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().

References

FAQ

What is CVE-2026-68207?

CVE-2026-68207 is a documented vulnerability. 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 aft...

How severe is CVE-2026-68207?

CVSS scoring is not yet available for CVE-2026-68207. Check NVD for updates.

Is there a patch for CVE-2026-68207?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.