Security Advisory

CVE-2021-47538

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-24 15:09:45
Last updated 2026-05-23 15:20:09
Assigner Linux
State PUBLISHED

Description

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]