Lucene search
+L

1048 matches found

NVD
NVD
added 2025/04/16 3:15 p.m.11 views

CVE-2025-22025

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS0.00534EPSS
SaveExploits0References10
NVD
NVD
added 2025/04/16 3:15 p.m.13 views

CVE-2025-22024

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

5.5CVSS0.00183EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2025/04/16 3:15 p.m.12 views

CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS6.9AI score0.00192EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/04/16 3:15 p.m.3 views

DEBIAN-CVE-2025-22024

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

5.5CVSS5.6AI score0.00183EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/16 2:11 p.m.131 views

CVE-2025-22026

CVE-2025-22026 (Linux kernel) affects nfsd in the kernel. The issue: nfsd_proc_stat_init() ignored the return value of svc_proc_register(), so if procfile creation fails the kernel may WARN later during removal. The fix updates nfsd_proc_stat_init() to return the same pointer type as svc_proc_reg...

5.5CVSS6.7AI score0.00192EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.20 views

CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22026 nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

6.2AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22025

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS5.7AI score0.00534EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:11 p.m.11 views

CVE-2025-22025 nfsd: put dl_stid if fail to queue dl_recall

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS6.1AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.20 views

CVE-2025-22025 nfsd: put dl_stid if fail to queue dl_recall

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS0.00534EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:11 p.m.8 views

CVE-2025-22024 nfsd: fix management of listener transports

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

5.5CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:11 p.m.109 views

CVE-2025-22024

CVE-2025-22024 : Linux kernel nfsd has a vulnerability in managing listener transports. When no threads are active, a root user using nfsdctl can remove a listener from the old list and then start more threads, which may lead to a refcount bug (use-after-free) in svc_recv/nfsd. The fix changes th...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.7 views

CVE-2025-22024

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

5.5CVSS5.6AI score0.00183EPSS
SaveExploits0
NVD
NVD
added 2025/04/16 11:15 a.m.16 views

CVE-2024-58092

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

5.5CVSS0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 11:15 a.m.6 views

UBUNTU-CVE-2024-58092

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References20
CVE
CVE
added 2025/04/16 10:24 a.m.114 views

CVE-2024-58092

In CVE-2024-58092, the Linux kernel NFS server (nfsd) fix removes a duplicate init path: check_for_legacy_methods() no longer calls nfsd4_legacy_tracking_ops->init(), delegating init to nfsd4_client_tracking_init() to avoid triggering BUG_ON() in nfsd4_init_recdir(). The description confirms t...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/16 10:24 a.m.6 views

CVE-2024-58092 nfsd: fix legacy client tracking initialization

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 10:24 a.m.22 views

CVE-2024-58092 nfsd: fix legacy client tracking initialization

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

0.00174EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from improper management of nfsd listen transfers...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References4
Amazon
Amazon
added 2025/04/16 12:0 a.m.9 views

Important: kernel-livepatch-5.10.234-225.917

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: nfsd: clear aclaccess/acldefault after releasing them CVE-2025-21796 Affected Packages: kernel-livepatch-5.10.234-225.917 Issue Correction: Please ensure you have live patching enabled. Run yum update...

7.8CVSS6.7AI score0.00625EPSS
SaveExploits0
Rows per page
Query Builder