Lucene search
+L

208041 matches found

OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64395

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTLDUPLICATEEXTENTSTOFILE passes the source file directly to vfsclonefilerange or vfscopyfilerange without checking the SMB access mask granted to the source handle. A...

7.5CVSS5.7AI score0.00406EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64394

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a WRITEDAC/WRITEOWNER check to SMB2 SETINFO SECURITY commit cc57232cae23 "ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTLSETSPARSE" added a fp-daccess gate to fsctlsetsparse and noted that...

8.8CVSS5.7AI score0.0047EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64388

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership chown and group chgrp modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFSMOUNTCIFSACL or CIFSMOUNTMODEFROMSID were also explicitly...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64391

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the...

9.8CVSS5.6AI score0.00457EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64389

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbdauthntlmv2 derives the NTLMv2 session key into sess-sesskey before it verifies the NTLMv2 response. ksmbddecodentlmsspauthblob then continues into KEYXCH even when...

8.2CVSS5.8AI score0.00453EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64393

In the Linux kernel, the following vulnerability has been resolved: ksmbd: run set info with opener credentials SMB2 SETINFO handlers call path-based VFS helpers after checking the access mask granted to the SMB handle. Those helpers perform their owner, inode permission and LSM checks using the...

9.1CVSS5.7AI score0.00479EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64392

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

9.1CVSS5.6AI score0.00469EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-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.6AI score0.00467EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64379

In the Linux kernel, the following vulnerability has been resolved: smb: client: mask server-provided mode to 07777 in modefromsid When modefromsid is active, parsedacl applies the server-provided subauth2 value from the NFS mode SID to cfmode without masking to 07777. Apply the correct masking,...

7.1CVSS5.7AI score0.00309EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64384

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

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-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.6AI score0.00443EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-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.8CVSS5.8AI score0.00457EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago6 views

DEBIAN-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.8AI score0.00457EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-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.8AI score0.00354EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago7 views

DEBIAN-CVE-2026-64372

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64375

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64378

In the Linux kernel, the following vulnerability has been resolved: writeback: fix race between cgroupwritebackumount and inodeswitchwbs When a container exits, the following BUGON is occasionally triggered: ================================================================== VFS: Busy inodes after...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago3 views

DEBIAN-CVE-2026-64377

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.6AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago7 views

DEBIAN-CVE-2026-64376

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.6AI score0.00173EPSS
SaveExploits0References1
Rows per page
Query Builder