Lucene search
+L

2188 matches found

OSV
OSV
added 2025/09/17 3:15 p.m.6 views

UBUNTU-CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

9.8CVSS5.8AI score0.00401EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.15 views

CVE-2022-50372

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix memory leak when build ntlmssp negotiate blob failed There is a memory leak when mount cifs: unreferenced object 0xffff888166059600 size 448: comm "mount.cifs", pid 51391, jiffies 4295596373 age 330.596s hex dump first ...

5.5CVSS5.3AI score0.0018EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.8 views

SUSE CVE-2025-39798

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix the setting of capabilities when automounting a new filesystem Capabilities cannot be inherited when we cross into a new filesystem. They need to be reset to the minimal defaults, and then probed for again...

6.4AI score0.00269EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2025/09/16 6:59 p.m.8 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/16 6:5 p.m.7 views

CVE-2022-50345

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv3 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

7CVSS6.1AI score
SaveExploits0References4
OSV
OSV
added 2025/09/16 5:15 p.m.4 views

DEBIAN-CVE-2022-50345

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv3 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

6.2AI score
SaveExploits0References1
NVD
NVD
added 2025/09/16 5:15 p.m.5 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS0.00156EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.3 views

CVE-2022-50351 cifs: Fix xid leak in cifs_create()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscreate If the cifs already shutdown, we should free the xid before return, otherwise, the xid will be leaked...

6.1AI score0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.10 views

CVE-2022-50345

...

SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/16 8:1 a.m.5 views

NFS: Fix the setting of capabilities when automounting a new filesystem

...

7.3CVSS6.8AI score0.00269EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.5 views

PT-2025-38014

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel’s Network File System Daemon NFSD contained a flaw where a client could force a shrinkage of the send buffer on TCP by sending a large RPC Call header within an RPC...

6.4AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.8 views

PT-2025-38010

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to encryption within the CIFS implementation. Specifically, an oops condition can occur during encryption processes, potentially triggered whe...

6.2AI score0.00107EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.6 views

PT-2025-38017

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak exists in the Network File System daemon nfsd error handling path. Specifically, if a memdup user call fails, the previously allocated memory is not freed, resulting in a...

6.1AI score0.00156EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50235

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: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on th...

9.8CVSS5.8AI score0.0042EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.9 views

UBUNTU-CVE-2022-50302

In the Linux kernel, the following vulnerability has been resolved: lockd: set other missing fields when unlocking files vfslockfile expects the struct filelock to be fully initialised by the caller. Re-exported NFSv3 has been seen to Oops if the flfile field is NULL...

7.5CVSS5.7AI score0.00361EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:23 p.m.10 views

CVE-2023-53241 nfsd: call op_release, even when op_func returns an error

In the Linux kernel, the following vulnerability has been resolved: nfsd: call oprelease, even when opfunc returns an error For ops with "trivial" replies, nfsd4encodeoperation will shortcut most of the encoding work and skip to just marshalling up the status. One of the things it skips is callin...

5.5CVSS6.7AI score
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:15 p.m.2 views

DEBIAN-CVE-2022-50241

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix use-after-free on source server when doing inter-server copy Use-after-free occurred when the laundromat tried to free expired cpntfstate entry on the s2scpstateids list after inter-server copy completed. The sccplist...

7.8CVSS5.7AI score0.00362EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.1 views

DEBIAN-CVE-2022-50235

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack...

7.8CVSS5.8AI score0.0042EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.6 views

CVE-2022-50235

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack...

9.8CVSS0.0042EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/15 2:1 p.m.16 views

CVE-2022-50235 NFSD: Protect against send buffer overflow in NFSv2 READDIR

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack...

9.8CVSS0.0042EPSS
SaveExploits0References5
Rows per page
Query Builder