Lucene search
+L

1670 matches found

RedhatCVE
RedhatCVE
•added 2026/09/11 10:55 p.m.•15 views

CVE-2026-89695

A flaw was found in the Linux kernel's Network File System Daemon nfsd. The nfsd4decodeposixacl function, responsible for decoding POSIX Access Control Lists ACLs, does not properly cap the entry count received from a client. A remote attacker can exploit this by sending a specially crafted ACL...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 8:19 p.m.•10 views

DEBIAN-CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS5.9AI score0.00488EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/11 8:19 p.m.•10 views

CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS0.00488EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 8:19 p.m.•9 views

AZL-100368 CVE-2026-89672 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: nfsd: gate nfs2 setacl by argp-mask The NFSACL v2 SETACL path shares the decoder convention used by its v3 sibling: nfsaclsvcdecodesetaclargs fills in argp-aclaccess only when NFSACL is set in the request mask and argp-acldefault...

9.1CVSS5.9AI score0.00522EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/11 8:19 p.m.•10 views

CVE-2026-89672

In the Linux kernel, the following vulnerability has been resolved: nfsd: gate nfs2 setacl by argp-mask The NFSACL v2 SETACL path shares the decoder convention used by its v3 sibling: nfsaclsvcdecodesetaclargs fills in argp-aclaccess only when NFSACL is set in the request mask and argp-acldefault...

9.1CVSS0.00522EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/11 8:19 p.m.•9 views

CVE-2026-89671

In the Linux kernel, the following vulnerability has been resolved: nfsd: gate nfs3 setacl by argp-mask nfsd3procsetacl calls setposixacl unconditionally for both ACLTYPEACCESS and ACLTYPEDEFAULT, passing argp-aclaccess and argp-acldefault verbatim. The NFSv3 ACL decoder only populates those...

9.1CVSS0.00522EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/11 8:19 p.m.•12 views

DEBIAN-CVE-2026-89664

In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...

7.5CVSS5.6AI score0.00488EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/11 8:19 p.m.•13 views

AZL-100353 CVE-2026-89638 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions When a file has the setuid or setgid bit set and is written to, the VFS strips those bits and issues a setattr with ATTRKILLSUID/ATTRKILLSGID...

7.8CVSS5.8AI score0.00182EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/09/11 8:19 p.m.•18 views

CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

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

CVE-2026-89664

In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 8:19 p.m.•6 views

UBUNTU-CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

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

EUVD-2026-76607

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

5.8AI score0.00488EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/11 7:46 p.m.•20 views

CVE-2026-89695

A Denial of Service vulnerability in the Linux kernel's NFSD (Network File System Daemon) component. The nfsd4_decode_posixacl() function reads a client-supplied u32 entry count without capping it, passing it directly to an O(n²) bubble sort (sort_pacl_range()). A remote attacker can send a craft...

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

CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS5.9AI score0.00488EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•31 views

CVE-2026-89695 nfsd: cap decoded POSIX ACL count to bound sort cost

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS0.00488EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89695 nfsd: cap decoded POSIX ACL count to bound sort cost

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/11 7:45 p.m.•33 views

CVE-2026-89672 nfsd: gate nfs2 setacl by argp->mask

In the Linux kernel, the following vulnerability has been resolved: nfsd: gate nfs2 setacl by argp-mask The NFSACL v2 SETACL path shares the decoder convention used by its v3 sibling: nfsaclsvcdecodesetaclargs fills in argp-aclaccess only when NFSACL is set in the request mask and argp-acldefault...

9.1CVSS0.00522EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/11 7:45 p.m.•9 views

EUVD-2026-76583

In the Linux kernel, the following vulnerability has been resolved: nfsd: gate nfs3 setacl by argp-mask nfsd3procsetacl calls setposixacl unconditionally for both ACLTYPEACCESS and ACLTYPEDEFAULT, passing argp-aclaccess and argp-acldefault verbatim. The NFSv3 ACL decoder only populates those...

5.7AI score0.00522EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:45 p.m.•25 views

CVE-2026-89664

CVE-2026-89664 affects the Linux kernel NFS daemon (nfsd) and causes a memory leak of refcounted POSIX ACL objects. The leak occurs when malformed NFSv4 OPEN compound operations carrying valid POSIX ACL attributes trigger a short-circuit path in nfsd4_open_omfg() where nfsd4_open() is never invok...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/11 7:45 p.m.•30 views

CVE-2026-89664 nfsd: release OPEN-decoded posix ACLs via op_release

In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...

7.5CVSS0.00488EPSS
SaveExploits0References2
Rows per page
Query Builder