Lucene search
K

17 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/16 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71201

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under...

7.1CVSS5.8AI score0.00019EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-12962

Malicious code in bioql PyPI...

7.1AI score0.00074EPSS
Exploits0References3
NVD
NVD
added 2025/07/28 12:15 p.m.3 views

CVE-2025-38492

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix race between cache write completion and ALLQUEUED being set When netfslib is issuing subrequests, the subrequests start processing immediately and may complete before we reach the end of the issuing function. At the en...

4.7CVSS0.00043EPSS
Exploits0References2
CVE
CVE
added 2025/07/25 1:20 p.m.15 views

CVE-2025-38411

CVE-2025-38411 affects the Linux kernel netfs code. The issue is a double put of the netfs request during cleanup: when a request finishes in the pause loop, the ref for IN_PROGRESS is removed, but the final wait loop may also call the collector if IN_PROGRESS is clear. The fix makes netfs_collec...

7.8CVSS6.4AI score0.00078EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.39 views

CVE-2025-38139

In Linux kernels with netfs, CVE-2025-38139 is resolved by correcting the write-retry path: netfs_retry_write_stream() now uses the iterator-reset function, ensuring the subrequest length accounts for any shortened data after a retry. The bug could cause a KASAN slab-out-of-bounds read in iov_ite...

7.1CVSS6.9AI score0.00061EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.9 views

CVE-2025-37876 netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS

In the Linux kernel, the following vulnerability has been resolved: netfs: Only create /proc/fs/netfs with CONFIGPROCFS When testing a special config: CONFIGNETFSSUPPORTS=y CONFIGPROCFS=n The system crashes with something like: 3.766197 ------------ cut here ------------ 3.766484 kernel BUG at...

0.00049EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.9 views

CVE-2022-49810 netfs: Fix missing xas_retry() calls in xarray iteration

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

0.00074EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/01/21 5:28 p.m.7 views

CVE-2024-57941

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the non-cancellation of copy when cache is temporarily disabled When the caching for a cookie is temporarily disabled e.g. due to a DIO write on that file, future copying to the cache for that file is disabled until al...

4.7CVSS6.8AI score0.00017EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/01/21 12:18 p.m.21 views

CVE-2024-57942 netfs: Fix ceph copy to cache on write-begin

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfsunlockreadfolio in which folios are marked appropriately for copying to the cache either with by being marked dirty and having their private data set or by having...

0.00017EPSS
Exploits0References2
OSV
OSV
added 2025/01/21 12:18 p.m.3 views

CVE-2024-57942 netfs: Fix ceph copy to cache on write-begin

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfsunlockreadfolio in which folios are marked appropriately for copying to the cache either with by being marked dirty and having their private data set or by having...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/01/20 4:52 a.m.5 views

CVE-2024-57928

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfsreadtopagecache gets an error from either -prepareread or from netfspreparereaditerator, it needs to decrement -nroutstanding, cancel the subrequest and break out of the issuin...

5.5CVSS6.8AI score0.00034EPSS
Exploits0References4
NVD
NVD
added 2025/01/19 12:15 p.m.5 views

CVE-2024-57928

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfsreadtopagecache gets an error from either -prepareread or from netfspreparereaditerator, it needs to decrement -nroutstanding, cancel the subrequest and break out of the issuin...

7.1CVSS0.00034EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/07/29 3:47 p.m.16 views

CVE-2024-41083 netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfspagemkwrite to check folio-mapping is valid Fix netfspagemkwrite to check that folio-mapping is valid once it has taken the folio lock as filemappagemkwrite does. Without this, generic/247 occasionally oopses with...

6.6AI score0.00017EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/05/20 9:48 a.m.17 views

CVE-2024-36001 netfs: Fix the pre-flush when appending to a file in writethrough mode

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfsperformwrite, when the file is marked NETFSICTXWRITETHROUGH or OSYNC or RWFSYNC was specified, write-through caching is performed on a buffered file...

6.2AI score0.00032EPSS
Exploits0References2
OSV
OSV
added 2024/05/20 9:48 a.m.17 views

CVE-2024-36001 netfs: Fix the pre-flush when appending to a file in writethrough mode

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfsperformwrite, when the file is marked NETFSICTXWRITETHROUGH or OSYNC or RWFSYNC was specified, write-through caching is performed on a buffered file...

7.8CVSS5.8AI score0.00032EPSS
Exploits0References5
NVD
NVD
added 2024/03/02 10:15 p.m.24 views

CVE-2023-52582

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call foliostartfscache one time for each folio If a network filesystem using netfs implements a clamplength function, it can set subrequest lengths smaller than a page size. When we loop through the folios in...

5.5CVSS7.2AI score0.00015EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2023/09/18 12:0 a.m.2 views

PT-2023-8752

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc5 Description The issue is related to the netfs module in the Linux kernel, where the function netfs rreq unlock folios can cause an oops when a network filesystem using netfs implements a clamp length...

5.5CVSS6.3AI score0.0002EPSS
Exploits0References473
Rows per page
Query Builder