NONE · 0

CVE-2022-50624

In the Linux kernel, the following vulnerability has been resolved: net: netsec: fix error handling in netsec_register_mdio() If phy_device_register() fails, phy_device_free() need be called to put ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: netsec: fix error handling in netsec_register_mdio() If phy_device_register() fails, phy_device_free() need be called to put refcount, so memory of phy device and device name can be freed in callback function. If get_phy_device() fails, mdiobus_unregister() need be called, or it will cause warning in mdiobus_free() and kobject is leaked.

References

FAQ

What is CVE-2022-50624?

CVE-2022-50624 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: netsec: fix error handling in netsec_register_mdio() If phy_device_register() fails, phy_device_free() need be called to put ...

How severe is CVE-2022-50624?

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

Is there a patch for CVE-2022-50624?

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