CVE-2026-68203
Description
A flaw was found in the Linux kernel's vivid media driver. This vulnerability involves two cleanup bugs within the vivid_init() function. Firstly, a reference leak occurs if platform_device_register() fails, preventing the proper release of device resources. Secondly, an incorrect function call during cleanup can lead to improper driver unregistration, potentially causing system instability or further resource leaks. These issues could lead to a denial of service over time due to resource exhaustion.
Understanding the Weakness (CWE)
Availability
Technical Impact: DoS: Resource Consumption (Other); DoS: Resource Consumption (Memory); DoS: Resource Consumption (CPU)
An attacker that can influence the allocation of resources that are not properly released could deplete the available resource pool and prevent all other processes from accessing the same type of resource. Frequently-affected resources include memory, CPU, disk space, power or battery, etc.
Frequently Asked Questions
Not sure what something means? Check out our Security Glossary.
Want to get errata notifications? Sign up here.