Lucene search
+L

23 matches found

OSV
OSV
•added 2026/09/11 8:19 p.m.•8 views

UBUNTU-CVE-2026-89692

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear CALLBACKRUNNING on failed delegation recall queue nfsdbreakonedeleg sets NFSD4CALLBACKRUNNING via testandsetbit at entry to serialize recall work, then calls nfsd4runcb to queue the recall. When the queue attempt fail...

7.5CVSS5.7AI score0.00609EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/09/11 8:19 p.m.•10 views

CVE-2026-89686

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix BUGON in nfsd4alloclayoutstateid on racing delegation revoke nfsd4alloclayoutstateid reads fp-fidelegfile without holding filock when the parent stateid is a delegation. A concurrent delegation revoke via the laundromat...

9.8CVSS5.7AI score0.00671EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/11 7:46 p.m.•21 views

CVE-2026-89714 NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegationhashtable leak when nfs4servercommonsetup fails nfs4servercommonsetup allocates server-delegationhashtable first, but server-destroy - the only path that frees the table via nfs4destroyserver - is not assigned...

5.9AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/11 7:46 p.m.•26 views

CVE-2026-89703 nfsd: set SC_STATUS_FREED in nfsd4_drop_revoked_stid for delegations

In the Linux kernel, the following vulnerability has been resolved: nfsd: set SCSTATUSFREED in nfsd4droprevokedstid for delegations nfsd4droprevokedstid handles FREESTATEID for admin-revoked delegations but does not set SCSTATUSFREED before releasing cllock. revokedelegation uses this flag to...

9.8CVSS6.4AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/11 7:46 p.m.•23 views

CVE-2026-89692

CVE-2026-89692 is a denial-of-service vulnerability in the Linux kernel's nfsd (NFS daemon). When a delegation recall queue attempt fails, the NFSD4_CALLBACK_RUNNING flag is left permanently set because the only code path that clears it (nfsd41_destroy_cb) is unreachable in that scenario. This ca...

7.5CVSS5.6AI score0.00609EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•15 views

CVE-2026-89686

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix BUGON in nfsd4alloclayoutstateid on racing delegation revoke nfsd4alloclayoutstateid reads fp-fidelegfile without holding filock when the parent stateid is a delegation. A concurrent delegation revoke via the laundromat...

9.8CVSS5.8AI score0.00671EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•14 views

PT-2026-90430

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation hash table leak when nfs4 server common setup fails nfs4 server common setup allocates server-delegation hash table first, but server-destroy - the only path that frees the table via nfs4 destroy server - is n...

5.7AI score0.00206EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/08/10 7:59 a.m.•12 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.8CVSS5.9AI score0.00279EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/08/07 6:53 p.m.•17 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.1CVSS5.4AI score0.00544EPSS
SaveExploits2References4
Oracle linux
Oracle linux
•added 2025/11/17 12:00 a.m.•9 views

kernel security update

4.18.0-553.84.1 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

6.8AI score0.00161EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/08/11 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2025-37871

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: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when...

7.5CVSS5.6AI score0.00741EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2025/06/16 11:28 a.m.•4 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: nfsd: The flag SCSTATUSFREEABLE is now allowed when searching via nfs4lookupstateid. The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then waits for the lease time out. It then attempts to use the...

7.5CVSS6.1AI score0.00609EPSS
SaveExploits0References3
NVD
NVD
•added 2025/05/09 7:16 a.m.•23 views

CVE-2025-37871

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when invoking nfs4putstid following a failed dlrecall queue operation: T1 T2 nfs4laundromat nfs4getclientreaplist nfs4anylockblockers breakleas...

7.5CVSS0.00741EPSS
SaveExploits0References9
CVE
CVE
•added 2025/05/09 6:43 a.m.•166 views

CVE-2025-37871

CVE-2025-37871 is a Linux kernel vulnerability fixed by changing how sc_count is decremented when a dl_recall queue operation fails for NFS delegations. The described scenario shows a deadlock warning during nfs4_put_stid after a failed dl_recall queue, caused by a potential lock ordering issue w...

7.5CVSS6.5AI score0.00741EPSS
SaveExploits0References9Affected Software1
NVD
NVD
•added 2025/04/18 7:15 a.m.•10 views

CVE-2025-39688

In the Linux kernel, the following vulnerability has been resolved: nfsd: allow SCSTATUSFREEABLE when searching via nfs4lookupstateid The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then lets the lease time out. It then tries to use the deleg stateid and expects to...

7.5CVSS0.00609EPSS
SaveExploits0References4
OSV
OSV
•added 2025/04/18 7:01 a.m.•12 views

CVE-2025-39688 nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()

In the Linux kernel, the following vulnerability has been resolved: nfsd: allow SCSTATUSFREEABLE when searching via nfs4lookupstateid The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then lets the lease time out. It then tries to use the deleg stateid and expects to...

7.5CVSS6AI score
SaveExploits0References7
CVE
CVE
•added 2025/04/18 7:01 a.m.•138 views

CVE-2025-39688

CVE-2025-39688 affects the Linux kernel NFS server (nfsd): revoked delegations could be hidden due to nfs4_lookup_stateid() not allowing SC_STATUS_FREEABLE in its statusmask. The fix adds SC_STATUS_FREEABLE to the always-allowed flags in nfs4_lookup_stateid() and removes SC_STATUS_FREEABLE from n...

7.5CVSS5.4AI score0.00609EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2025/04/16 3:15 p.m.•14 views

DEBIAN-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...

5.5CVSS5.7AI score0.00571EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 8:15 p.m.•15 views

UBUNTU-CVE-2024-50043

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix possible badness in FREESTATEID When multiple FREESTATEIDs are sent for the same delegation stateid, it can lead to a possible either use-after-free or counter refcount underflow errors. In nfsd4freestateid under the...

9.8CVSS5.7AI score0.00418EPSS
SaveExploits0References8
OSV
OSV
•added 2024/09/13 6:15 a.m.•11 views

DEBIAN-CVE-2024-46690

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsd4deleggetattrconflict in presence of third party lease It is not safe to dereference fl-c.flcowner without first confirming fl-fllmops is the expected manager. nfsd4deleggetattrconflict tests fllmops but largely...

5.5CVSS5.4AI score0.00401EPSS
SaveExploits0References1
Rows per page
Query Builder