NONE · 0

CVE-2026-43386

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...

Vulnerability 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

FAQ

What is CVE-2026-43386?

CVE-2026-43386 is a documented vulnerability. 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...

How severe is CVE-2026-43386?

CVSS scoring is not yet available for CVE-2026-43386. Check NVD for updates.

Is there a patch for CVE-2026-43386?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.