From this webpage screenshot, the following key information about the vulnerability can be obtained: 1. Vulnerability Description: - Issue Description: KASAN reported an out-of-bounds read issue. - Trigger Condition: In the function, an out-of-bounds read occurs when points to an index beyond the size of the array. - Trigger Method: This issue can be triggered by executing the command: . 2. Fix Measures: - Fix Method: The issue was resolved by reordering the access to the array. - Fixed Code: 3. Patch Details: - Patch Content: The patch is located in and fixes the issue in the function. 4. Related Links: - Upstream Commit: Upstream commit 58143c1ed5882c138a3cd2251a336fc8755f23d9 - KASAN Report: KASAN report out-of-bounds read as follows - Patch Link: https://lore.kernel.org/r/202211071519.89620867@kernel.org This information helps understand the vulnerability's context, trigger conditions, fix approach, and related background details.