NONE · 0

CVE-2022-50857

In the Linux kernel, the following vulnerability has been resolved: rapidio: rio: fix possible name leak in rio_register_mport() If device_register() returns error, the name allocated by dev_set_nam...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: rapidio: rio: fix possible name leak in rio_register_mport() If device_register() returns error, the name allocated by dev_set_name() need be freed. It should use put_device() to give up the reference in the error path, so that the name can be freed in kobject_cleanup(), and list_del() is called to delete the port from rio_mports.

References

FAQ

What is CVE-2022-50857?

CVE-2022-50857 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: rapidio: rio: fix possible name leak in rio_register_mport() If device_register() returns error, the name allocated by dev_set_nam...

How severe is CVE-2022-50857?

CVSS scoring is not yet available for CVE-2022-50857. Check NVD for updates.

Is there a patch for CVE-2022-50857?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.