CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel, specifically in the AFS (Andrew File System) module, where a leak of the new vllist can occur if the list is empty. This could potentially lead to resource exhaustion or memory leaks, impacting system stability and performance. Organizations using Linux systems, particularly those relying on AFS, should prioritize addressing this issue to maintain optimal system integrity and performance.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afs_update_cell() in the event that it is an empty list (nr_servers == 0), in which case the old list isn't displaced unless the old list is also empty.