NONE · 0

CVE-2022-50836

In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() The kfree() should be called when of_irq_get_byname() fails or dev...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() The kfree() should be called when of_irq_get_byname() fails or devm_request_threaded_irq() fails in qcom_add_sysmon_subdev(), otherwise there will be a memory leak, so add kfree() to fix it.

References

FAQ

What is CVE-2022-50836?

CVE-2022-50836 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() The kfree() should be called when of_irq_get_byname() fails or dev...

How severe is CVE-2022-50836?

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

Is there a patch for CVE-2022-50836?

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