Lucene search
+L

697 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.12 views

DEBIAN-CVE-2024-56630

In the Linux kernel, the following vulnerability has been resolved: ocfs2: free inode when ocfs2getinitinode fails syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 "ocfs2: Handle error from dquotinitialize" forgot to call iput when newinode succeeded and dquotinitialize fail...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

UBUNTU-CVE-2024-56586

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix f2fsbugon when uninstalling filesystem call f2fsevictinode. creating a large files during checkpoint disable until it runs out of space and then delete it, then remount to enable checkpoint again, and then unmount the...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References46
CVE
CVE
added 2024/12/27 2:51 p.m.2483 views

CVE-2024-56630

The CVE-2024-56630 issue affects the Linux kernel’s ocfs2 subsystem: when ocfs2_get_init_inode() fails, inodes could be leaked due to not iput()'ing after new_inode() succeeds and dquot_initialize() fails. The syzbot trace mentions busy inodes after unmount for commit 9c89fe0af826 and that the er...

5.5CVSS6.6AI score0.00255EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 2:15 p.m.1 views

DEBIAN-CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

4.7CVSS5.7AI score0.00554EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.19 views

CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

9.8CVSS0.00554EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

UBUNTU-CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

9.8CVSS6.5AI score0.00554EPSS
SaveExploits0References19
OSV
OSV
added 2024/12/27 2:15 p.m.4 views

UBUNTU-CVE-2024-53218

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix race in concurrent f2fsstopgcthread In my test case, concurrent calls to f2fs shutdown report the following stack trace: Oops: general protection fault, probably for non-canonical address 0xc6cfff63bb5513fc: 0000 1...

7.8CVSS6.5AI score0.00221EPSS
SaveExploits0References32
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.30 views

CVE-2024-53176 smb: During unmount, ensure all cached dir instances drop their dentry

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

9.8CVSS0.00554EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 1:49 p.m.2286 views

CVE-2024-53176

The CVE covers a race in the Linux kernel SMB client (CIFS) during unmount: when unmounting, cached dentries may not be dropped due to racing with cached_dir operations, causing busy inodes and kernel BUGs. The fix introduces queued work in cfid_put_wq to drop dentries and flush it via close_all_...

9.8CVSS6.4AI score0.00554EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.8 views

CVE-2024-53176 smb: During unmount, ensure all cached dir instances drop their dentry

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

9.8CVSS6.2AI score
SaveExploits0References7
CVE
CVE
added 2024/12/27 1:49 p.m.123 views

CVE-2024-53167

CVE-2024-53167 affects the Linux kernel NFS client’s blocklayout path. The issue arises during unmount of a pNFS SCSI layout when a NULL block_device is dereferenced due to premature PR key unregistration; the code may unregister a device when none is attached. The root cause is a failure to guar...

7.5CVSS6.5AI score0.00639EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:0 a.m.11 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-49867)

"The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-49867 advisory. - In the Linux kernel, the following vulnerability has been resolved: btrfs: wait for fixup workers before...

7.8CVSS6.3AI score0.00299EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/11/26 12:0 a.m.7 views

PT-2024-35622

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the unmount process of cached directory instances. The issue occurs when the unmount process races with various cached...

4.7CVSS5.5AI score0.00554EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:0 a.m.10 views

btrfs: wait for fixup workers before stopping cleaner kthread during umount

...

7.8CVSS6.8AI score0.00299EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.10 views

kernel: gfs2: Fix NULL pointer dereference in gfs2_log_flush

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2logflush In gfs2jindexfree, set sdp-sdjdesc to NULL under the log flush lock to provide exclusion against gfs2logflush. In gfs2logflush, check if sdp-sdjdesc is non-NULL before...

5.5CVSS6.4AI score0.00268EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.5 views

kernel: gfs2: Fix NULL pointer dereference in gfs2_log_flush

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2logflush In gfs2jindexfree, set sdp-sdjdesc to NULL under the log flush lock to provide exclusion against gfs2logflush. In gfs2logflush, check if sdp-sdjdesc is non-NULL before...

5.5CVSS6.4AI score0.00268EPSS
SaveExploits0References5
Veracode
Veracode
added 2024/11/03 12:10 p.m.7 views

Heap-Based Buffer Overflow

MicroPython is vulnerable to a Heap-based buffer overflow. The vulnerability is due to improper string length comparison during the VFS unmount process in the mpvfsumount function, which allows a remote attacker to trigger a heap buffer overflow read by supplying a crafted unmount path...

7.5CVSS7.5AI score0.01015EPSS
SaveExploits1References12Affected Software5
RedHat Linux
RedHat Linux
added 2024/10/30 1:41 a.m.5 views

kernel: ext4: turn quotas off if mount failed after enabling quotas

In the Linux kernel, the following vulnerability has been resolved: ext4: turn quotas off if mount failed after enabling quotas Yi found during a review of the patch "ext4: don't BUG on inconsistent journal feature" that when ext4markrecoverycomplete returns an error value, the error handling pat...

7.8CVSS5.7AI score0.0014EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/25 3:7 a.m.8 views

SUSE CVE-2024-49867

In the Linux kernel, the following vulnerability has been resolved: btrfs: wait for fixup workers before stopping cleaner kthread during umount During unmount, at closectree, we have the following steps in this order: 1 Park the cleaner kthread - this doesn't destroy the kthread, it basically hal...

7CVSS6.5AI score0.00299EPSS
SaveExploits0References44
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

DEBIAN-CVE-2024-49870

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0References1
Rows per page
Query Builder