Lucene search
+L

2027 matches found

OSV
OSV
added 2025/05/08 6:26 a.m.17 views

CVE-2025-37802 ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

7.5CVSS5.9AI score0.00133EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/05/06 12:0 a.m.6 views

PT-2025-22208

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.93 Linux kernel versions prior to 6.1.140-1 Debian 11 bullseye Linux kernel versions prior to 6.1.140-1deb11u1 Debian 11 bullseye Description The Linux kernel contains a flaw in the ksmbd module related to...

7.8CVSS6.6AI score0.00212EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.5 views

ksmbd: fix use-after-free in smb2_lock

...

8.8CVSS8.3AI score0.00194EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.8 views

SUSE CVE-2023-53061

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

5.5CVSS6.5AI score0.00175EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.16 views

CVE-2023-53061

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.76 views

CVE-2023-53061

CVE-2023-53061 affects the Linux kernel (ksmbd) and describes a refcount leak in smb2_open() where the reference count of acls can leak if memory allocation fails. The fix adds the missing posix_acl_release() to prevent the leak. Connected documents confirm the vulnerability was addressed in the ...

5.5CVSS6.5AI score0.00175EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.17 views

CVE-2023-53061 ksmbd: fix possible refcount leak in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 3:55 p.m.10 views

CVE-2023-53061 ksmbd: fix possible refcount leak in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

5.5CVSS6.1AI score0.00175EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.7 views

SUSE CVE-2025-37775

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

5.5CVSS7.8AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.4 views

SUSE CVE-2025-37776

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

7CVSS6.5AI score0.00158EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.4 views

SUSE CVE-2025-37777

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2leasebreaknoti Move tcptransport free to ksmbdconnfree. If ksmbd connection is referenced when ksmbd server thread terminates, It will not be freed, but conn-tcptransport is freed...

7.8CVSS6.6AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.3 views

SUSE CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

7.8CVSS7.7AI score0.00483EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 2:15 p.m.14 views

CVE-2025-37775

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

5.5CVSS0.00164EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2025/05/01 2:15 p.m.6 views

CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

7.8CVSS6.1AI score0.00483EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/01 2:15 p.m.1 views

DEBIAN-CVE-2025-37776

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

7CVSS5.7AI score0.00158EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37777

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2leasebreaknoti Move tcptransport free to ksmbdconnfree. If ksmbd connection is referenced when ksmbd server thread terminates, It will not be freed, but conn-tcptransport is freed...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37775

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

5.5CVSS5.6AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.10 views

AZL-77567 CVE-2025-37775 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

7.8CVSS5.6AI score0.00483EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 2:15 p.m.16 views

CVE-2025-37777

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2leasebreaknoti Move tcptransport free to ksmbdconnfree. If ksmbd connection is referenced when ksmbd server thread terminates, It will not be freed, but conn-tcptransport is freed...

8.8CVSS0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder