Lucene search
+L

72 matches found

OSV
OSV
added 2025/02/27 2:07 a.m.14 views

CVE-2025-21721 nilfs2: handle errors that nilfs_prepare_chunk() may return

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle errors that nilfspreparechunk may return Patch series "nilfs2: fix issues with rename operations". This series fixes BUGON check failures reported by syzbot around rename operations, and a minor behavioral issue...

6.5AI score
SaveExploits0References13
BDU FSTEC
BDU FSTEC
added 2025/02/18 12:00 a.m.10 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the nilfs2 component in the Linux operating system’s kernel is related to the pointer dereferencing of NULL. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0References30Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/02/18 12:00 a.m.18 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the lib/generic-radix-tree.c component in the Linux operating system’s kernel is related to incorrect resource locking. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References39Affected Software5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Nilfs2: Fixed potential deadlocks caused by newly created symlinks. Syzbot reported that the pagesymlink function, called by nilfssymlink, triggers memory reclamation involving the filesystem layer. This can lead to circular lock...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References3
Amazon
Amazon
added 2025/02/04 12:00 a.m.19 views

Important: kernel-livepatch-5.10.227-219.884

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc CVE-2023-52760 In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify CVE-2024-36899 In the...

7.8CVSS7.4AI score0.00869EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:00 a.m.11 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the nilfs2 component in the Linux operating system’s kernel is related to errors that occur after deallocation. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.8CVSS6.7AI score0.0026EPSS
SaveExploits0References14Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/01/31 12:00 a.m.11 views

The vulnerability of the nilfs_segctor_prepare_write() function in the fs/nilfs2/segment.c file of the Linux operating system’s kernel’s file system, nilfs2, allows a malicious actor to cause a service failure.

The vulnerability of the nilfssegctorpreparewrite function in the fs/nilfs2/segment.c file of the Linux kernel’s file system nilfs2 is related to improper locking mechanisms. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00259EPSS
SaveExploits0References47Affected Software6
NVD
NVD
added 2025/01/11 1:15 p.m.13 views

CVE-2024-53690

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...

5.5CVSS0.00254EPSS
SaveExploits0References9
OSV
OSV
added 2025/01/11 12:35 p.m.16 views

CVE-2024-53690 nilfs2: prevent use of deleted inode

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...

6.2AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/01/11 12:35 p.m.35 views

CVE-2024-53690 nilfs2: prevent use of deleted inode

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...

0.00254EPSS
SaveExploits0References7
CVE
CVE
added 2025/01/11 12:35 p.m.2431 views

CVE-2024-53690

CVE-2024-53690 (Linux kernel) describes a nilfs2 inode handling flaw where a deleted inode could be mis-reused, leading to inode duplication and i_nlink underflow during rmdir. The fix involves guarding against deleted inodes by verifying i_nlink in nilfs_iget() and reclaiming the inode when its ...

5.5CVSS6.6AI score0.00254EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2024/12/27 3:15 p.m.23 views

CVE-2024-56619

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfsfindentry Syzbot reported that when searching for records in a directory where the inode's isize is corrupted and has a large value, memory access outside the folio/page...

7.8CVSS0.00213EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.9 views

CVE-2024-56619 nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential out-of-bounds memory access in nilfsfindentry Syzbot reported that when searching for records in a directory where the inode's isize is corrupted and has a large value, memory access outside the folio/page...

7.8CVSS7.4AI score0.00213EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/27 2:51 p.m.201 views

CVE-2024-56619

CVE-2024-56619 — Linux kernel nilfs2 . A potential out-of-bounds memory access in nilfs_find_entry() when an inode’s i_size is large/corrupted. Root cause: i_size upper 32 bits were lost due to a local variable type, causing underflow in end-address calculation. Fix: replace the offending local v...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0References9Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/12/05 12:00 a.m.8 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the nilfs2 component in the Linux operating system’s kernel is related to improper locking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.3CVSS6.7AI score0.00861EPSS
SaveExploits0References45Affected Software5
NVD
NVD
added 2024/12/04 3:15 p.m.23 views

CVE-2024-53130

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in blockdirtybuffer tracepoint When using the "block:blockdirtybuffer" tracepoint, markbufferdirty may cause a NULL pointer dereference, or a general protection fault when KASAN is enabled. This happens...

5.5CVSS0.0023EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2024/11/19 12:00 a.m.11 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the nilfs2 component in the Linux operating system’s kernel is related to readout errors beyond the boundary in the nilfstypebymode function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00273EPSS
SaveExploits0References45Affected Software6
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:00 a.m.14 views

The vulnerability of the nilfs2 component in the Linux operating system’s kernel, which allows a hacker to cause a service failure

The vulnerability of the nilfs2 component in the Linux operating system’s kernel is related to improper error handling in the nilfsgetblock function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00255EPSS
SaveExploits0References47Affected Software5
OSV
OSV
added 2024/11/05 5:10 p.m.16 views

CVE-2024-50116 nilfs2: fix kernel bug due to missing clearing of buffer delay flag

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug due to missing clearing of buffer delay flag Syzbot reported that after nilfs2 reads a corrupted file system image and degrades to read-only, the BUGON check for the buffer delay flag in submitbhwbc may fai...

5.5CVSS6.5AI score
SaveExploits0References13
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:00 a.m.11 views

The vulnerability of the nilfs_check_folio() function in the nilfs2 file system of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the nilfscheckfolio function in the fs/nilfs2/dir.c file of the Linux kernel’s file system nilfs2 is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility o...

7.8CVSS6.5AI score0.0026EPSS
SaveExploits0References28Affected Software5
Rows per page
Query Builder