Lucene search
+L

23 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64216

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq...

9.8CVSS6.2AI score0.00457EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64068

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix missing locking around retry adding new subreqs Fix netfsretryreadsubrequests and netfsretrywritestream to take the appropriate lock when adding extr...

9.8CVSS5.8AI score0.00342EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64159

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix zeropoint update where isize remoteisize Fix the update of the zero point by netfsreleasefolio when there is uncommitted data in the pagecache beyond...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64158

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix write streaming disablement if fd open ORDWR In netfsperformwrite, write streaming the caching of dirty data in dirty but !uptodate folios is perform...

5.9AI score0.00085EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.18 views

CVE-2026-64158

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00085EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/03/17 12:00 a.m.10 views

The vulnerability of the `netfs_pgpriv2_begin_copy_to_cache()` function in the `fs/netfs/read_pgpriv2.c` module of the Linux kernel’s network file system support module allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the netfspgpriv2begincopytocache function in the fs/netfs/readpgpriv2.c module of the Linux kernel’s network file system support module is related to the improper disabling or release of resources. Exploiting this vulnerability could allow an attacker to compromise the...

7CVSS5.8AI score0.0013EPSS
SaveExploits0References7Affected Software2
Tenable Nessus
Tenable Nessus
added 2026/02/16 12:00 a.m.10 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.1CVSS6.8AI score0.00122EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-12962

Malicious code in bioql PyPI...

7.1AI score0.00163EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/28 12:15 p.m.14 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.00089EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/25 1:20 p.m.49 views

CVE-2025-38411

The CVE-2025-38411 issue is in the Linux kernel’s netfs handling. A netfs request finishing during the pause loop could have its IN_PROGRESS ref removed, and if it proceeded to the final wait loop, the code could incorrectly call the collector again because it sees IN_PROGRESS as cleared. The doc...

9.8CVSS6.4AI score0.0033EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.101 views

CVE-2025-38139

Technical details about CVE-2025-38139 are not provided in the supplied documents. Monitoring for updates and authoritative advisories is advised.

9.8CVSS6.9AI score0.00391EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.23 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...

7CVSS0.00251EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.24 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.00163EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/01/21 5:28 p.m.15 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.00173EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/01/21 12:18 p.m.35 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.00177EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/21 12:18 p.m.13 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.7AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/01/20 4:52 a.m.12 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.00232EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/19 12:15 p.m.14 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.00232EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/29 3:47 p.m.18 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.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/20 9:48 a.m.44 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.8CVSS6.2AI score0.00204EPSS
SaveExploits0References2
Rows per page
Query Builder