CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the AFS (Andrew File System) component, where incorrect error codes are only set during the first iteration of a loop in the afs_extract_vl_addrs() function. This could lead to misleading error handling and potentially impact system stability or security. Organizations utilizing Linux systems, particularly those relying on AFS, should prioritize applying the relevant patches to mitigate any risks associated with this issue.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afs_extract_vl_addrs() The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration.