2 matches found
CVE-2024-36945
In the Linux kernel, CVE-2024-36945 affects net/smc: fix of a neighbour and rtable leak in smc_ib_find_route(). The issue arises because the neighbour found by neigh_lookup() and the rtable resolved by ip_route_output_flow() were not released before returning, causing a refcount leak. The documen...
CVE-2024-36945 net/smc: fix neighbour and rtable leak in smc_ib_find_route()
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix neighbour and rtable leak in smcibfindroute In smcibfindroute, the neighbour found by neighlookup and rtable resolved by iprouteoutputflow are not released or put before return. It may cause the refcount leak, so fix...