CVE-2025-40280
CVE-2025-40280 : In the Linux kernel, a use-after-free in tipc_mon_reinit_self() is reported. The tipc_net.monitor[] array is protected by RTNL, but tipc_mon_reinit_self() iterates over it without holding RTNL, leading to a potential use-after-free when tipc_net_finalize() calls tipc_mon_reinit_s...