NONE · 0

CVE-2022-50761

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xen_init_lock_cpu() In xen_init_lock_cpu(), the @name has allocated new string by kasprintf(), if bind...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xen_init_lock_cpu() In xen_init_lock_cpu(), the @name has allocated new string by kasprintf(), if bind_ipi_to_irqhandler() fails, it should be freed, otherwise may lead to a memory leak issue, fix it.

References

FAQ

What is CVE-2022-50761?

CVE-2022-50761 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xen_init_lock_cpu() In xen_init_lock_cpu(), the @name has allocated new string by kasprintf(), if bind...

How severe is CVE-2022-50761?

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

Is there a patch for CVE-2022-50761?

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