Lucene search
+L

3659 matches found

OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64323

In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udfloadvat takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size:...

7.1CVSS5.7AI score0.0016EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:51 a.m.8 views

EUVD-2026-48817

In the Linux kernel, the following vulnerability has been resolved: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfscreatedevmseqfile store a devres allocated debugfsdevmentry as inode private data. vfiounregistergroupdev currently calls...

5.7AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.36 views

CVE-2026-64431 ntfs: avoid calling post_write_mst_fixup() for invalid index_block

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.8CVSS0.00123EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:50 a.m.26 views

CVE-2026-64391

The CVE-2026-64391 issue affects the Linux kernel ksmbd component, where alternate data streams (ADS) stored as xattrs were read/written using current task credentials via VFS xattr paths. The root cause is that ADS I/O did not use the credentials captured when the SMB handle was opened, allowing...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48922

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...

5.8AI score0.00129EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64378

CVE-2026-64378 is a Linux kernel race between cgroup_writeback_umount() and inode_switch_wbs()/cleanup_offline_cgwb() triggered when a container exits. The root cause is a window between inode_prepare_wbs_switch() returning true and wb_queue_isw(), which can lead to a VFS: Busy inodes after unmou...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64378 writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()

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.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.33 views

CVE-2026-64378 writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()

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.8CVSS0.00129EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.10 views

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.7AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64356

The CVE-2026-64356 issue affects the Linux kernel XFS metadir path, specifically a memory leak in xfs_dqinode_metadir_create() when xfs_metadir_create() fails inside xfs_dqinode_metadir_create(). The root cause is that, on failure, the code returns without freeing the allocated update and transac...

5.8AI score0.00179EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48900

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.8AI score0.00179EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:50 a.m.10 views

CVE-2026-64356 xfs: fix memory leak in xfs_dqinode_metadir_create()

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.19 views

CVE-2026-64323

CVE-2026-64323 affects the Linux kernel UDF filesystem handling. The bug is in udf_load_vat() where the virtual partition start offset is taken from vat20->lengthHeader without validating against the VAT inode size, allowing a fully attacker-controlled 16-bit lengthHeader to underflow s_num_en...

7.1CVSS5.8AI score0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-49035

In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udfloadvat takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size:...

5.8AI score0.0016EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64323

In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udfloadvat takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size:...

7.1CVSS5.7AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64323 udf: validate VAT header length against the VAT inode size

In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udfloadvat takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size:...

7.1CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.41 views

CVE-2026-64323 udf: validate VAT header length against the VAT inode size

In the Linux kernel, the following vulnerability has been resolved: udf: validate VAT header length against the VAT inode size udfloadvat takes the virtual partition's start offset straight from the on-disk VAT 2.0 header without checking it against the VAT inode size:...

7.1CVSS0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.23 views

CVE-2026-64294

CVE-2026-64294 : In the Linux kernel(mm subsystem) a vulnerability was resolved where inode ownership checks for side-channel protection in mincore() and MADV_PAGEOUT used nop_mnt_idmap, ignoring the file mount’s idmap. This could misreport ownership under idmapped mounts (e.g., when file ownersh...

5.8AI score0.002EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64496

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: event: Fix event FIFO reset race iioeventgetfd creates the event file descriptor with anoninodegetfd, which allocates a new fd, creates the anonymous file...

7.1CVSS5.6AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64378

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - writeback: fix race between cgroupwritebackumount and inodeswitchwbs When a container exits, the following BUGON is occasionally triggered:...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References3
Rows per page
Query Builder