Lucene search
+L

1044 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006595)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006595 advisory. In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC with ops-opnum == OPILLEGAL OPDESC simply indexes into nfsd4ops by the...

7.8CVSS5.8AI score0.00278EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.8 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006734)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006734 advisory. In the Linux kernel, the following vulnerability has been resolved: nfsd: provide locking for v4endgrace Writing to v4endgrace can race with server shutdown and resu...

7.8CVSS6.3AI score0.0013EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006697)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006697 advisory. In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC with ops-opnum == OPILLEGAL OPDESC simply indexes into nfsd4ops by the...

7.8CVSS5.8AI score0.00278EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-31404

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NFSD: Defer sub-object cleanup in export put callbacks svcexportput calls pathput and authdomainput immediately when the last reference drops, before the RCU...

6AI score0.00121EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.7 views

CVE-2026-31403

In the Linux kernel, the following vulnerability has been resolved: NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fd The /proc/fs/nfs/exports proc entry is created at module init and persists for the module's lifetime. exportsprocopen captures the caller's current network...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.7 views

CVE-2026-31404

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00121EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:16 p.m.6 views

CVE-2026-31404

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00121EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/03 3:16 p.m.32 views

CVE-2026-31403

CVE-2026-31403 is a Linux kernel vulnerability affecting NFSD where a proc entry (/proc/fs/nfs/exports) captured the caller’s network namespace without holding a reference. If the namespace is torn down after opening the exports fd (e.g., container destruction with setns), nfsd_net_exit() may fre...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/04/03 3:16 p.m.150 views

CVE-2026-31402

CVE-2026-31402 affects the Linux kernel NFSv4.0 server (nfsd) via the LOCK replay cache. A large lock owner in a denied LOCK can cause a slab-out-of-bounds write into the 112-byte replay buffer, corrupting adjacent heap memory. The issue can be triggered remotely by two cooperating NFSv4.0 client...

9.8CVSS5.8AI score0.0049EPSS
SaveExploits0References37Affected Software1
OSV
OSV
added 2026/04/03 3:16 p.m.7 views

CVE-2026-31402 nfsd: fix heap overflow in NFSv4.0 LOCK replay cache

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache The NFSv4.0 replay cache uses a fixed 112-byte inline buffer rpibufNFSD4REPLAYISIZE to store encoded operation responses. This size was calculated based on OPEN responses and...

9.8CVSS6.1AI score
SaveExploits0References40
Tenable Nessus
Tenable Nessus
added 2026/04/01 12:0 a.m.61 views

Oracle Linux 8 / 9 : Unbreakable Enterprise kernel (ELSA-2026-50171)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-50171 advisory. - macvlan: fix error recovery in macvlancommonnewlink Eric Dumazet Orabug: 39057366 CVE-2026-23209 - netfilter: nftables: fix inverted genmask check in...

8.1CVSS6.8AI score0.00481EPSS
SaveExploits8References2
RedhatCVE
RedhatCVE
added 2026/03/25 2:54 p.m.9 views

CVE-2026-23297

A flaw was found in the Linux kernel's nfsd component. A local user could exploit this vulnerability due to a missing putcred call in the nfsdnlthreadssetdoit function. This oversight leads to a memory leak of struct cred objects, which can result in a denial of service by exhausting available...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23297

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix cred ref leak in nfsdnlthreadssetdoit. syzbot reported memory leak of struct cred. 0 nfsdnlthreadssetdoit passes getcurrentcred to nfsdsvc, but putcred is not called after that. The cred is finally passed down to...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/25 10:26 a.m.15 views

CVE-2026-23297 nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix cred ref leak in nfsdnlthreadssetdoit. syzbot reported memory leak of struct cred. 0 nfsdnlthreadssetdoit passes getcurrentcred to nfsdsvc, but putcred is not called after that. The cred is finally passed down to...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/03/25 10:26 a.m.30 views

CVE-2026-23297 nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix cred ref leak in nfsdnlthreadssetdoit. syzbot reported memory leak of struct cred. 0 nfsdnlthreadssetdoit passes getcurrentcred to nfsdsvc, but putcred is not called after that. The cred is finally passed down to...

0.00122EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-23297

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nfsd: Fix cred ref leak in nfsdnlthreadssetdoit. syzbot reported memory leak of struct cred. 0 nfsdnlthreadssetdoit passes getcurrentcred to nfsdsvc, but putcre...

5.5CVSS5.5AI score0.00122EPSS
SaveExploits0References3
Redos
Redos
added 2026/03/23 12:0 a.m.11 views

ROS-20260323-73-0006

A vulnerability in the initnfsd function in the fs/nfsd/nfsctl.c module of the Linux kernel's NFS network file system support is related to NULL pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

7.8CVSS6.1AI score0.00142EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/03/11 12:0 a.m.16 views

Oracle Linux 8 / 9 : Unbreakable Enterprise kernel (ELSA-2026-50145)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-50145 advisory. - macvlan: fix error recovery in macvlancommonnewlink Eric Dumazet Orabug: 39057366 CVE-2026-23209 - netfilter: nftables: fix inverted genmask che...

9.8CVSS7.1AI score0.0071EPSS
SaveExploits11References148
OSV
OSV
added 2026/03/09 11:37 a.m.14 views

CLSA-2026-1773056241 kernel: Fix of 21 CVEs

i40e: fix IRQ freeing in i40evsirequestirqmsix error path CVE-2025-39911 - media: rc: fix races with imondisconnect CVE-2025-39993 - VMCI: fix race between vmcihostsetupnotify and vmcictxunsetnotify CVE-2025-38102 - partitions: mac: fix handling of bogus partition table CVE-2025-21772 - tracing:...

9.8CVSS7.1AI score0.00587EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/09 9:34 a.m.16 views

CLSA-2026-1773048865 kernel: Fix of 53 CVEs

xhci: Remove device endpoints from bandwidth list when freeing the device CVE-2022-50470 - HID: multitouch: Add NULL check in mtinputconfigured CVE-2024-58020 - netfilter: nftsetpipapo: clamp maximum map bucket size to INTMAX CVE-2025-38201 - fs: writeback: fix use-after-free in markinodedirty...

8.8CVSS7AI score0.00638EPSS
SaveExploits6References1
Rows per page
Query Builder