Lucene search
+L

27 matches found

RedhatCVE
RedhatCVE
added 4 days ago5 views

CVE-2026-68100

A flaw was found in ksmbd in the Linux kernel. An authenticated client can provide a crafted security descriptor that is not properly validated when copying Access Control Entries ACEs in the setntacldacl function. This improper validation leads to an out-of-bounds heap read, allowing the client ...

8.1CVSS5.3AI score0.00403EPSS
SaveExploits0References4
NVD
NVD
added 5 days ago5 views

CVE-2026-68097

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities setntacldacl validates sid.numsubauth before copying an ACE, but does not verify that the declared ACE size contains all sub-authorities described by that field. An undersized...

8.8CVSS0.00414EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago33 views

CVE-2026-68100

The CVE-2026-68100 issue affects ksmbd in the Linux kernel. A flaw in set_ntacl_dacl() copies ACEs from an attacker-controlled security descriptor without validating sid.num_subauth, allowing an authenticated SMB2 client to trigger an out-of-bounds heap read (~1 KB) when building a POSIX ACL in a...

8.1CVSS5.3AI score0.00403EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-68097 ksmbd: validate ACE size against SID sub-authorities

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities setntacldacl validates sid.numsubauth before copying an ACE, but does not verify that the declared ACE size contains all sub-authorities described by that field. An undersized...

8.8CVSS0.00414EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:1 p.m.9 views

CVE-2026-53390

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smbcheckpermdacl The permission-check ACE walk in smbcheckpermdacl validates the ACE header size and caps sid.numsubauth at SIDMAXSUBAUTHORITIES, but it never checks that ace-size is actually larg...

8.1CVSS5.5AI score0.0047EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 12:1 p.m.26 views

EUVD-2026-45512

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smbcheckpermdacl The permission-check ACE walk in smbcheckpermdacl validates the ACE header size and caps sid.numsubauth at SIDMAXSUBAUTHORITIES, but it never checks that ace-size is actually larg...

5.6AI score0.0047EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 12:1 p.m.8 views

CVE-2026-53390 ksmbd: fix out-of-bounds read in smb_check_perm_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smbcheckpermdacl The permission-check ACE walk in smbcheckpermdacl validates the ACE header size and caps sid.numsubauth at SIDMAXSUBAUTHORITIES, but it never checks that ace-size is actually larg...

8.1CVSS5.6AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.17 views

PT-2026-61226

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the smb check perm dacl function within the ksmbd module. This issue occurs during ACE-walk loops when a transposed bounds check fails to properly validat...

8.1CVSS5.1AI score0.00628EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Use checkaddoverflow to prevent overflow of the u16 DACL size. The functions setposixaclentriesdacl and setntacldacl accumulate the ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size c...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/08 2:16 p.m.17 views

CVE-2026-43350

In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parsedacl treats an ACE SID matching sidunixNFSmode as an NFS mode SID and reads sid.subauth2 to recover the mode bits. That assumes the ACE carries three...

7.6CVSS0.00224EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/08 1:41 p.m.50 views

CVE-2026-43350 smb: client: require a full NFS mode SID before reading mode bits

In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parsedacl treats an ACE SID matching sidunixNFSmode as an NFS mode SID and reads sid.subauth2 to recover the mode bits. That assumes the ACE carries three...

7.6CVSS0.00224EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/08 1:41 p.m.13 views

CVE-2026-43350

In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parsedacl treats an ACE SID matching sidunixNFSmode as an NFS mode SID and reads sid.subauth2 to recover the mode bits. That assumes the ACE carries three...

7.6CVSS5.7AI score0.00224EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/08 1:41 p.m.40 views

CVE-2026-43350

In the Linux kernel, a vulnerability in the SMB client path can allow a malicious server to exploit an ACE with sid_unix_NFS_mode by providing an ACE with only two subauthorities. parse_dacl() would treat this as an NFS mode SID and read sub_auth[2], potentially reading four bytes past the end of...

7.6CVSS5.8AI score0.00224EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.39 views

PT-2026-39001

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the SMB client where the parse dacl function incorrectly handles Access Control Entry ACE SIDs. The function treats an ACE SID matching sid unix NFS mode as an NFS mode...

7.6CVSS6AI score0.00224EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/01 1:56 p.m.7 views

CVE-2026-31712

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require minimum ACE size in smbcheckpermdacl Both ACE-walk loops in smbcheckpermdacl only guard against an under-sized remaining buffer, not against an ACE whose declared ace-size is smaller than the struct it claims to...

8.3CVSS5.7AI score0.00315EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/01 1:56 p.m.9 views

CVE-2026-31712 ksmbd: require minimum ACE size in smb_check_perm_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require minimum ACE size in smbcheckpermdacl Both ACE-walk loops in smbcheckpermdacl only guard against an under-sized remaining buffer, not against an ACE whose declared ace-size is smaller than the struct it claims to...

8.3CVSS6.6AI score
SaveExploits0References10
CNNVD
CNNVD
added 2026/05/01 12:0 a.m.16 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from an out-of-bounds read vulnerability. The vulnerability stems from insufficient ACE size validation in the smbcheckpermdacl function of ksmbd, whic...

8.3CVSS5.8AI score0.00315EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.19 views

PT-2026-36339

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the SMB client where the system fails to fully validate the Discretionary Access Control List DACL before rewriting it in cifsacl. The functions build sec desc and id...

8.8CVSS6.1AI score0.00259EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.31 views

EUVD-2021-0214

Malware in sbrugna...

6.5CVSS6.4AI score0.01729EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2025-15036

Malicious code in bioql PyPI...

8.5CVSS6.4AI score0.00289EPSS
SaveExploits0References1
Rows per page
Query Builder