Lucene search
+L

938 matches found

Cvelist
Cvelist
added 2024/05/01 1:5 p.m.30 views

CVE-2024-27388 SUNRPC: fix some memleaks in gssx_dec_option_array

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

9.8CVSS7.7AI score0.00959EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/01 1:5 p.m.4678 views

CVE-2024-27388

CVE-2024-27388 : Linux kernel SUNRPC patch fixes memory leaks in gssx_dec_option_array. The patch frees creds and oa->data in error-handling paths after allocation, addressing a leak in that code path. This memory-leak detail is corroborated by multiple connected advisories (Astra/CIRCL/Red Ha...

9.8CVSS6.3AI score0.00959EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/05/01 1:5 p.m.17 views

CVE-2024-27388 SUNRPC: fix some memleaks in gssx_dec_option_array

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

9.8CVSS6.1AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/05/01 1:5 p.m.22 views

CVE-2024-27388 SUNRPC: fix some memleaks in gssx_dec_option_array

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

9.8CVSS6.8AI score0.00959EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/01 1:5 p.m.31 views

CVE-2024-27388

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

9.8CVSS8.2AI score0.00959EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 1:4 p.m.2500 views

CVE-2023-52653

CVE-2023-52653 : Linux kernel SUNRPC fix for a memory leak in gss_import_v2_context. The ctx->mech_used.data allocated via kmemdup was not freed on error, nor by gss_import_v2_context or its caller. The patch adjusts the final call of gss_import_v2_context to gss_krb5_import_ctx_v2 to prevent ...

5.5CVSS7.2AI score0.00275EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.21 views

CVE-2023-52653 SUNRPC: fix a memleak in gss_import_v2_context

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...

7.5AI score0.00275EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/01 1:4 p.m.15 views

CVE-2023-52653 SUNRPC: fix a memleak in gss_import_v2_context

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...

6.7AI score0.00275EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/01 1:4 p.m.17 views

CVE-2023-52653

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...

5.5CVSS8AI score0.00275EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/04 12:0 a.m.10 views

PT-2024-8482 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a slow server-side memory leak in the SUNRPC component of the Linux kernel when using RPC-over-TCP. This leak occurs because the sock sendmsg function does not...

9.1CVSS6.5AI score0.01401EPSS
SaveExploits1References549
RedhatCVE
RedhatCVE
added 2024/03/26 9:53 p.m.29 views

CVE-2023-52623

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

5.5CVSS6.7AI score0.00277EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/26 6:15 p.m.18 views

CVE-2023-52623

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS7.2AI score0.00277EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.28 views

CVE-2023-52623

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS6AI score0.00277EPSS
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2024/03/26 5:19 p.m.31 views

CVE-2023-52623 SUNRPC: Fix a suspicious RCU usage warning

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS6.6AI score0.00277EPSS
SaveExploits0References8
CVE
CVE
added 2024/03/26 5:19 p.m.206 views

CVE-2023-52623

Technical details about CVE-2023-52623 are not publicly available in the provided documents. Monitor for updates from vendors and security bulletins.

7.8CVSS6.5AI score0.00277EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/03/26 5:19 p.m.34 views

CVE-2023-52623 SUNRPC: Fix a suspicious RCU usage warning

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS7.5AI score0.00277EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/26 5:19 p.m.16 views

CVE-2023-52623 SUNRPC: Fix a suspicious RCU usage warning

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS5.8AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2024/03/09 12:0 a.m.10 views

PT-2024-4107

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.8.0-rc6+ Description The vulnerability is related to the SUNRPC module in the Linux kernel, specifically with the TCP TLS functionality. A missing rpc stat for TCP TLS can cause a kernel NULL pointer dereferenc...

6.8CVSS6.4AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.24 views

CVE-2023-52582 netfs: Only call folio_start_fscache() one time for each folio

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call foliostartfscache one time for each folio If a network filesystem using netfs implements a clamplength function, it can set subrequest lengths smaller than a page size. When we loop through the folios in...

6.6AI score0.00227EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/01 4:7 a.m.7 views

SUSE CVE-2021-47002

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...

5.5CVSS7.8AI score0.00236EPSS
SaveExploits0References3
Rows per page
Query Builder