In the Linux kernel, the following vulnerability has been resolved:
media: ti: vpe: unwind v4l2 device registration on probe error
If the vpetop resource is missing, vpeprobe() returns -ENODEV after v4l2deviceregister() 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 v4l2deviceunregister() unwind label, matching the other errors after v4l2deviceregister().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68207.json",
"cna_assigner": "Linux"
}