From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Issue: During management frame transmission (management packet TX), memory is allocated to store MSDU (Management Service Data Unit) context, but this memory is not released upon completion of the management frame transmission. - Impact: This memory leak also exists in the management frame transmission cleanup logic. 2. Fixes Implemented: - Code Modification: In the function, the operation on is protected using . - Memory Release: Memory is released during completion and cleanup to fix the leak. 3. Test Environment: - Test Device: WCN3990 - Test Hardware: hw1.0 SNOC WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1 4. Known Issues Fixed: - Fixed Bug IDs: dc405152bb64 and c730c477176a 5. Authors and Contributors: - Submitter: Manikanta Pubbisetty - Contributor: Greg Kroah-Hartman 6. Code Changes: - Files Modified: and - Changes Made: Added protection in the function and implemented memory release during completion and cleanup. This information indicates that the vulnerability relates to a memory leak during management frame transmission, which has been addressed through code modifications and verified via testing.