Lucene search
+L

178 matches found

CVE
CVE
added 2025/11/12 10:23 a.m.43 views

CVE-2025-40137

CVE-2025-40137 describes a Linux kernel issue in F2FS where the error path of f2fs_truncate() did not truncate the first page in cache, leading to inode eviction logic detecting a non-zero i_data.nrpages and triggering a kernel BUG during eviction. The provided details trace the path from evict →...

5.8AI score0.00199EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989778)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989778 advisory. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fsevictinode As Yanming reported in bugzilla:...

5.5CVSS5.3AI score0.00257EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/10/31 4:38 p.m.9 views

Astra Linux - уязвимость в linux-6.1

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix uninitialized values during inode evict If an iget fails due to not being able to retrieve information from the server then the inode structure is only partially initialized. When the inode gets evicted, references to...

5.5CVSS6.5AI score0.00012EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/24 11:46 p.m.17 views

SUSE CVE-2024-45003

In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee function pruneicachesb collects all reclaimable inodes and mark them with IFREEING flag at first, at that time, other processes will be...

5.5CVSS6.2AI score0.00174EPSS
SaveExploits0References18
CVE
CVE
added 2025/10/07 3:21 p.m.36 views

CVE-2022-50546

The CVE-2022-50546 issue affects the Linux kernel ext4 subsystem, specifically ext4_alloc_inode() and the __ext4_new_inode() path. Syzbot reported a KMSAN uninitialized value in ext4_evict_inode, caused by not initializing ei->i_flags during ext4_alloc_inode() when a new inode creation fails b...

7.8CVSS6AI score0.00202EPSS
SaveExploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986434)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986434 advisory. In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP wi...

5.5CVSS6.1AI score0.00259EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-390379)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-390379 advisory. In the Linux kernel, the following vulnerability has been resolved: vfs: fix race between eviceinodes and findinode&iput Hi, all Recently I noticed a bug1 in btrfs,...

7.8CVSS6.2AI score0.00203EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-382521)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-382521 advisory. In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee...

4.7CVSS6AI score0.00174EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/04 4:15 p.m.8 views

CVE-2023-53536

In the Linux kernel, the following vulnerability has been resolved: blk-crypto: make blkcryptoevictkey more robust If blkcryptoevictkey sees that the key is still in-use due to a bug or that -keyslotevict failed, it currently just returns while leaving the key linked into the keyslot management...

7.8CVSS0.0016EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/04 3:16 p.m.7 views

CVE-2023-53536 blk-crypto: make blk_crypto_evict_key() more robust

In the Linux kernel, the following vulnerability has been resolved: blk-crypto: make blkcryptoevictkey more robust If blkcryptoevictkey sees that the key is still in-use due to a bug or that -keyslotevict failed, it currently just returns while leaving the key linked into the keyslot management...

7.8CVSS6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/10/04 3:16 p.m.34 views

CVE-2023-53536

CVE-2023-53536 affects the Linux kernel in the blk-crypto subsystem. The issue stems from blk_crypto_evict_key() sometimes returning early without unlinking the key from the keyslot management structures, while the caller proceeds to free the blk_crypto_key. This mismatch can cause a use-after-fr...

7.8CVSS6.1AI score0.0016EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-30851

Malicious code in bioql PyPI...

6.3AI score0.00106EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.18 views

EUVD-2024-53234

Malicious code in bioql PyPI...

7.3AI score0.00241EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2025-26099

Malicious code in bioql PyPI...

6.3AI score0.00174EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/09/24 11:22 p.m.8 views

SUSE CVE-2025-39884

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfsinode to be missing from the root-inodes xarray. Specifically,...

5.5CVSS6.3AI score0.00106EPSS
SaveExploits0References9
NVD
NVD
added 2025/09/23 6:15 a.m.13 views

CVE-2025-39884

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfsinode to be missing from the root-inodes xarray. Specifically,...

4.7CVSS0.00106EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/23 6:00 a.m.44 views

CVE-2025-39884

Mode C: The provided documents describe CVE-2025-39884 as a Linux kernel (btrfs) race where eviction and inode caching can lose a live btrfs_inode in root->inodes, breaking subvolume deletion. The root cause is a window in evict() between unhashed inode removal and xarray deletion, allowing a ...

4.7CVSS5.9AI score0.00106EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/23 6:00 a.m.4 views

CVE-2025-39884 btrfs: fix subvolume deletion lockup caused by inodes xarray race

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfsinode to be missing from the root-inodes xarray. Specifically,...

5.9AI score0.00106EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/23 6:00 a.m.24 views

CVE-2025-39884 btrfs: fix subvolume deletion lockup caused by inodes xarray race

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfsinode to be missing from the root-inodes xarray. Specifically,...

0.00106EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/23 6:00 a.m.6 views

CVE-2025-39884 btrfs: fix subvolume deletion lockup caused by inodes xarray race

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfsinode to be missing from the root-inodes xarray. Specifically,...

4.7CVSS6AI score
SaveExploits0References6
Rows per page
Query Builder