5 matches found
EUVD-2025-11820
Malicious code in bioql PyPI...
DEBIAN-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...
UBUNTU-CVE-2024-50106
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix race between laundromat and freestateid There is a race between laundromat handling of revoked delegations and a client sending freestateid operation. Laundromat thread finds that delegation has expired and needs to be...
CVE-2024-50106 nfsd: fix race between laundromat and free_stateid
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix race between laundromat and freestateid There is a race between laundromat handling of revoked delegations and a client sending freestateid operation. Laundromat thread finds that delegation has expired and needs to be...
CVE-2024-50106
CVE-2024-50106 covers a race in NFS vnode handling in Linux kernels where laundromat may revoke a delegation while another thread frees the associated stateid, causing a use-after-free in nfsd_breaker_owns_lease and a KASAN warning. The cited patch adds coordination between laundromat and FREE_ST...