Lucene search

K
osvGoogleOSV:CVE-2024-36945
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36945

2024-05-3016:15:00
Google
osv.dev
2
linux kernel
net/smc
vulnerability fix

AI Score

6.6

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix neighbour and rtable leak in smc_ib_find_route() In smc_ib_find_route(), the neighbour found by neigh_lookup() and rtable resolved by ip_route_output_flow() are not released or put before return. It may cause the refcount leak, so fix it.