2 matches found
CVE-2026-90077
CVE-2026-90077 is a resource leak in the Linux kernel 's network namespace handling, specifically in the copy_net_ns() error handling path. When preinit_net() fails (due to ns_common_init() returning an error), the code jumps to the dec_ucounts label without releasing resources allocated by net_a...
0.00198EPSS
SaveExploits0References3
EUVD-2026-81938
In the Linux kernel, the following vulnerability has been resolved: net: fix a resource leak in copynetns error handling path Currently, preinitnet does two things: 1 call nscommoninit which might fail 2 initialize resources which does not fail However, preinitnet is returning early when 1 fails,...
0.00198EPSS
SaveExploits0References3
20