GHSA-f55f-7vqj-q3f7HighCVSS 7.1

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix...

Published
May 8, 2026
Last Modified
May 26, 2026

🔗 CVE IDs covered (1)

📋 Description

In the Linux kernel, the following vulnerability has been resolved:

staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie

The current code checks 'i + 5 < in_len' at the end of the if statement. However, it accesses 'in_ie[i + 5]' before that check, which can lead to an out-of-bounds read. Move the length check to the beginning of the conditional to ensure the index is within bounds before accessing the array.

🔗 References (10)