Lucene search
+L

98 matches found

RedhatCVE
RedhatCVE
added 2024/10/10 4:29 p.m.20 views

CVE-2024-47660

In the Linux kernel, the following vulnerability has been resolved: fsnotify: clear PARENTWATCHED flags lazily In some setups directories can have many usually negative dentries. Hence fsnotifyupdatechilddentryflags function can take a significant amount of time. Since the bulk of this function...

4.7CVSS7.1AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 8:15 a.m.1 views

DEBIAN-CVE-2024-46734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

4.7CVSS5.6AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.11 views

UBUNTU-CVE-2024-46734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

7.8CVSS6.4AI score0.0019EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.10 views

SUSE CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

7CVSS6.8AI score0.00242EPSS
SaveExploits1References33
OSV
OSV
added 2024/08/21 1:15 a.m.7 views

DEBIAN-CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

7CVSS6.2AI score0.00242EPSS
SaveExploits1References1
OSV
OSV
added 2024/08/21 1:15 a.m.18 views

UBUNTU-CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

8.4CVSS6.5AI score0.00242EPSS
SaveExploits1References30
Debian CVE
Debian CVE
added 2024/08/21 12:10 a.m.37 views

CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

8.4CVSS6.2AI score0.00242EPSS
SaveExploits1
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a request pointer being changed to point to a lock entry that has just been added to the inode list when usi...

7CVSS6.9AI score0.00281EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2024/06/26 1:32 p.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fixed a race condition between direct IO writes and fsync operations when using the same file descriptor. If we have two threads that use the same file descriptor, and one of them performs direct IO writes while the other...

7.8CVSS6.2AI score0.0019EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/28 3:1 p.m.6 views

SUSE CVE-2023-52737

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 4:15 p.m.7 views

AZL-55416 CVE-2023-52737 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52737

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS5.8AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.15 views

UBUNTU-CVE-2023-52737

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References16
CVE
CVE
added 2024/05/21 3:23 p.m.101 views

CVE-2023-52737

CVE-2023-52737: In the Linux kernel, when using Btrfs, fiemap could deadlock with an in-flight fsync due to not taking the inode lock (i_mutex) before fiemap operations. The root cause is that fiemap_fill_next_extent() could fault while accessing user space buffers, which creates a lock-order cyc...

5.5CVSS7AI score0.00212EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:23 p.m.29 views

CVE-2023-52737 btrfs: lock the inode in shared mode before starting fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

6.8AI score0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/07 2:35 p.m.9 views

GSD-2023-1002325 btrfs: lock the inode in shared mode before starting fiemap

btrfs: lock the inode in shared mode before starting fiemap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.13 by commit...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/05/12 3:16 p.m.8 views

kernel: denial of service in in xfs_setattr_nonsize in fs/xfs/xfs_iops.c

A flaw was found in the XFS file system in the Linux kernel. An acquired ILOCK was not freed/unlock when the call to xfsqmvopchownreserve fails and the lock is still held and can lead to denial to access for that device. This is primarily a local denial of service but could result in a remote...

7.8CVSS7.1AI score0.03916EPSS
SaveExploits0References4
OSV
OSV
added 2019/08/25 12:0 a.m.26 views

UBUNTU-CVE-2019-15538

An issue was discovered in xfssetattrnonsize in fs/xfs/xfsiops.c in the Linux kernel through 5.2.9. XFS partially wedges when a chgrp fails on account of being out of disk quota. xfssetattrnonsize is failing to unlock the ILOCK after the xfsqmvopchownreserve call fails. This is primarily a local...

7.5CVSS6.8AI score0.03916EPSS
SaveExploits0References9
Rows per page
Query Builder