Lucene search
+L

1045 matches found

CVE
CVE
added 2024/05/24 3:1 p.m.105 views

CVE-2021-47506

CVE-2021-47506 : Linux kernel NFS delegation race in nfsd fixed to address a use-after-free via del_recall_lru when a delegation could be freed after vfs_setlease and callback processing. Symptoms include use-after-free and list corruption in laundromat threads. Connected sources (Astra Linux adv...

9.8CVSS6.8AI score0.00783EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:1 p.m.30 views

CVE-2021-47506 nfsd: fix use-after-free due to delegation race

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfssetlease. A delegation break runs a callback which immediately in nfsd4cbrecallprepare adds the delegation to delrecalllru...

9.8CVSS6.6AI score0.00783EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/24 3:1 p.m.30 views

CVE-2021-47506 nfsd: fix use-after-free due to delegation race

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfssetlease. A delegation break runs a callback which immediately in nfsd4cbrecallprepare adds the delegation to delrecalllru...

9.8CVSS7AI score0.00783EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/05/24 12:0 a.m.5 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 Linux kernel, which stems from a vulnerability in the nfsd module nsfd...

4.7CVSS6.2AI score0.00187EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.8 views

SUSE CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

5.5CVSS6.2AI score0.00622EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

5.5CVSS5.8AI score0.00622EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.18 views

CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

7.5CVSS5.8AI score0.00622EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.5 views

UBUNTU-CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

7.5CVSS5.7AI score0.00622EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.11 views

CVE-2021-47316 nfsd: fix NULL dereference in nfs3svc_encode_getaclres

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

7.5CVSS6.6AI score0.00622EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.47 views

CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svcencodegetaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and dreallyispositivedentry, but that looks like overkill to me--zero status should ...

7.5CVSS5.2AI score0.00622EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:35 p.m.82 views

CVE-2021-47316

CVE-2021-47316: In the Linux kernel, nfsd: fix NULL dereference in nfs3svc_encode_getaclres where error cases may leave dentry NULL. Affected component is the NFS daemon encoder (nfs3acl.c); root cause is improper handling in the XDR encoder initialization leading to a NULL dereference. The issue...

7.5CVSS6.5AI score0.00622EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35914

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsdrename Commit a8b0026847b8 "rename: avoid a deadlock in the case of parents having no common ancestor" added an error bail out path. However this path does not drop the remount protection that...

5.5CVSS6.5AI score0.00306EPSS
SaveExploits0References26
RedhatCVE
RedhatCVE
added 2024/05/20 10:45 a.m.28 views

CVE-2024-35914

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsdrename Commit a8b0026847b8 "rename: avoid a deadlock in the case of parents having no common ancestor" added an error bail out path. However this path does not drop the remount protection that...

5.5CVSS6.4AI score0.00306EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 9:15 a.m.9 views

DEBIAN-CVE-2024-35914

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsdrename Commit a8b0026847b8 "rename: avoid a deadlock in the case of parents having no common ancestor" added an error bail out path. However this path does not drop the remount protection that...

5.5CVSS6AI score0.00306EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.8 views

UBUNTU-CVE-2024-35914

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsdrename Commit a8b0026847b8 "rename: avoid a deadlock in the case of parents having no common ancestor" added an error bail out path. However this path does not drop the remount protection that...

7.5CVSS6.2AI score0.00306EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/19 8:35 a.m.17 views

CVE-2024-35914 nfsd: Fix error cleanup path in nfsd_rename()

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsdrename Commit a8b0026847b8 "rename: avoid a deadlock in the case of parents having no common ancestor" added an error bail out path. However this path does not drop the remount protection that...

7.5CVSS6AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/04/11 7:57 p.m.16 views

CVE-2021-47213

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.1CVSS6.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.11 views

CVE-2021-47213

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

6.3AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/10 7:1 p.m.29 views

CVE-2021-47213

Removed by vendor...

5.9AI score
SaveExploits0
CVE
CVE
added 2024/04/10 7:1 p.m.122 views

CVE-2021-47213

CVE-2021-47213 is rejected and not an active vulnerability entry.

6.7AI score
SaveExploits0
Rows per page
Query Builder