6 matches found
CVE-2026-23038
A flaw was found in the Linux kernel. A local user could exploit this flaw by triggering a specific condition in the nfs4ffallocdeviceidnode function within the pnfs/flexfiles module. This occurs because the dsaddrs list is not properly freed when the allocation for dsversions fails. This memory...
SUSE CVE-2026-23038
In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4ffallocdeviceidnode In nfs4ffallocdeviceidnode, if the allocation for dsversions fails, the function jumps to the outscratch label without freeing the already allocated dsaddrs list, leading...
CVE-2026-23038
In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4ffallocdeviceidnode In nfs4ffallocdeviceidnode, if the allocation for dsversions fails, the function jumps to the outscratch label without freeing the already allocated dsaddrs list, leading...
UBUNTU-CVE-2026-23038
In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4ffallocdeviceidnode In nfs4ffallocdeviceidnode, if the allocation for dsversions fails, the function jumps to the outscratch label without freeing the already allocated dsaddrs list, leading...
CVE-2026-23038
In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4ffallocdeviceidnode In nfs4ffallocdeviceidnode, if the allocation for dsversions fails, the function jumps to the outscratch label without freeing the already allocated dsaddrs list, leading...
CVE-2026-23038
The vulnerability CVE-2026-23038 affects the Linux kernel (pnfs/flexfiles) where nfs4_ff_alloc_deviceid_node() leaks memory when ds_versions allocation fails, because dsaddrs are not freed before exiting via out_scratch. The fix ensures dsaddrs are drained via a dedicated out_err_drain_dsaddrs pa...