Lucene search
+L

2247 matches found

UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.12 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.8CVSS5.4AI score0.00414EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.11 views

CVE-2026-68098

In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs setntacldacl can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, numaces reflects only the ACEs that were actually copied into...

8.8CVSS5.5AI score0.00414EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:19 p.m.9 views

UBUNTU-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.8CVSS5.2AI score0.00414EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:19 p.m.7 views

UBUNTU-CVE-2026-68130

In the Linux kernel, the following vulnerability has been resolved: ksmbd: defer destroyprevioussession until after NTLM authentication In ntlmauthenticate, destroyprevioussession is called using a user pointer resolved from the client-supplied NTLM blob username field before the NTLMv2 response ...

5.2AI score0.00216EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:19 p.m.6 views

UBUNTU-CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS5.3AI score0.00435EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.9 views

CVE-2026-68130

In the Linux kernel, the following vulnerability has been resolved: ksmbd: defer destroyprevioussession until after NTLM authentication In ntlmauthenticate, destroyprevioussession is called using a user pointer resolved from the client-supplied NTLM blob username field before the NTLMv2 response ...

5.3AI score0.00216EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.11 views

CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS5.3AI score0.00435EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.11 views

CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:19 p.m.6 views

UBUNTU-CVE-2026-68098

In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs setntacldacl can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, numaces reflects only the ACEs that were actually copied into...

8.8CVSS5.5AI score0.00414EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 12:17 p.m.8 views

AZL-95225 CVE-2026-68083 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS5.8AI score0.00446EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 12:17 p.m.12 views

CVE-2026-68083

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS0.00446EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 12:17 p.m.12 views

CVE-2026-68083

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS5.3AI score0.00446EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:17 p.m.7 views

UBUNTU-CVE-2026-68083

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS5.2AI score0.00446EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 12:03 p.m.18 views

CVE-2026-68381 ksmbd: pin conn during async oplock break notification

In the Linux kernel, the following vulnerability has been resolved: ksmbd: pin conn during async oplock break notification smb2oplockbreaknoti and smb2leasebreaknoti store a ksmbdconn pointer in an async ksmbdwork and then queue that work on ksmbd-io. The work only increments conn-rcount, which...

9.8CVSS5.4AI score
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.65 views

CVE-2026-68381

CVE-2026-68381 affects the Linux kernel ksmbd (SMB server) and describes a race between connection teardown and asynchronous oplock/lease break notifications. The vulnerability occurs when a ksmbd_conn pointer is stored in an async work item and queued on ksmbd-io; the work only increments conn-&...

9.8CVSS5.3AI score0.00457EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68381 ksmbd: pin conn during async oplock break notification

In the Linux kernel, the following vulnerability has been resolved: ksmbd: pin conn during async oplock break notification smb2oplockbreaknoti and smb2leasebreaknoti store a ksmbdconn pointer in an async ksmbdwork and then queue that work on ksmbd-io. The work only increments conn-rcount, which...

9.8CVSS0.00457EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.35 views

CVE-2026-68130 ksmbd: defer destroy_previous_session() until after NTLM authentication

In the Linux kernel, the following vulnerability has been resolved: ksmbd: defer destroyprevioussession until after NTLM authentication In ntlmauthenticate, destroyprevioussession is called using a user pointer resolved from the client-supplied NTLM blob username field before the NTLMv2 response ...

0.00216EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 11:58 a.m.29 views

CVE-2026-68130 ksmbd: defer destroy_previous_session() until after NTLM authentication

In the Linux kernel, the following vulnerability has been resolved: ksmbd: defer destroyprevioussession until after NTLM authentication In ntlmauthenticate, destroyprevioussession is called using a user pointer resolved from the client-supplied NTLM blob username field before the NTLMv2 response ...

5.4AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/08/10 11:58 a.m.2 views

CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS5.2AI score0.00435EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/10 11:58 a.m.16 views

CVE-2026-68100 ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS5.4AI score
SaveExploits0References9
Rows per page
Query Builder