Vulnerability in Linux

CVE-2026-23038

In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() In nfs4_ff_alloc_deviceid_node(), if the allocation for ds_versions fails, the function jumps to the out_scratch label without freeing the already allocated dsaddrs list, leading to a memory leak. Fix this by jumping to the out_err_drain_dsaddrs label, which properly frees the dsaddrs list before cleaning up other resources.

EPSS: 0.002 (15.9th percentile) — read the EPSS interpretation.

Affected products

  • Linux — versions d67ae825a59d639e4d8b82413af84d854617a87e, 4.0, 0

References