NONE · 0

CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac_dvr_probe() The bitmap_free() should be called to free priv->af_xdp_zc_qps when cr...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac_dvr_probe() The bitmap_free() should be called to free priv->af_xdp_zc_qps when create_singlethread_workqueue() fails, otherwise there will be a memory leak, so we add the err path error_wq_init to fix it.

References

FAQ

What is CVE-2022-50663?

CVE-2022-50663 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac_dvr_probe() The bitmap_free() should be called to free priv->af_xdp_zc_qps when cr...

How severe is CVE-2022-50663?

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

Is there a patch for CVE-2022-50663?

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