2 matches found
EUVD-2026-45452
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...
CVE-2026-53379
The CVE affects the Linux kernel media/i2c ov8856 driver. In ov8856_init_controls(), the control handler is not freed if adding controls fails, leading to a resource leak on the error path. The fix adds an error exit label and converts the existing error return to use it, ensuring the control han...