Impact
The Linux kernel staging video driver contains a double‑free flaw that occurs when a video device registration fails. If device_register() fails, the code releases the same video_device structure twice, which can corrupt kernel memory and potentially lead to a crash or instability.
Affected Systems
This issue affects any Linux kernel that includes the staging:most video driver module. All builds containing this module remain vulnerable until the fix is applied.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity, while the EPSS score of less than 1% suggests a very low probability of exploitation. The vulnerability is not listed in CISA KEV. Based on the description, it is inferred that the attack vector would be local, requiring interaction with the vulnerable video driver to trigger a registration failure. No remote exploitation path is described, and practical exploitation would likely need to circumvent kernel protections and achieve local control.
OpenCVE Enrichment