Lucene search
+L

113 matches found

SUSE Linux
SUSE Linux
added 2025/07/21 9:04 a.m.5 views

Security update for the Linux Kernel (Live Patch 50 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059182 fixes several issues. The following security issues were fixed: CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. CVE-2022-49465: blk-throttle: Set BIOTHROTTLED when bio has been throttled bsc1238920. CVE-2024-53214: vfio/pc...

8.5CVSS8.2AI score0.00544EPSS
SaveExploits0References32
SUSE Linux
SUSE Linux
added 2025/07/21 8:04 a.m.9 views

Security update for the Linux Kernel (Live Patch 63 for SLE 12 SP5)

This update for the Linux Kernel 4.12.14-122237 fixes several issues. The following security issues were fixed: CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. CVE-2022-49465: blk-throttle: Set BIOTHROTTLED when bio has been throttled bsc1238920. CVE-2024-53214: vfio/pci:...

8.5CVSS7.9AI score0.00544EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2025/06/18 9:28 a.m.21 views

CVE-2025-38028 NFS/localio: Fix a race in nfs_local_open_fh()

In the Linux kernel, the following vulnerability has been resolved: NFS/localio: Fix a race in nfslocalopenfh Once the clp-cluuid.lock has been dropped, another CPU could come in and free the struct nfsdfile that was just added. To prevent that from happening, take the RCU read lock before droppi...

7.8CVSS0.00111EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/06/18 9:28 a.m.18 views

CVE-2025-38023 nfs: handle failure of nfs_get_lock_context in unlock path

In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfsgetlockcontext in unlock path When memory is insufficient, the allocation of nfslockcontext in nfsgetlockcontext fails and returns -ENOMEM. If we mistakenly treat an nfs4unlockdata structure whose lctx...

0.00195EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 9:28 a.m.107 views

CVE-2025-38023

CVE-2025-38023 affects the Linux kernel: if nfs_get_lock_context() fails due to ENOMEM, a stored -ENOMEM in an nfs4_unlockdata could be treated as valid and lead to a NULL pointer dereference in nfs4_locku_prepare via rpc_run_task. The fix ensures nfs4_unlockdata is freed when allocation fails an...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2025/05/23 10:00 a.m.14 views

CVE-2024-29937

NFS in a BSD derived codebase, as used in OpenBSD through 7.4 and FreeBSD through 14.0-RELEASE, allows remote attackers to execute arbitrary code via a bug that is unrelated to memory corruption...

9.8CVSS8AI score0.01763EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/21 9:03 p.m.12 views

CVE-2003-0680

Unknown vulnerability in NFS for SGI IRIX 6.5.21 and earlier may allow an NFS client to bypass read-only restrictions...

7.5CVSS7AI score0.01237EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 3:40 p.m.14 views

CVE-2025-21908 NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback

In the Linux kernel, the following vulnerability has been resolved: NFS: fix nfsreleasefolio to not deadlock via kcompactd writeback Add PFKCOMPACTD flag and currentiskcompactd helper to check for it so nfsreleasefolio can skip calling nfswbfolio from kcompactd. Otherwise NFS can deadlock waiting...

5.5CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/04/01 3:26 p.m.29 views

CVE-2025-21900 NFSv4: Fix a deadlock when recovering state on a sillyrenamed file

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix a deadlock when recovering state on a sillyrenamed file If the file is sillyrenamed, and slated for delete on close, it is possible for a server reboot to triggeer an open reclaim, with can again race with the...

7.5CVSS0.00339EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2022-24448

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in fs/nfs/dir.c in the Linux kernel before 5.16.5. If an application sets the ODIRECTORY flag, and tries to open a regular file,...

3.3CVSS6.3AI score0.00397EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 3:15 a.m.13 views

CVE-2024-54456

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix potential buffer overflowin nfssysfslinkrpcclient name is char64 where the size of clnt-clprogram-name remains unknown. Invoking strcat directly will also lead to potential buffer overflow. Change them to strscpy and...

7.8CVSS0.00223EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:00 a.m.19 views

CVE-2022-49097

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempoolalloc In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempoolalloc...

5.5CVSS0.00248EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 1:54 a.m.17 views

CVE-2022-49097 NFS: Avoid writeback threads getting stuck in mempool_alloc()

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempoolalloc In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempoolalloc...

5.1AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:54 a.m.172 views

CVE-2022-49097

CVE-2022-49097 relates to the Linux kernel NFS writeback path. In low-memory conditions, the NFS writeback code could enter infinite loops in mempool_alloc, risking a writeback stall. The issue is resolved in the kernel by allowing the writeback path to fail gracefully instead of deadlocking. The...

5.5CVSS5.4AI score0.00248EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.23 views

CVE-2022-49097 NFS: Avoid writeback threads getting stuck in mempool_alloc()

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempoolalloc In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempoolalloc...

0.00248EPSS
SaveExploits0References5
CVE
CVE
added 2025/01/30 4:48 a.m.80 views

CVE-2025-0373

This CVE affects FreeBSD 64-bit systems via VOP_VPTOFH() in the cd9660, tarfs, and ext2fs filesystems when exporting via NFS. The destination FID buffer overflows by 4 bytes, causing a stack buffer overflow that can crash the NFS server (panics). Potential exploitation (e.g., bypassing file permi...

6CVSS7.1AI score0.00427EPSS
SaveExploits0References2
FreeBSD Advisory
FreeBSD Advisory
added 2025/01/29 12:00 a.m.15 views

FreeBSD-SA-25:02.fs

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-25:02.fs Security Advisory The FreeBSD Project Topic: Buffer overflow in some filesystems via NFS Category: core Module: fs Announced: 2025-01-29 Credits: Kevin...

6CVSS6.2AI score0.00427EPSS
SaveExploits0
NVD
NVD
added 2025/01/19 12:15 p.m.19 views

CVE-2024-57927

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

5.5CVSS0.00173EPSS
SaveExploits0References2
CVE
CVE
added 2025/01/19 11:52 a.m.69 views

CVE-2024-57927

CVE-2024-57927 relates to the Linux kernel’s NFS write-to-cache path. The root cause was that nfs_netfs_init_request() could be invoked with a NULL file pointer when netfslib copied freshly read data into a write request for the cache, causing an oops via nfs_file_open_context(). The fix prevents...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/11 12:00 a.m.17 views

PT-2025-3591 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a problem in the readahead code of the Linux kernel, which can cause the kernel to hang when used with NFS. The problem has been identified as being caused by a...

8.1CVSS7.4AI score0.00822EPSS
SaveExploits3References881
Rows per page
Query Builder