4 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989156)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989156 advisory. In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL...
The vulnerability of the nfs_get_client() function in the fs/nfs/client.c module of the Linux file system support module allows a hacker to cause a service failure.
The vulnerability of the nfsgetclient function in the fs/nfs/client.c module of the Linux file system support module is related to the use of the NULL pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...
SUSE CVE-2021-47260
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfsgetclient None of the callers are expecting NULL returns from nfsgetclient so this code will lead to an Oops. It's better to return an error pointer. I expect that this is dead code so...
PT-2024-11266 · Linux +3 · Linux Kernel +3
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential NULL dereference in the nfs get client function has been resolved. This issue could lead to an Oops, as none of the callers are expecting NULL returns from nfs get client. ...