3 matches found
Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-010898)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010898 advisory. In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in...
UBUNTU-CVE-2022-50857
In the Linux kernel, the following vulnerability has been resolved: rapidio: rio: fix possible name leak in rioregistermport If deviceregister returns error, the name allocated by devsetname need be freed. It should use putdevice to give up the reference in the error path, so that the name can be...
CVE-2022-50547
The CVE affects the Linux kernel, specifically the solo6x10 driver’s solo_sysfs_init() path. When device_register() errors during initialization, memory allocated by dev_set_name() was not freed, leading to a memory leak. The fix, implemented in the upstream kernel and reflected in related adviso...