CVE-2021-47624

CVSS v3.1 7.1 (High)
71% Progress
EPSS 0.04 % (5th)
0.04% Progress
Affected Products 1
Advisories 10
NVD Status Analyzed

In the Linux kernel, the following vulnerability has been resolved:

net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

The refcount leak issues take place in an error handling path. When the
3rd argument buf doesn't match with "offline", "online" or "remove", the
function simply returns -EINVAL and forgets to decrease the reference
count of a rpc_xprt object and a rpc_xprt_switch object increased by
rpc_sysfs_xprt_kobj_get_xprt() and
rpc_sysfs_xprt_kobj_get_xprt_switch(), causing reference count leaks of
both unused objects.

Fix this issue by jumping to the error handling path labelled with
out_put when buf matches none of "offline", "online" or "remove".

Weaknesses
CWE-NVD-Other
CVE Status
PUBLISHED
NVD Status
Analyzed
CNA
kernel.org
Published Date
2024-07-16 12:15:02
(2 months ago)
Updated Date
2024-08-21 17:43:52
(3 weeks ago)

Affected Products

Loading...
Loading...

Configuration #1

    CPE23 From Up To
  Linux Kernel prior 5.15.24 version cpe:2.3:o:linux:linux_kernel < 5.15.24
  Linux Kernel from 5.16 version and prior 5.16.10 version cpe:2.3:o:linux:linux_kernel >= 5.16 < 5.16.10
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...