Lucene search
+L

662963 matches found

Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•32 views

CVE-2026-89692 nfsd: clear CALLBACK_RUNNING on failed delegation recall queue

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.5CVSS0.00609EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/11 7:46 p.m.•9 views

CVE-2026-89692 nfsd: clear CALLBACK_RUNNING on failed delegation recall queue

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.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•17 views

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
SaveExploits0
CVE
CVE
•added 2026/09/11 7:46 p.m.•21 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
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•7 views

EUVD-2026-76604

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

5.6AI score0.00609EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/11 7:46 p.m.•26 views

CVE-2026-89685

CVE-2026-89685 is a clock domain mismatch in the Linux kernel's NFS daemon (nfsd) . The function clients_still_reclaiming() derives its grace-period deadline from nn->boot_time (CLOCK_REALTIME , ~1.7 billion seconds) but compares it against ktime_get_boottime_seconds() (CLOCK_BOOTTIME , second...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•15 views

CVE-2026-89685

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix clock domain mismatch in clientsstillreclaiming clientsstillreclaiming computes a deadline from nn-boottime CLOCKREALTIME, 1.7 billion but compares it against ktimegetboottimeseconds CLOCKBOOTTIME, seconds since boot. T...

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•10 views

EUVD-2026-76597

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix clock domain mismatch in clientsstillreclaiming clientsstillreclaiming computes a deadline from nn-boottime CLOCKREALTIME, 1.7 billion but compares it against ktimegetboottimeseconds CLOCKBOOTTIME, seconds since boot. T...

5.8AI score0.0063EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•8 views

EUVD-2026-76596

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix cpntf publish race in nfs4initcpstate nfs4allocinitcpntfstate published the new cpntf entry into the s2scpstateids IDR with cstype set in one s2scplock section, then took the lock again to listadd it onto pstid-sccplist...

5.7AI score0.00716EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:46 p.m.•24 views

CVE-2026-89684

CVE-2026-89684 is a race condition in the Linux kernel's nfsd component, specifically in nfs4_alloc_init_cpntf_state() during copy-state notification initialization. The cpntf entry was published into the s2s_cp_stateids IDR before its list_head was linked, creating a window where a concurrent NF...

7.5CVSS5.7AI score0.00716EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89684

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix cpntf publish race in nfs4initcpstate nfs4allocinitcpntfstate published the new cpntf entry into the s2scpstateids IDR with cstype set in one s2scplock section, then took the lock again to listadd it onto pstid-sccplist...

7.5CVSS5.8AI score0.00716EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:45 p.m.•31 views

CVE-2026-89657 libceph: validate OSD extent maps before cursor advance

In the Linux kernel, the following vulnerability has been resolved: libceph: validate OSD extent maps before cursor advance net/ceph/osdclient.c:osdsparseread validates that the sparse-read data length matches the summed extent lengths, but it does not validate that each OSD-supplied extent is...

7.5CVSS0.0063EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/11 7:45 p.m.•7 views

EUVD-2026-76569

In the Linux kernel, the following vulnerability has been resolved: libceph: validate OSD extent maps before cursor advance net/ceph/osdclient.c:osdsparseread validates that the sparse-read data length matches the summed extent lengths, but it does not validate that each OSD-supplied extent is...

5.8AI score0.0063EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:45 p.m.•15 views

CVE-2026-89657

In the Linux kernel, the following vulnerability has been resolved: libceph: validate OSD extent maps before cursor advance net/ceph/osdclient.c:osdsparseread validates that the sparse-read data length matches the summed extent lengths, but it does not validate that each OSD-supplied extent is...

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/11 7:45 p.m.•8 views

EUVD-2026-76560

In the Linux kernel, the following vulnerability has been resolved: ceph: cap delegated inode count in cephparsedeleginos cephparsedeleginos decodes interval sets of delegated inode numbers from an MDS create-with-delegation reply. For each set it reads a 64-bit start and a 64-bit len with...

5.8AI score0.00609EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/11 7:45 p.m.•32 views

CVE-2026-89648 ceph: cap delegated inode count in ceph_parse_deleg_inos()

In the Linux kernel, the following vulnerability has been resolved: ceph: cap delegated inode count in cephparsedeleginos cephparsedeleginos decodes interval sets of delegated inode numbers from an MDS create-with-delegation reply. For each set it reads a 64-bit start and a 64-bit len with...

7.5CVSS0.00609EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/11 7:45 p.m.•22 views

CVE-2026-89604

CVE-2026-89604 affects the Linux kernel's efivarfs filesystem. Unprivileged users can repeatedly call statfs() on the efivarfs mount point, triggering a flood of calls to the QueryVariableInfo() UEFI runtime service. On x86 systems where the EFI variable store is backed by SMM (System Management ...

5.8AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/11 7:45 p.m.•11 views

CVE-2026-89604 efivarfs: Rate limit statfs() handler

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Rate limit statfs handler Ravi reports that statfs may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo runtime service. These calls are...

5.9AI score
SaveExploits0References9
Debian CVE
Debian CVE
•added 2026/09/11 7:45 p.m.•15 views

CVE-2026-89604

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Rate limit statfs handler Ravi reports that statfs may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo runtime service. These calls are...

5.9AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/11 7:45 p.m.•10 views

EUVD-2026-76516

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Rate limit statfs handler Ravi reports that statfs may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo runtime service. These calls are...

5.8AI score0.00206EPSS
SaveExploits0References4
Rows per page
Query Builder