Lucene search

K
osvGoogleOSV:CVE-2021-47538
HistoryMay 24, 2024 - 3:15 p.m.

CVE-2021-47538

2024-05-2415:15:00
Google
osv.dev
3
linux kernel
rxrpc
vulnerability
rxrpc_local
rxrpc_lookup_peer
rxrpc_put_local
kfree
peer candidate
ref

AI Score

6.8

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() Need to call rxrpc_put_local() for peer candidate before kfree() as it holds a ref to rxrpc_local. [DH: v2: Changed to abstract the peer freeing code out into a function]