Lucene search
+L

2012 matches found

OSV
OSV
added 2026/07/27 4:16 p.m.11 views

GO-2026-5051 Out-of-bounds read and panic in ReadDir in github.com/cloudsoda/go-smb2 and github.com/hirochachacha/go-smb2

ReadDir and ReadDirPlus parse the QUERYDIRECTORY SMB response by advancing through entries using the server-supplied NextEntryOffset field. The pre-fix code does not bound next against the remaining buffer before re-slicing, and the entry decoder IsInvalid check performs length arithmetic in int...

6.1AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/27 7:56 a.m.13 views

CVE-2026-64384

A flaw was found in the Linux kernel's Server Message Block SMB client. This vulnerability occurs due to a double-free error when handling change notify replies. If a response attempt returns a replayable error and frees its buffer, and then SMB2notifyinit fails, the same buffer can be freed agai...

9.8CVSS6AI score0.00457EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/27 7:14 a.m.6 views

CVE-2026-64437

A flaw was found in the ksmbd component of the Linux kernel. This vulnerability allows an authenticated client using the Server Message Block SMB protocol to trigger a use-after-free error. By sending specific close and cancel requests, an attacker can cause the kernel to crash, leading to a deni...

8.8CVSS5.8AI score0.00435EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/27 6:37 a.m.6 views

CVE-2026-64393

A flaw was found in the Linux kernel's ksmbd component. This vulnerability allows a local attacker to escalate privileges by manipulating Server Message Block SMB2 SETINFO operations. The system incorrectly uses the ksmbd worker's credentials instead of the original user's credentials when...

9.1CVSS5.8AI score0.00479EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/27 6:22 a.m.8 views

CVE-2026-64398

A flaw was found in the Linux kernel's ksmbd component. An authenticated Server Message Block SMB client with only FILEWRITEATTRIBUTES permission can bypass a security check in the FSCTLSETZERODATA function. This allows the client to zero out file data, leading to data destruction and a denial of...

8.1CVSS5.8AI score0.00464EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/27 6:13 a.m.13 views

CVE-2026-64397

A flaw was found in the Linux kernel's ksmbd kernel Server Message Block daemon component. Concurrent directory query requests using the same file handle can lead to a stack use-after-free vulnerability. This occurs because smb2querydir stores a pointer to stack-allocated data that can be...

9.8CVSS5.8AI score0.00477EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.5 views

SUSE CVE-2026-64380

In the Linux kernel, the following vulnerability has been resolved: smb: client: harden POSIX SID length parsing posixinfosidsize reads sid1 to obtain the subauthority count, but its existing boundary check still accepts buffers with only one remaining byte. Require two bytes before reading sid1 ...

8.2CVSS5.7AI score0.00443EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.5 views

SUSE CVE-2026-64381

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix next buffer leak in receiveencryptedstandard receiveencryptedstandard allocates nextbuffer before checking whether the number of compound PDUs already reached MAXCOMPOUND. If the limit check fails, the function...

5.9AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.5 views

SUSE CVE-2026-64382

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2open replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2openinit fails before the next send, cleanup retains the previous buffer type and frees...

8.8CVSS5.9AI score0.00354EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.6 views

SUSE CVE-2026-64386

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix queryinfo replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2queryinfoinit fails before the next send, cleanup retains the previous buffer type and...

9.8CVSS5.9AI score0.00457EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.6 views

SUSE CVE-2026-64387

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix query directory replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2querydirectoryinit fails before the next send, cleanup retains the previous buffer...

9.8CVSS5.9AI score0.00457EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:0 p.m.5 views

SUSE CVE-2026-64390

In the Linux kernel, the following vulnerability has been resolved: ksmbd: track the connection owning a byte-range lock SMB2LOCK adds each granted byte-range lock to both the file lock list and the lock list of the connection which handled the request. The final close and durable handle paths,...

8.8CVSS5.7AI score0.00467EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.15 views

CVE-2026-64437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of a deferred filelock on SMB2CLOSE then SMB2CANCEL Commit f580d27e8928 "ksmbd: fix use-after-free of a deferred filelock on double SMB2CANCEL" made smb2cancel skip a work whose state is...

8.8CVSS0.00435EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/25 10:17 a.m.7 views

CVE-2026-64396

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

8.8CVSS0.00435EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/25 10:17 a.m.17 views

CVE-2026-64387

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix query directory replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2querydirectoryinit fails before the next send, cleanup retains the previous buffer...

9.8CVSS0.00457EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/25 10:17 a.m.10 views

CVE-2026-64382

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2open replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2openinit fails before the next send, cleanup retains the previous buffer type and frees...

8.8CVSS0.00354EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64383

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2flush replay SMB2flush keeps its response buffer bookkeeping across replay attempts. If a replayable flush response is received and the retry then fails before cifssendrecv stores a replacement...

9.8CVSS0.00457EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

UBUNTU-CVE-2026-64381

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix next buffer leak in receiveencryptedstandard receiveencryptedstandard allocates nextbuffer before checking whether the number of compound PDUs already reached MAXCOMPOUND. If the limit check fails, the function...

5.8AI score0.00177EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 10:17 a.m.13 views

UBUNTU-CVE-2026-64257

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject overlapping data areas in SMB2 responses Commit 53b7c271f06b "smb: client: restrict implied bcc0 exemption to responses without data area" restricted the implied bcc0 length exception to responses without a da...

9.1CVSS5.7AI score0.00672EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/25 10:17 a.m.7 views

UBUNTU-CVE-2026-64448

In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc0 exemption to responses without data area smb2checkmessage has a long-standing quirk that accepts a response whose calculated length is one byte larger than the bytes actually received "server ca...

8.2CVSS5.7AI score0.00463EPSS
SaveExploits0References11
Rows per page
Query Builder