Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-36945
HistoryMay 30, 2024 - 12:00 a.m.

CVE-2024-36945

2024-05-3000:00:00
ubuntu.com
ubuntu.com
5
linux kernel
net/smc module
vulnerability
fix
neighbour
rtable
leak
refcount

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%

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.