CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the AFS (Andrew File System) component, where the `net->cells_outstanding` counter is incorrectly incremented before verifying the success of the `idr_alloc_cyclic()` function. This flaw could lead to inaccurate tracking of outstanding cells, potentially causing resource management issues. Linux system administrators and developers utilizing AFS should prioritize this fix to ensure system stability and prevent potential resource exhaustion.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net->cells_outstanding Fix net->cells_outstanding being incremented before the check for failure of idr_alloc_cyclic(), leaving the count incremented on error.