Lucene search
+L

62835 matches found

OSV
OSV
added 3 days ago7 views

CVE-2026-64435 audit: Fix data races of skb_queue_len() readers on audit_queue

In the Linux kernel, the following vulnerability has been resolved: audit: Fix data races of skbqueuelen readers on auditqueue Multiple readers access auditqueue.qlen via skbqueuelen without holding the queue lock or using READONCE, while kauditd writes to this field via the skbdequeue → skbunlin...

8.2CVSS5.7AI score0.00424EPSS
SaveExploits0References11
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-48775

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

5.9AI score0.00123EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago11 views

CVE-2026-64431

Summary of CVE-2026-64431 (Linux kernel NTFS driver): A memory corruption vulnerability arises when post_write_mst_fixup() is called for an invalid index_block after ntfs_ib_write() returns an error. The root cause is that ntfs_icx_ib_sync_write() treated any error as a write failure and invoked ...

7.8CVSS5.9AI score0.00123EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago8 views

CVE-2026-64431

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

7.8CVSS5.9AI score0.00123EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-48946

In the Linux kernel, the following vulnerability has been resolved: coresight: ultrasoc-smb: Fix OOB write in smbsyncperfbuffer When the SMB sink is used as a perf AUX sink, smbupdatebuffer calls smbsyncperfbuffer to copy hardware trace data into the perf AUX ring buffer pages. It derives pgidx =...

5.9AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago10 views

CVE-2026-64402

CVE-2026-64402 concerns the Linux kernel coresight ultrasoc-smb path: an OOB write in smb_sync_perf_buffer() can occur when the SMB sink is used as a perf AUX sink because the initial page index is derived before applying modulo normalization to the buffer size. The issue is fixed by normalizing ...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago16 views

CVE-2026-64399

Summary: CVE-2026-64399 affects the Linux kernel ksmbd path for FSCTL_DUPLICATE_EXTENTS_TO_FILE. The vulnerability allows overwriting a destination file’s data via vfs_clone_file_range() because both the share-level KSMBD_TREE_CONN_FLAG_WRITABLE check and a per-handle daccess check were absent, a...

9.8CVSS5.8AI score0.00491EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-48942

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a permission check for FSCTLSETZERODATA FSCTLSETZERODATA in smb2ioctl destroys file data via ksmbdvfszerodata - vfsfallocatePUNCHHOLE/ZERORANGE after checking only the share-level KSMBDTREECONNFLAGWRITABLE, with no...

5.7AI score0.00464EPSS
SaveExploits0References6
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-48943

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add permission checks for FSCTLDUPLICATEEXTENTSTOFILE The FSCTLDUPLICATEEXTENTSTOFILE arm of smb2ioctl overwrites the destination file's data via vfsclonefilerange with neither the share-level KSMBDTREECONNFLAGWRITABLE che...

5.8AI score0.00491EPSS
SaveExploits0References6
CVE
CVE
added 3 days ago12 views

CVE-2026-64398

CVE-2026-64398 affects the Linux kernel ksmbd component. A permission check bypass in FSCTL_SET_ZERO_DATA allows an authenticated SMB client with only FILE_WRITE_ATTRIBUTES to zero out file data via fsctl path, bypassing per-handle checks. The operation uses vfs_fallocate(PUNCH_HOLE/ZERO_RANGE) a...

8.1CVSS5.7AI score0.00464EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago6 views

CVE-2026-64399 ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add permission checks for FSCTLDUPLICATEEXTENTSTOFILE The FSCTLDUPLICATEEXTENTSTOFILE arm of smb2ioctl overwrites the destination file's data via vfsclonefilerange with neither the share-level KSMBDTREECONNFLAGWRITABLE che...

9.8CVSS5.7AI score0.00491EPSS
SaveExploits0References9
OSV
OSV
added 3 days ago6 views

CVE-2026-64398 ksmbd: add a permission check for FSCTL_SET_ZERO_DATA

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a permission check for FSCTLSETZERODATA FSCTLSETZERODATA in smb2ioctl destroys file data via ksmbdvfszerodata - vfsfallocatePUNCHHOLE/ZERORANGE after checking only the share-level KSMBDTREECONNFLAGWRITABLE, with no...

8.1CVSS5.7AI score0.00464EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 3 days ago8 views

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
SaveExploits0
OSV
OSV
added 3 days ago6 views

CVE-2026-64394 ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY

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
SaveExploits0References9
CVE
CVE
added 3 days ago13 views

CVE-2026-64394

Summary: CVE-2026-64394 relates to the Linux kernel ksmbd SMB2 SET_INFO SECURITY path. The fix adds a per-handle access gate to prevent rewriting security descriptors when the handle lacks WRITE_DAC/WRITE_OWNER. Previously, SMB2_SET_INFO with InfoType SMB2_O_INFO_SECURITY could re-permission a fi...

8.8CVSS5.8AI score0.0047EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago6 views

CVE-2026-64342 USB: iowarrior: fix use-after-free on disconnect

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect Submitted write URBs are not stopped on close and therefore need to be stopped unconditionally on disconnect to avoid use-after-free in the completion handler...

5.7AI score0.00177EPSS
SaveExploits0References11
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-48880

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspanpda: fix information leak The write callback is supposed to return the number of characters accepted or a negative errno. Since the addition of write fifo support the keyspanpda implementation will however...

5.8AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 3 days ago11 views

CVE-2026-64334

The CVE-2026-64334 entry relates to the Linux kernel USB serial driver for digi_acceleport. Root cause: when submitting OOB write URBs fails persistently during a device disconnect, the driver could loop with interrupts disabled, causing a hard lockup. The fix adds checks for URB submission error...

5.8AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-48877

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digiacceleport: fix write buffer corruption The digiwriteinbcommand is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the u...

6AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago11 views

CVE-2026-64333

The CVE-2026-64333 issue affects the Linux kernel USB serial driver digi_acceleport. The vulnerability was caused by digi_write_inb_command() not properly handling timeouts: it could update the transfer buffer and resubmit the URB on timeout, and for break-control type commands with no timeout it...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
Rows per page
Query Builder