CVE-2026-23038
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-31

Last updated on: 2026-02-06

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-31
Last Modified
2026-02-06
Generated
2026-05-06
AI Q&A
2026-01-31
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's pnfs/flexfiles component. Specifically, in the function nfs4_ff_alloc_deviceid_node(), if the allocation for ds_versions fails, the function incorrectly jumps to a label that does not free the already allocated dsaddrs list, causing a memory leak. The fix involves changing the jump to a label that properly frees the dsaddrs list before cleaning up other resources.


How can this vulnerability impact me? :

The memory leak caused by this vulnerability can lead to increased memory usage in the Linux kernel, potentially degrading system performance or causing resource exhaustion over time if the faulty code path is frequently executed.


What immediate steps should I take to mitigate this vulnerability?

Apply the patch or update to the Linux kernel version that includes the fix for the memory leak in nfs4_ff_alloc_deviceid_node(). This fix ensures proper freeing of allocated memory and prevents the leak. Until then, consider monitoring system memory usage related to NFS operations and avoid workloads that heavily use pnfs/flexfiles if possible.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart