CVE-2026-68207
Received Received - Intake

Media: TI VPE Kernel Driver Registration Failure

Vulnerability report for CVE-2026-68207, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel occurs when the vpe_top resource is missing during probe. The vpe_probe function returns an error after successfully registering a V4L2 device, but the device remains registered because the remove callback is not called on probe failures. This leaves the device in an inconsistent state.

Impact Analysis

This could lead to resource leaks or unexpected behavior in media device handling. Systems relying on video processing may experience crashes, instability, or incorrect device initialization if the probe fails but the device remains registered.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the media: ti: vpe driver issue where v4l2 device registration fails to unwind properly.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68207. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart