Lucene search
+L

388694 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.11 views

CVE-2026-89635

In the Linux kernel, the following vulnerability has been resolved: ksmbd: only rebind the reopened file's own oplock on durable reconnect ksmbdreopendurablefd walks the inode's moplist and rebinds every detached oplock to the reconnecting session: listforeachentryrcuop, &ci-moplist, opentry,...

9.8CVSS6.3AI score0.00553EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89634 smb: client: fix ALIGN() overflow in symlink_data() error context loop

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN overflow in symlinkdata error context loop The check added by commit 7d9a7f1f96cd "smb/client: fix possible infinite loop and oob read in symlinkdata" compared the post-ALIGN length against the remaining...

9.1CVSS6AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76545

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

6.1AI score0.00481EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76546

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN overflow in symlinkdata error context loop The check added by commit 7d9a7f1f96cd "smb/client: fix possible infinite loop and oob read in symlinkdata" compared the post-ALIGN length against the remaining...

5.9AI score0.00702EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.11 views

CVE-2026-89634

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN overflow in symlinkdata error context loop The check added by commit 7d9a7f1f96cd "smb/client: fix possible infinite loop and oob read in symlinkdata" compared the post-ALIGN length against the remaining...

9.1CVSS6AI score0.00702EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:45 p.m.15 views

CVE-2026-89634

CVE-2026-89634 is an integer overflow in the Linux kernel's SMB client , specifically in the symlink_data() error context loop. When an ErrorDataLength value near UINT32_MAX (e.g., 0xFFFFFFF9) is processed, ALIGN(x, 8) wraps to zero , causing the subsequent bounds check to pass and the loop to ad...

9.1CVSS5.9AI score0.00702EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:45 p.m.21 views

CVE-2026-89633

CVE-2026-89633 is a critical (CVSS 9.8) vulnerability in the Linux kernel's SMB client , specifically in the coalesce_t2() function. The root cause is that server-supplied DataOffset fields are used to compute data pointers without any validation against buffer boundaries. A small DataOffset valu...

9.8CVSS6.1AI score0.00481EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.28 views

CVE-2026-89633 smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

9.8CVSS0.00481EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89633

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

9.8CVSS6.2AI score0.00481EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.30 views

CVE-2026-89634 smb: client: fix ALIGN() overflow in symlink_data() error context loop

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN overflow in symlinkdata error context loop The check added by commit 7d9a7f1f96cd "smb/client: fix possible infinite loop and oob read in symlinkdata" compared the post-ALIGN length against the remaining...

9.1CVSS0.00702EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89633 smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

9.8CVSS6.2AI score
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89632 smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparsebufptr reparsebufptr reads buf-ReparseDataLength before checking that count covers the full fixed header: buf = struct reparsedatabuffer u8 io + off; len = sizeofbu...

8.2CVSS6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89632

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparsebufptr reparsebufptr reads buf-ReparseDataLength before checking that count covers the full fixed header: buf = struct reparsedatabuffer u8 io + off; len = sizeofbu...

8.2CVSS5.9AI score0.00318EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.27 views

CVE-2026-89632 smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparsebufptr reparsebufptr reads buf-ReparseDataLength before checking that count covers the full fixed header: buf = struct reparsedatabuffer u8 io + off; len = sizeofbu...

8.2CVSS0.00318EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89632

CVE-2026-89632 is an out-of-bounds read in the Linux kernel's SMB client , specifically in the reparse_buf_ptr() function. The root cause is a use-before-check of ReparseDataLength (offset 4, 2 bytes): the value is read before verifying that the received buffer length (count) is at least the full...

8.2CVSS5.8AI score0.00318EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76544

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparsebufptr reparsebufptr reads buf-ReparseDataLength before checking that count covers the full fixed header: buf = struct reparsedatabuffer u8 io + off; len = sizeofbu...

5.8AI score0.00318EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76543

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject a tree connect response whose byte count is too small CIFSTCon bounds its strnlen over the byte area with the server's ByteCount minus two, which for ByteCount 0 or 1 goes negative as an int and converts to a...

5.9AI score0.00448EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89631

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject a tree connect response whose byte count is too small CIFSTCon bounds its strnlen over the byte area with the server's ByteCount minus two, which for ByteCount 0 or 1 goes negative as an int and converts to a...

9.1CVSS6AI score0.00448EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89631 smb: client: reject a tree connect response whose byte count is too small

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject a tree connect response whose byte count is too small CIFSTCon bounds its strnlen over the byte area with the server's ByteCount minus two, which for ByteCount 0 or 1 goes negative as an int and converts to a...

9.1CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89631

CVE-2026-89631 affects the Linux kernel SMB (CIFS) client . In CIFSTCon(), the strnlen() bound over the byte area uses the server's ByteCount minus two; when ByteCount is 0 or 1, the value underflows to a huge size_t, causing cifs_strndup_from_utf16() to read up to 65,535 bytes past the ~16 KB sl...

9.1CVSS5.9AI score0.00448EPSS
SaveExploits0References3
Rows per page
Query Builder