NONE · 0

CVE-2026-74718

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlink_nl_reload_doit() calls devlink_netns_get(), which returns a net with a...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlink_nl_reload_doit() calls devlink_netns_get(), which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not DRIVER_REINIT, the function returns -EOPNOTSUPP without releasing the reference. Add the missing put_net() on this error path.

References

FAQ

What is CVE-2026-74718?

CVE-2026-74718 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlink_nl_reload_doit() calls devlink_netns_get(), which returns a net with a...

How severe is CVE-2026-74718?

CVSS scoring is not yet available for CVE-2026-74718. Check NVD for updates.

Is there a patch for CVE-2026-74718?

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