Lucene search
+L

20 matches found

AstraLinux
AstraLinux
added 6 days ago4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: ksmbd: Fixed a race condition in the RPC handle list access mechanism. The sess-rpchandlelist XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by sess-rpclock a rwsemaphore...

8.8CVSS6.3AI score0.00301EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fixed recursive locking in RPC handle list access Since commit 305853cce3794 “ksmbd: Fixed race condition in RPC handle list access”, the ksmbdsessionrpcmethod function attempts to lock sess-rpclock. This causes hung...

5.5CVSS6AI score0.00261EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2025/10/31 1:10 a.m.11 views

ksmbd: fix recursive locking in RPC handle list access

...

7.5CVSS7AI score0.00261EPSS
SaveExploits0
OSV
OSV
added 2025/10/30 10:15 a.m.7 views

UBUNTU-CVE-2025-40090

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix recursive locking in RPC handle list access Since commit 305853cce3794 "ksmbd: Fix race condition in RPC handle list access", ksmbdsessionrpcmethod attempts to lock sess-rpclock. This causes hung connections / tasks wh...

7.5CVSS5.7AI score0.00261EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/30 9:47 a.m.35 views

CVE-2025-40090

Summary (CVE-2025-40090): A race condition in ksmbd RPC handling on Linux kernels caused deadlocks when opening named pipes. The root cause is ksmbd_session_rpc_method attempting to take the same sess->rpc_lock that is already held by ksmbd_session_rpc_open (down_write) while ksmbd_session_rpc...

7.5CVSS6AI score0.00261EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/10/30 9:47 a.m.4 views

CVE-2025-40090

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix recursive locking in RPC handle list access Since commit 305853cce3794 "ksmbd: Fix race condition in RPC handle list access", ksmbdsessionrpcmethod attempts to lock sess-rpclock. This causes hung connections / tasks wh...

5.2AI score0.00261EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/10/30 9:47 a.m.15 views

CVE-2025-40090 ksmbd: fix recursive locking in RPC handle list access

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix recursive locking in RPC handle list access Since commit 305853cce3794 "ksmbd: Fix race condition in RPC handle list access", ksmbdsessionrpcmethod attempts to lock sess-rpclock. This causes hung connections / tasks wh...

7.5CVSS0.00261EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/30 9:47 a.m.9 views

CVE-2025-40090

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix recursive locking in RPC handle list access Since commit 305853cce3794 "ksmbd: Fix race condition in RPC handle list access", ksmbdsessionrpcmethod attempts to lock sess-rpclock. This causes hung connections / tasks wh...

7.5CVSS5.3AI score0.00261EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/30 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a recursive lockup during RPC handle list access, which could lead to connection hangs...

5.5CVSS6AI score0.00261EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/10/29 1:3 a.m.9 views

ksmbd: Fix race condition in RPC handle list access

...

8.8CVSS7AI score0.00301EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.8 views

SUSE CVE-2025-40039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

5.3CVSS6.7AI score0.00301EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/28 12:15 p.m.2 views

DEBIAN-CVE-2025-40039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

4.7CVSS5.6AI score0.00301EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/28 12:15 p.m.19 views

AZL-78383 CVE-2025-40039 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

8.8CVSS5.7AI score0.00301EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/28 11:48 a.m.42 views

CVE-2025-40039

The CVE-2025-40039 issue is a Linux kernel ksmbd race condition in RPC handle list access. The underlying bug was that ksmbd_session_rpc_open() used only a read lock before xa_store()/xa_erase() (modifications require a write lock), and ksmbd_session_rpc_method() read the list with xa_load() with...

8.8CVSS6.3AI score0.00301EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.13 views

CVE-2025-40039 ksmbd: Fix race condition in RPC handle list access

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

8.8CVSS0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/28 11:48 a.m.7 views

CVE-2025-40039 ksmbd: Fix race condition in RPC handle list access

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

8.8CVSS6.7AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/10/28 11:48 a.m.6 views

CVE-2025-40039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

5.3AI score0.00301EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.7 views

CVE-2025-40039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...

8.8CVSS5.6AI score0.00301EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/28 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a contention condition for RPC handle list access that could result in data corruption or release after use...

4.7CVSS6.3AI score0.00301EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-40039

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended ...

8.8CVSS6.1AI score0.00301EPSS
SaveExploits0References2
Rows per page
Query Builder