CVE-2022-50848
In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dio_init() If device_register() returns error, the 'dev' and name needs be freed. Add a release function, and then call put_device() in the error path, so the name is freed in kobject_cleanup() and to the 'dev' is freed in release function.
References
The following references provide additional information about CVE-2022-50848 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/4b68caa95064ac464f1b261d08ac677e753d1088
-
PatchKernel patch commithttps://git.kernel.org/stable/c/78fddc0ff971f9874d53c854818cc4aafa144114
-
PatchKernel patch commithttps://git.kernel.org/stable/c/8e002b9fe831b27d4506df6fa60cb33ba0730ac3
9 patch commits total
View all on NVD