NONE · 0

CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanup(), and info is freed in info_release().

References

FAQ

What is CVE-2022-50669?

CVE-2022-50669 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the...

How severe is CVE-2022-50669?

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

Is there a patch for CVE-2022-50669?

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