Lucene search
+L

237121 matches found

CVE
CVE
added 2026/07/25 8:50 a.m.22 views

CVE-2026-64396

CVE-2026-64396 concerns the Linux kernel ksmbd subsystem. A use-after-free (UAF) of a struct file_lock can occur during SMB2_LOCK deferred-lock cancellation when a blocking byte-range lock is deferred and the asynchronous work is canceled concurrently. The root cause is a race between de‑queuing ...

8.8CVSS5.7AI score0.00435EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.26 views

CVE-2026-64395

Summary: CVE-2026-64395 in the Linux kernel ksmbd exposes information disclosure via FSCTL_DUPLICATE_EXTENTS_TO_FILE. The source file is passed directly to vfs_clone_file_range() / vfs_copy_file_range() without checking the SMB access mask, enabling a handle opened with attribute access to copy c...

7.5CVSS5.8AI score0.00406EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48940

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct filelock in SMB2LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILELOCKDEFERRED path, ksmbd registers the asynchronous work into the connection's asyncrequests...

5.7AI score0.00435EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48939

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTLDUPLICATEEXTENTSTOFILE passes the source file directly to vfsclonefilerange or vfscopyfilerange without checking the SMB access mask granted to the source handle. A...

5.8AI score0.00406EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64393 ksmbd: run set info with opener credentials

In the Linux kernel, the following vulnerability has been resolved: ksmbd: run set info with opener credentials SMB2 SETINFO handlers call path-based VFS helpers after checking the access mask granted to the SMB handle. Those helpers perform their owner, inode permission and LSM checks using the...

9.1CVSS5.7AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.32 views

CVE-2026-64393 ksmbd: run set info with opener credentials

In the Linux kernel, the following vulnerability has been resolved: ksmbd: run set info with opener credentials SMB2 SETINFO handlers call path-based VFS helpers after checking the access mask granted to the SMB handle. Those helpers perform their owner, inode permission and LSM checks using the...

9.1CVSS0.00479EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.26 views

CVE-2026-64394

Summary: CVE-2026-64394 relates to the Linux kernel ksmbd SMB2 SET_INFO SECURITY path. The fix adds a per-handle access gate to prevent rewriting security descriptors when the handle lacks WRITE_DAC/WRITE_OWNER. Previously, SMB2_SET_INFO with InfoType SMB2_O_INFO_SECURITY could re-permission a fi...

8.8CVSS5.8AI score0.0047EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48937

In the Linux kernel, the following vulnerability has been resolved: ksmbd: run set info with opener credentials SMB2 SETINFO handlers call path-based VFS helpers after checking the access mask granted to the SMB handle. Those helpers perform their owner, inode permission and LSM checks using the...

5.7AI score0.00479EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.20 views

CVE-2026-64393

The CVE-2026-64393 issue affects the Linux kernel ksmbd component. SMB2 SET_INFO handlers performed path-based VFS checks using the current ksmbd worker credentials rather than the credentials that opened the handle, potentially bypassing security checks. The fix captures the opener credentials a...

9.1CVSS5.7AI score0.00479EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64391

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48935

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the...

5.7AI score0.00457EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64392

The CVE-2026-64392 entry concerns the Linux kernel ksmbd delete-on-close path. The underlying issue was that delete-on-close could execute unlink and ADS xattr removal with ksmbd worker credentials rather than the credentials captured at file open, allowing potential permission checks bypass. The...

9.1CVSS5.7AI score0.00469EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:50 a.m.26 views

CVE-2026-64391

The CVE-2026-64391 issue affects the Linux kernel ksmbd component, where alternate data streams (ADS) stored as xattrs were read/written using current task credentials via VFS xattr paths. The root cause is that ADS I/O did not use the credentials captured when the SMB handle was opened, allowing...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64391 ksmbd: use opener credentials for ADS I/O

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the...

9.8CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.19 views

CVE-2026-64390

The CVE-2026-64390 issue affects the Linux kernel ksmbd component where SMB2_LOCK locks are tracked on the file lock list and the lock list of the handling connection. With SMB3 multichannel, the LOCK owner can differ from the file opener, so a lock entry can be removed under a different spinlock...

8.8CVSS5.7AI score0.00467EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64388

Summary: CVE-2026-64388 affects the Linux kernel SMB client when using SMB3 POSIX Extensions, where chown/chgrp updates could be ignored unless CIFS_MOUNT_CIFS_ACL or CIFS_MOUNT_MODE_FROM_SID are also set. The root cause is a missing check for posix_extensions in cifs_setattr_nounix() during UID/...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64389

Summary: CVE-2026-64389 affects the Linux kernel KSMD (ksmbd) SMB3 multichannel binding path. The code derives the NTLMv2 session key into sess->sess_key during ksmbd_auth_ntlmv2(), before validating the NTLMv2 response. If authentication fails, the subsequent KEY_XCH step may still use the (p...

8.2CVSS5.9AI score0.00453EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64388

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/25 8:50 a.m.11 views

EUVD-2026-48932

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

5.8AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64387

Summary (CVE-2026-64387) : The Linux kernel SMB client is affected by a replay-double-free condition in query directory handling. If SMB2_query_directory_init() fails before the next send, a previously freed response buffer could be freed again due to stale bookkeeping, potentially compromising c...

9.8CVSS5.9AI score0.00457EPSS
SaveExploits0References5
Rows per page
Query Builder