Lucene search
+L

59 matches found

CVE
CVE
added 2025/05/02 3:56 p.m.118 views

CVE-2023-53131

CVE-2023-53131 refers to a Linux kernel issue in SUNRPC: a server shutdown leak caused by a race where kthread_stop() may prevent threadfn from running, leaving svc_rqst cleanup incomplete. The connected Nessus/OpenVAS entries for Unity Linux and EulerOS acknowledge the same description block and...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:11 p.m.33 views

CVE-2022-49928 SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed There is a null-ptr-deref when xps sysfs alloc failed: BUG: KASAN: null-ptr-deref in sysfsdocreatelinksd+0x40/0xd0 Read of size 8 at addr 0000000000000030 by task gssproxy/45...

7.5CVSS0.00342EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 7:01 a.m.19 views

CVE-2022-49356

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svcrdmabuildwrites from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been left over from an earlie...

9.8CVSS0.00664EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 2:11 a.m.17 views

CVE-2022-49356 SUNRPC: Trap RDMA segment overflows

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svcrdmabuildwrites from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been left over from an earlie...

9.8CVSS5.2AI score
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:11 a.m.186 views

CVE-2022-49356

CVE-2022-49356 affects the Linux kernel SUNRPC RDMA path. The vulnerability arises when svc_rdma_build_writes() can walk past the end of a Write chunk’s segment array, enabling a potential out-of-bounds condition. The issue was detected with KASAN and is addressed by a fix in the write path (net/...

9.8CVSS5.5AI score0.00664EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.32 views

CVE-2022-49356 SUNRPC: Trap RDMA segment overflows

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svcrdmabuildwrites from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been left over from an earlie...

9.8CVSS0.00664EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.43 views

CVE-2022-49356

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svcrdmabuildwrites from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been left over from an earlie...

9.8CVSS5.5AI score0.00664EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:54 a.m.118 views

CVE-2022-49065

The CVE-2022-49065 entry relates to the Linux kernel SUNRPC tracing: a NULL dereference crash when a sunrpc svc_rqst is deferred while tracing is enabled. The fix targets the trace class svc_deferred_event by avoiding reliance on a NULL dr->xprt and instead converting the remote address to a p...

7.5CVSS5.4AI score0.00631EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.31 views

CVE-2024-56688 sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport

In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRTSOCKUPDTIMEOUT when reset transport Since transport-sock has been set to NULL during reset transport, XPRTSOCKUPDTIMEOUT also needs to be cleared. Otherwise, the xstcpsetsockettimeouts may be triggered in...

7.5CVSS0.0054EPSS
SaveExploits0References8
NVD
NVD
added 2024/12/27 2:15 p.m.17 views

CVE-2024-53174

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS0.00249EPSS
SaveExploits0References10
CVE
CVE
added 2024/12/27 1:49 p.m.224 views

CVE-2024-53174

CVE-2024-53174 concerns a Linux kernel SUNRPC use-after-free in the cache path: c_show could dereference a freed cache entry due to RC ul protection when reading via cache_show. The fix uses cache_get_rcu to ensure the cache entry (cp) remains active while accessed, preventing a refcount UAF. Aff...

7.8CVSS6.3AI score0.00249EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.32 views

CVE-2024-53174 SUNRPC: make sure cache entry active before cache_show

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cacheshow The function cshow was called with protection from RCU. This only ensures that cp will not be freed. Therefore, the reference count for cp can drop to zero, which will trigger...

7.8CVSS0.00249EPSS
SaveExploits0References8
CVE
CVE
added 2024/12/27 1:49 p.m.313 views

CVE-2024-53168

CVE-2024-53168 is a Linux kernel vulnerability related to a use-after-free (UAF) in sunrpc over a kernel TCP socket. The issue, illustrated by a KASAN report (slab-use-after-free in tcp_write_timer_handler), was fixed in the kernel to address a UAF in sunrpc’s TCP path. Connected advisories (SUSE...

7.8CVSS6.1AI score0.00252EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/07/16 10:24 p.m.26 views

CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

5.5CVSS8.4AI score0.00285EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/21 1:52 p.m.32 views

CVE-2024-36288

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix loop termination condition in gssfreeintokenpages The intoken-pages array is not NULL terminated. This results in the following KASAN splat: KASAN: maybe wild-memory-access in range 0x04a2013400000008-0x04a20134000000...

5.5CVSS6.5AI score0.0075EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/21 12:15 p.m.12 views

AZL-42825 CVE-2024-36288 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix loop termination condition in gssfreeintokenpages The intoken-pages array is not NULL terminated. This results in the following KASAN splat: KASAN: maybe wild-memory-access in range 0x04a2013400000008-0x04a20134000000...

5.5CVSS6.7AI score0.0075EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/30 4:15 p.m.43 views

CVE-2024-36907

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.15 views

CVE-2021-47002 SUNRPC: Fix null pointer dereference in svc_rqst_free()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

6.8AI score0.00236EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2022/03/31 12:00 a.m.10 views

The vulnerability of the sunrpc module in the system library glibc, related to the execution of operations outside the buffer boundaries in memory, allows an attacker to execute arbitrary code.

The vulnerability of the sunrpc module in the system library glibc relates to the execution of operations outside the buffer in memory. Exploiting this vulnerability allows a remote attacker to execute arbitrary code by sending specially crafted data to the application...

10CVSS7.5AI score0.04211EPSS
SaveExploits1References16Affected Software8
Rows per page
Query Builder