CVE-2026-74718
🔶 mediumSummary
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.
CVSS Score
-
EPSS Score
0.2
Exploit Probability
Published Date
2026-08-22
First Seen: 2026-08-23
Last Modified
2026-08-22
Source
NVD 🔗