Lucene search
+L

2326 matches found

CVE
CVE
added 2026/01/13 3:28 p.m.44 views

CVE-2025-68786

CVE-2025-68786 affects the Linux kernel ksmbd code path. When i_size equals the requested size (including 0), the prior check_lock_range call used size-1 and could underflow, which is mitigated by skipping the equal-size case. The issue is resolved in upstream kernel 6.6.120, and Mageia advisorie...

6.4AI score0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:28 p.m.7 views

CVE-2025-68786 ksmbd: skip lock-range check on equal size to avoid size==0 underflow

In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current isize including 0, the code used to call checklockrangefilp, isize, size - 1, WRITE, which computes size - 1 and can underflow for...

6.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/01/13 3:28 p.m.32 views

CVE-2025-68786 ksmbd: skip lock-range check on equal size to avoid size==0 underflow

In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current isize including 0, the code used to call checklockrangefilp, isize, size - 1, WRITE, which computes size - 1 and can underflow for...

0.00197EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/01/13 3:28 p.m.14 views

CVE-2025-68786

In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current isize including 0, the code used to call checklockrangefilp, isize, size - 1, WRITE, which computes size - 1 and can underflow for...

5.2AI score0.00197EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.10 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ksmbd: transportipc: Validate the payload size before reading the handle. The handleresponse function dereferences the payload as a 4-byte handle without verifying that the declared payload size is at least 4 bytes. A malformed o...

7.1CVSS6AI score0.0014EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68817

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdtreeconnectput under concurrency Under high concurrency, A...

9.8CVSS6.3AI score0.00454EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68806

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer...

7.5CVSS6.1AI score0.00437EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-68786

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current isize including 0, the code used to call checklockrangefilp,...

6AI score0.00197EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-68809

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: vfs: fix race on mflags in vfscache ksmbd maintains delete-on-close and pending-delete state in ksmbdinode-mflags. In vfscache.c this field is accessed...

9.1CVSS8.2AI score0.00516EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/13 12:00 a.m.11 views

PT-2026-2541

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel’s ksmbd component has an issue related to inconsistent locking when accessing the m flags field within the vfs cache. Specifically, some code paths read and modify m fla...

5.5AI score0.00516EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2026/01/12 4:54 p.m.15 views

K000159062: Linux kernel vulnerability CVE-2024-56627

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbdvfsstreamread An offset from client could be a negative value, it could lead to an out-of-bounds read from the streambuf. Note that this issue is coming when...

8.1CVSS5.8AI score0.00627EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2026/01/12 4:49 p.m.16 views

K000159061: Linux kernel vulnerability CVE-2024-56626

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Write in ksmbdvfsstreamwrite. An offset from client could be a negative value, it could allows to write data outside the bounds of the allocated buffer. Note that this issue ...

8.8CVSS6.2AI score0.00699EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-54203

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix slab-out-of-bounds in initsmb2rsphdr When smb1 mount fails, KASAN detect slab-out-of-bounds in initsmb2rsphdr like the following one. For smb1...

9.1CVSS5.5AI score0.00535EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-54162

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix possible memory leak in smb2lock argv needs to be free when setupasyncwork fails or when the current process is woken up. CVE-2023-54162 Note that...

8.8CVSS5.9AI score0.00378EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.23 views

PT-2026-20454

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the SMB server component of the Linux kernel, specifically within the ksmbd tcp new connection function. When kthread run fails during the creation of a new...

5.5CVSS6AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.12 views

PT-2026-20452

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel’s ksmbd module contains a synchronization issue within the ksmbd chann list xarray. This lack of synchronization can lead to a use-after-free condition in multi-channel...

8.8CVSS7AI score0.0044EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/31 12:29 a.m.15 views

SUSE CVE-2023-54162

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible memory leak in smb2lock argv needs to be free when setupasyncwork fails or when the current process is woken up...

8.8CVSS6.5AI score0.00378EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.12 views

SUSE CVE-2023-54203

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in initsmb2rsphdr When smb1 mount fails, KASAN detect slab-out-of-bounds in initsmb2rsphdr like the following one. For smb1 negotiate56bytes , initsmb2rsphdr for smb2 is called. The issue occurs whil...

9.1CVSS6.5AI score0.00535EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.20 views

EUVD-2023-60438

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in initsmb2rsphdr When smb1 mount fails, KASAN detect slab-out-of-bounds in initsmb2rsphdr like the following one. For smb1 negotiate56bytes , initsmb2rsphdr for smb2 is called. The issue occurs whil...

6AI score0.00535EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:15 p.m.42 views

CVE-2023-54250

CVE-2023-54250 is about ksmbd in the Linux kernel avoiding an out-of-bounds access in decode_preauth_ctxt(). The issue arises because pneg_ctxt->HashAlgorithms is accessed within the SMB request boundary, while deassemble_neg_contexts() only checks the eight-byte SMB2_neg_context header plus t...

8.2CVSS6.2AI score0.00469EPSS
SaveExploits0References4
Rows per page
Query Builder