Lucene search
+L

904 matches found

CVE
CVE
added 2024/07/16 11:44 a.m.124 views

CVE-2022-48816

CVE-2022-48816 affects the Linux kernel SUNRPC subsystem. The issue is a race where a ->sock can be set to NULL asynchronously during a sysfs read unless the recv_mutex is held, potentially triggering an oops. A patch attempt in commit 17f09d3f619a aimed to check xprt connectivity before handl...

4.7CVSS6.4AI score0.00254EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.25 views

CVE-2022-48816 SUNRPC: lock against ->sock changing during sysfs read

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

6.6AI score0.00254EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.38 views

CVE-2022-48816 SUNRPC: lock against ->sock changing during sysfs read

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

0.00254EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.63 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...

4.7CVSS5.3AI score0.00254EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/16 2:45 a.m.2 views

SUSE CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

8.1CVSS6.5AI score0.00215EPSS
SaveExploits0References25
RedhatCVE
RedhatCVE
added 2024/07/15 2:37 p.m.20 views

CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

5.5CVSS7.3AI score0.00215EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/14 8:15 a.m.23 views

CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

7.8CVSS0.00215EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/07/14 8:15 a.m.20 views

CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

7.8CVSS6.4AI score0.00215EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/07/14 7:11 a.m.15 views

CVE-2023-52885 SUNRPC: Fix UAF in svc_tcp_listen_data_ready()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

6.8AI score0.00215EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/14 7:11 a.m.16 views

CVE-2023-52885 SUNRPC: Fix UAF in svc_tcp_listen_data_ready()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

7.8CVSS6AI score0.00215EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/07/14 7:11 a.m.22 views

CVE-2023-52885 SUNRPC: Fix UAF in svc_tcp_listen_data_ready()

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

0.00215EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/07/14 12:0 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a post-release reuse issue in the svctcplistendataready function of the SUNRPC component...

7.8CVSS8.2AI score0.00215EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/03 5:20 p.m.7 views

CLSA-2024-1720027216 glibc: Fix of 4 CVEs

CVE-2021-3999: getcwd - Set errno to ERANGE for size == 1 - CVE-2021-35942: wordexp - handle overflow in positional parameter number - CVE-2022-23218: Buffer overflow in sunrpc svcunixcreate - CVE-2022-23219: Buffer overflow in sunrpc clntcreate for "unix"...

9.8CVSS6.8AI score0.04729EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
added 2024/06/21 1:52 p.m.29 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.00269EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/21 12:15 p.m.23 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.5CVSS0.00269EPSS
SaveExploits0References11
OSV
OSV
added 2024/06/21 12:15 p.m.11 views

AZL-42850 CVE-2024-36288 affecting package kernel for versions less than 5.15.162.2-1

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.00269EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/21 12:15 p.m.9 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.00269EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/21 12:15 p.m.14 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.4AI score0.00269EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/06/21 11:18 a.m.34 views

CVE-2024-36288 SUNRPC: Fix loop termination condition in gss_free_in_token_pages()

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

0.00269EPSS
SaveExploits0References7
CVE
CVE
added 2024/06/21 11:18 a.m.197 views

CVE-2024-36288

CVE-2024-36288 affects the Linux kernel SUNRPC code. The issue is a loop termination condition in gss_free_in_token_pages, where the in_token->pages[] array is not NULL terminated, causing a KASAN memory access warning. Impact is described as memory access issues with potentially exploitable b...

5.5CVSS6.9AI score0.00269EPSS
SaveExploits0References11Affected Software1
Rows per page
Query Builder