Lucene search
+L

23824 matches found

Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63812

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.14 views

CVE-2026-63811

In the Linux kernel, the following vulnerability has been resolved: f2fs: read COW data with the original inode during atomic write When updating an atomic-write file, f2fswritebegin may read the previously written data back from the COW inode: prepareatomicwritebegin locates the block in the COW...

5.1AI score0.00106EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63812 f2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS5.3AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63810

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

5.2AI score0.00173EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 12:2 p.m.15 views

EUVD-2026-45476

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

5.3AI score0.00173EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 12:2 p.m.16 views

CVE-2026-63810

In CVE-2026-63810, the Linux kernel fixed a vulnerability in the block subsystem by unregistering the bdev pseudo-filesystem to prevent userspace from mounting it. The issue arose because move_mount() could use inode_operations pointers that were always zero for this filesystem, enabling a NULL p...

5.4AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.8 views

CVE-2026-63810

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

5.2AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63810 block: Avoid mounting the bdev pseudo-filesystem in userspace

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

5.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.34 views

CVE-2026-63810 block: Avoid mounting the bdev pseudo-filesystem in userspace

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

0.00173EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.34 views

CVE-2026-63808 exfat: fix potential use-after-free in exfat_find_dir_entry()

In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential use-after-free in exfatfinddirentry In exfatfinddirentry, the bufferhead obtained from exfatgetdentry is released with brelsebh before the fall-through TYPEEXTEND branch reads the directory entry through ep...

9.8CVSS0.005EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:2 p.m.10 views

EUVD-2026-45461

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

5.4AI score0.00477EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 12:2 p.m.34 views

CVE-2026-63795

CVE-2026-63795 affects the Linux kernel 9p client implementation. The issue occurs when p9_client_walk() is called with clone=false and the fid aliases oldfid; if the walk fails after a request is sent, the error path may clunk the fid and destroy oldfid even when the caller still owns it, causin...

10CVSS5.4AI score0.00477EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63796

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject oversized group bitmap descriptors ocfs2validategdparent only bounds bgbits against the parent allocator's chain geometry. A malicious descriptor can still claim a bgsize/bgbits pair that exceeds the bitmap bytes th...

8.8CVSS5.3AI score0.00455EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.2AI score0.00121EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 9:10 a.m.11 views

EUVD-2026-45438

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by incorrect natentry flag usage f2fsneeddentrymark reads natentry flags without mutual exclusion with the checkpoint path, which can result in an incorrect inode block marking state. The...

5.4AI score0.00116EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 9:10 a.m.25 views

CVE-2026-53368

CVE-2026-53368 concerns the Linux kernel f2fs filesystem. Multiple sources describe a fix for fsck inconsistency caused by incorrect nat_entry flag handling during checkpoint sequencing. The root cause is that f2fs_need_dentry_mark() reads nat_entry flags without mutual exclusion with the checkpo...

7.1CVSS5.4AI score0.00116EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61271

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A crash occurs in the hpfs module when the hpfs map dnode bitmap function fails. In this scenario, the system attempts to call hpfs brelse4 using an uninitialized quad buffer head, leadi...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61383

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs read to pagecache function where the system fails to pause the generation of new subrequests when a previously issued subrequest fails. Recommendations At th...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/19 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-63810

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not...

5.9AI score0.00173EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61381

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfs component where netfs invalidate folio fails to clear the dirty bit when all changes in a folio are removed during a file truncation. This leaves the folio i...

5.1AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder